godot/modules/gdscript
2022-04-11 13:28:51 +03:00
..
doc_classes Describe usage of float in range documentation 2022-02-18 00:59:22 +01:00
editor Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00
icons
language_server Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
tests Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
config.py
gdscript_analyzer.cpp GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_analyzer.h GDScript: Check if method signature matches the parent 2022-03-06 11:16:20 -03:00
gdscript_byte_codegen.cpp GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_byte_codegen.h GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_cache.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
gdscript_cache.h
gdscript_codegen.h GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_compiler.cpp GDScript: Fix method call on singletons 2022-04-08 12:20:57 -03:00
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_editor.cpp Add built-in Variant types to autocompletion list 2022-04-07 11:10:19 -05:00
gdscript_function.cpp Fix local variables not showing when breaking on final line 2022-02-16 18:12:38 +00:00
gdscript_function.h GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Merge pull request #59694 from vnen/gdscript-better-call-super 2022-03-30 17:58:11 +02:00
gdscript_parser.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
gdscript_rpc_callable.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
gdscript_rpc_callable.h [Net] Add type check to GDScriptRPCCallable. 2022-02-07 13:39:45 +01:00
gdscript_tokenizer.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
gdscript.h GDScript: Add support for static method calls in native types 2022-04-06 14:14:38 -03:00
register_types.cpp
register_types.h
SCsub Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00