1
0
Fork 0
godot/modules/gdscript
Rémi Verschelde e64eb120a8 Merge pull request #65264 from MewPurPur/all-hail-icon-annotation 2022-09-02 23:15:31 +02:00
..
doc_classes Rename `or_lesser` range property hint to `or_less` 2022-09-02 19:08:20 +02:00
editor Fixed a case for global function highlighting 2022-08-31 23:12:23 +02:00
icons
language_server fix: add uri_decode to root_uri #63388 2022-08-31 13:48:37 +10:00
tests Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
SCsub
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
gdscript.cpp Rename String `plus_file` to `path_join` 2022-08-29 19:38:13 -05:00
gdscript.h Make `property_*_revert` methods multilevel and expose them for scripting 2022-08-18 00:03:53 +03:00
gdscript_analyzer.cpp Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up 2022-08-31 16:51:53 +02:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_disassembler.cpp
gdscript_editor.cpp Rename `or_lesser` range property hint to `or_less` 2022-09-02 19:08:20 +02:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Remove old syntax for custom class icon 2022-09-02 22:06:47 +02:00
gdscript_parser.h
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02:00
gdscript_utility_functions.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gdscript_vm.cpp
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp Add support for scene/resource customization in export plugins 2022-09-01 11:16:00 +02:00
register_types.h