This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5553e27fe8346eed22ca4a47728fedcf2a7d7ffd
godot
/
modules
/
gdscript
History
Rémi Verschelde
c881f607a9
Merge pull request
#61463
from vnen/gdscript-await-stack
...
GDScript: Fix stack overflow when using multiple `await`
2022-05-31 12:44:50 +02:00
..
doc_classes
…
editor
GDScript: Support
%
in shorthand for
get_node
2022-05-27 13:46:18 -03:00
icons
…
language_server
…
tests
Merge pull request
#61440
from vnen/gdscript-scene-unique-nodes
2022-05-31 12:36:37 +02:00
config.py
…
gdscript_analyzer.cpp
…
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
…
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
GDScript: Support
%
in shorthand for
get_node
2022-05-27 13:46:18 -03:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
…
gdscript_function.cpp
GDScript: Fix stack overflow when using multiple
await
2022-05-27 09:31:37 -03:00
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
Merge pull request
#61440
from vnen/gdscript-scene-unique-nodes
2022-05-31 12:36:37 +02:00
gdscript_parser.h
GDScript: Support
%
in shorthand for
get_node
2022-05-27 13:46:18 -03:00
gdscript_rpc_callable.cpp
…
gdscript_rpc_callable.h
…
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
…
gdscript_utility_functions.h
…
gdscript_vm.cpp
GDScript: Fix stack overflow when using multiple
await
2022-05-27 09:31:37 -03:00
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…