godot/modules/gdscript
Max Hilbrunner 5885e1c6dd
Merge pull request #18976 from chanon/new-get-stack
Add new get_stack function to get GDScript stack trace as array
2018-07-03 17:50:05 +02:00
..
doc_classes Add support for tutorial links to makerst.py 2018-06-12 17:40:24 +02:00
editor Removed duplicate default colours and removed GDScriptHighligher colours from main editor. 2018-06-13 18:25:02 +01:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
gdscript.cpp New sync keywords in GDScript, NativeScript, Mono 2018-05-29 20:26:41 +02:00
gdscript.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
gdscript_compiler.cpp Fix positive operator in GDScript compiler 2018-05-23 17:43:56 -03:00
gdscript_compiler.h Enable autoload in editor 2018-05-01 11:44:08 -03:00
gdscript_editor.cpp Merge pull request #19251 from YeldhamDev/script_templates_changes 2018-07-03 16:48:03 +02:00
gdscript_function.cpp Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
gdscript_function.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
gdscript_functions.cpp add new get_stack function to get GDScript stack trace as array 2018-05-17 21:06:30 +07:00
gdscript_functions.h add new get_stack function to get GDScript stack trace as array 2018-05-17 21:06:30 +07:00
gdscript_parser.cpp Add proper type information to array property 2018-06-18 22:24:31 +03:00
gdscript_parser.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
gdscript_tokenizer.cpp New sync keywords in GDScript, NativeScript, Mono 2018-05-29 20:26:41 +02:00
gdscript_tokenizer.h New sync keywords in GDScript, NativeScript, Mono 2018-05-29 20:26:41 +02:00
register_types.cpp Exclude GDScriptSyntaxHighlighter from non-tool builds 2018-04-20 20:45:57 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Exclude GDScriptSyntaxHighlighter from non-tool builds 2018-04-20 20:45:57 +01:00