This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-f892c9da98
Register
Sign In
tinqs
/
engine
Watch
7
Star
0
Fork
0
You've already forked engine
Code
Agents
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
27fdb06fed00a8fe12a02bee17f973eef90d29a0
engine
/
modules
/
gdscript
T
History
Rémi Verschelde
ab2f8ab6ce
Merge pull request
#72371
from dalexeev/remove-gds-str-duplicate
...
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
2023-02-01 07:25:02 +01:00
..
doc_classes
Merge pull request
#72371
from dalexeev/remove-gds-str-duplicate
2023-02-01 07:25:02 +01:00
editor
Allow unicode identifier in GDScript syntax highlighter
2023-01-29 13:17:05 +08:00
icons
…
language_server
…
tests
GDScript: Allow void functions to return calls to other void functions
2023-01-31 11:37:30 -03:00
config.py
…
gdscript_analyzer.cpp
Merge pull request
#72454
from dalexeev/gds-fix-icon-annotation
2023-01-31 15:58:49 +01:00
gdscript_analyzer.h
Merge pull request
#57520
from jordigcs/gd-rename-map
2023-01-31 15:55:25 +01:00
gdscript_byte_codegen.cpp
GDScript: Fix issues with typed arrays
2023-01-31 11:54:41 +02:00
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
GDScript: Allow void functions to return calls to other void functions
2023-01-31 11:37:30 -03:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
…
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
GDScript: Fix
@icon
annotation
2023-01-31 17:43:54 +03:00
gdscript_parser.h
Merge pull request
#72454
from dalexeev/gds-fix-icon-annotation
2023-01-31 15:58:49 +01:00
gdscript_rpc_callable.cpp
…
gdscript_rpc_callable.h
…
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
Remove
@GDScript.str
(duplicate of
@GlobalScope.str
)
2023-01-30 14:29:07 +03:00
gdscript_utility_functions.h
…
gdscript_vm.cpp
GDScript: Fix issues with typed arrays
2023-01-31 11:54:41 +02:00
gdscript_warning.cpp
Merge pull request
#72206
from vnen/gdscript-allow-void-return-shorthand
2023-01-31 15:55:35 +01:00
gdscript_warning.h
Merge pull request
#72206
from vnen/gdscript-allow-void-return-shorthand
2023-01-31 15:55:35 +01:00
gdscript.cpp
Merge pull request
#72444
from reduz/fix-global-class-parsing
2023-01-31 13:20:00 +01:00
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…