godot/modules/gdscript
Rémi Verschelde 79aa64efff
Merge pull request #56296 from timothyqiu/pending-func-states
2022-01-12 16:47:56 +01:00
..
doc_classes Fix docs links in 3.x after docs reorg 2022-01-05 11:54:52 +01:00
editor
icons
language_server Remove extraneous return to LSP 2021-12-09 22:08:48 +01:00
SCsub
config.py
gdscript.cpp Clear pending function states when reloading GDScript 2021-12-28 15:29:21 +08:00
gdscript.h Clear pending function states when reloading GDScript 2021-12-28 15:29:21 +08:00
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_editor.cpp Ignore property groups and categories in GDScript code completion 2021-10-26 20:01:49 +03:00
gdscript_function.cpp Remove hash symbol in front of opcode error messages in GDScript 2021-11-09 12:20:51 +01:00
gdscript_function.h
gdscript_functions.cpp Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
gdscript_functions.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
gdscript_parser.cpp Merge pull request #54227 from akien-mga/3.x-gdscript-multiline-indexing 2021-11-08 15:03:24 +01:00
gdscript_parser.h Speedup parsing big GDScript files 2021-10-07 07:39:56 +02:00
gdscript_tokenizer.cpp
gdscript_tokenizer.h
register_types.cpp
register_types.h