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
2024-12-09 10:09:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f777b9a1e
godot
/
modules
/
gdscript
History
kobewi
2f777b9a1e
Remove unused hints
2022-07-12 00:44:13 +02:00
..
doc_classes
Sync GDScript doc template for new annotations
2022-07-06 16:37:40 +02:00
editor
icons
language_server
Add grouping annotations for class properties in GDScript
2022-07-05 22:01:40 +03:00
tests
Merge pull request
#62701
from cdemirer/for-variable-conflict
2022-07-06 16:02:49 +02:00
config.py
gdscript_analyzer.cpp
Merge pull request
#62760
from cdemirer/fix-annotation-initializer-conflict
2022-07-06 15:47:56 +02:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
GDScript: Fix setter being called in chains for shared types
2022-06-27 12:09:51 -03:00
gdscript_byte_codegen.h
GDScript: Fix setter being called in chains for shared types
2022-06-27 12:09:51 -03:00
gdscript_cache.cpp
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
2022-07-07 11:07:18 +03:00
gdscript_cache.h
gdscript_codegen.h
GDScript: Fix setter being called in chains for shared types
2022-06-27 12:09:51 -03:00
gdscript_compiler.cpp
Add grouping annotations for class properties in GDScript
2022-07-05 22:01:40 +03:00
gdscript_compiler.h
gdscript_disassembler.cpp
GDScript: Fix setter being called in chains for shared types
2022-06-27 12:09:51 -03:00
gdscript_editor.cpp
Merge pull request
#62699
from cdemirer/fix-autocomplete-var-assigned-same-statement
2022-07-06 15:57:19 +02:00
gdscript_function.cpp
gdscript_function.h
GDScript: Fix setter being called in chains for shared types
2022-06-27 12:09:51 -03:00
gdscript_lambda_callable.cpp
Clean up Hash Functions
2022-06-20 12:54:19 +02:00
gdscript_lambda_callable.h
gdscript_parser.cpp
Merge pull request
#62701
from cdemirer/for-variable-conflict
2022-07-06 16:02:49 +02:00
gdscript_parser.h
Merge pull request
#62713
from YuriSizov/docs-scripting-annotations
2022-07-06 15:31:19 +02:00
gdscript_rpc_callable.cpp
Clean up Hash Functions
2022-06-20 12:54:19 +02:00
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
Merge pull request
#53135
from briansemrau/fix-ref-leak
2022-06-28 17:26:44 +02:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp
Remove unused hints
2022-07-12 00:44:13 +02:00
gdscript.h
Add support for documenting built-in annotations
2022-07-04 20:21:39 +03:00
register_types.cpp
register_types.h
SCsub