2
0
mirror of https://github.com/godotengine/godot.git synced 2025-02-17 22:43:01 +08:00
godot/modules/gdscript
PouleyKetchoupp e1561a6f29 Fix regression in gdscript initialization
A case was missing when cherry-picking PR  from 4.0 to 3.2 branch.
2020-12-09 17:11:03 -07:00
..
doc_classes Several edits to the GDScript docs 2020-12-09 11:22:03 +01:00
editor
icons
language_server
config.py
gdscript_compiler.cpp Fix regression in gdscript initialization 2020-12-09 17:11:03 -07:00
gdscript_compiler.h
gdscript_editor.cpp [3.2] Shows ColorRect in Color constants autocompletion 2020-10-28 12:39:41 +03:00
gdscript_function.cpp Fixes the misleading error message for call_recursive method for TreeItems 2020-11-11 15:12:02 +01:00
gdscript_function.h GDScript: Remove self static reference and create one on calls 2020-10-29 21:04:57 +01:00
gdscript_functions.cpp Minor clamp and float fixes 2020-11-11 15:30:57 +01:00
gdscript_functions.h
gdscript_parser.cpp Fix misleading editor message when redeclaring variables 2020-10-22 18:32:34 -03:00
gdscript_parser.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript.cpp GDScript: Remove self static reference and create one on calls 2020-10-29 21:04:57 +01:00
gdscript.h GDScript: Remove self static reference and create one on calls 2020-10-29 21:04:57 +01:00
register_types.cpp
register_types.h
SCsub