virtualx-engine/modules/gdscript
2017-01-10 17:09:26 +01:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-02 22:29:36 +01:00
gd_compiler.cpp Ternary operator in GDScript (a if x else b) 2017-01-10 17:09:26 +01:00
gd_compiler.h
gd_editor.cpp Added constants from types in code completion, somehow this was never added. 2016-09-18 23:19:04 +02:00
gd_function.cpp Fix #5891 by not expecting the script instance to be a GDInstance 2016-08-08 18:14:44 +02:00
gd_function.h
gd_functions.cpp Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 2016-10-17 20:48:52 +02:00
gd_functions.h
gd_parser.cpp Ternary operator in GDScript (a if x else b) 2017-01-10 17:09:26 +01:00
gd_parser.h Ternary operator in GDScript (a if x else b) 2017-01-10 17:09:26 +01:00
gd_script.cpp Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_script.h Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_tokenizer.cpp Adapt overlooked instances of zero-based column numbers 2016-10-17 20:49:28 +02:00
gd_tokenizer.h
register_types.cpp
register_types.h
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00