virtualx-engine/modules/gdscript
George Marques c7b6a7adcc
GDScript: Refactor builtin functions
They are now called "utility functions" to avoid confusion with methods
of builtin types, and be consistent with the naming in Variant.

Core utility functions are now available in GDScript. The ones missing
in core are added specifically to GDScript as helpers for convenience.

Some functions were remove when there are better ways to do, reducing
redundancy and cleaning up the global scope.
2020-11-26 12:05:42 -03:00
..
doc_classes Merge pull request #43423 from Calinou/doc-assert-avoid-side-effects 2020-11-10 11:31:28 +01:00
editor Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
language_server Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
tests Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
config.py DocData: Skip unexposed classes 2020-04-20 12:51:10 +02:00
gdscript.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_analyzer.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_analyzer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_byte_codegen.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_byte_codegen.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_cache.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_cache.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_codegen.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_compiler.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_compiler.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_disassembler.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_editor.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_function.cpp GDScript: Gather instructions arguments beforehand 2020-11-21 13:24:49 -03:00
gdscript_function.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_parser.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_parser.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_tokenizer.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_tokenizer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_utility_functions.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_utility_functions.h GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_vm.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
gdscript_warning.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdscript_warning.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
register_types.cpp GDScript: Refactor builtin functions 2020-11-26 12:05:42 -03:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub Register GDScript test tools as test commands to run via command-line 2020-09-02 01:43:26 +03:00