behaviour-tree-test/modules/gdscript
Rémi Verschelde 36552c2c90
Merge pull request #18040 from Paulb23/color_region_cache
Fixed colour regions and added local colour region cache
2018-04-09 16:05:26 +02:00
..
doc_classes doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
config.py
gdscript.cpp
gdscript.h
gdscript_compiler.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
gdscript_compiler.h
gdscript_editor.cpp Merge pull request #16556 from aragar/master 2018-04-08 17:25:01 -03:00
gdscript_function.cpp completed-signal is emitted by all GDScriptFunctionStates of a coroutine now, allowing to yield for completion of a function with more than one yield inside. 2018-03-14 16:42:13 +01:00
gdscript_function.h completed-signal is emitted by all GDScriptFunctionStates of a coroutine now, allowing to yield for completion of a function with more than one yield inside. 2018-03-14 16:42:13 +01:00
gdscript_functions.cpp
gdscript_functions.h
gdscript_highlighter.cpp Fixed color regions and added local color region cache 2018-04-07 14:14:19 +01:00
gdscript_highlighter.h Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter 2018-04-04 20:02:42 +01:00
gdscript_parser.cpp fix enum from preloaded script in export 2018-03-04 18:01:15 +01:00
gdscript_parser.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
register_types.cpp Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter 2018-04-04 20:02:42 +01:00
register_types.h
SCsub