godot/modules/gdscript
Rémi Verschelde 5ede505f14
Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighter
Abstracted the syntax highlighter from text edit.
2018-04-04 09:50:51 +02:00
..
doc_classes doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
config.py
gdscript.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
gdscript.h
gdscript_compiler.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
gdscript_compiler.h
gdscript_editor.cpp Ctrl+Clicking a enum now scrolls down to it in the docs. 2018-04-03 21:56:54 +02: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 Merge pull request #16173 from vnen/gdscript-arguments 2018-02-19 21:35:53 +01:00
gdscript_functions.h
gdscript_highlighter.cpp Abstracted the syntax highlighter from text edit 2018-04-02 12:41:44 +01:00
gdscript_highlighter.h Abstracted the syntax highlighter from text edit 2018-04-02 12:41:44 +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 Abstracted the syntax highlighter from text edit 2018-04-02 12:41:44 +01:00
register_types.h
SCsub