This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-01-24 21:01:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac1761c8cd
godot
/
modules
/
gdscript
History
VolTer
ac1761c8cd
Fix outdated keywords autocompletion
2022-10-06 23:47:19 +02:00
..
doc_classes
Fix hide_slider vs no_slider inconsistency in editor property code
2022-10-03 13:40:31 -05:00
editor
Fix more highlighting bugs
2022-10-02 17:44:39 +02:00
icons
language_server
Merge pull request
#66885
from atirut-w/lsp-doc-fix
2022-10-05 08:31:56 +02:00
tests
Improve dictionary printing to avoid confusion with arrays
2022-10-04 20:33:40 +02:00
config.py
gdscript_analyzer.cpp
Add GDScript resource export.
2022-09-17 17:10:30 -05:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE
2022-09-24 16:06:36 +08:00
gdscript_cache.h
Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE
2022-09-24 16:06:36 +08:00
gdscript_codegen.h
gdscript_compiler.cpp
Remove redundant "if" condition in GDScriptCompiler::_parse_function()
2022-09-24 12:30:43 -04:00
gdscript_compiler.h
gdscript_disassembler.cpp
gdscript_editor.cpp
Fix outdated keywords autocompletion
2022-10-06 23:47:19 +02:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
Fix completion of parameters in function call (2)
2022-10-02 13:30:15 +03:00
gdscript_parser.h
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
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
2022-09-06 19:00:33 +02:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp
GDScript/C#: Tweak error message for invalid script type for object
2022-10-04 12:56:49 +02:00
gdscript.h
register_types.cpp
Add support for scene/resource customization in export plugins
2022-09-01 11:16:00 +02:00
register_types.h
SCsub
SCons: Unify tools/target build type configuration
2022-09-26 16:31:46 +02:00