virtualx-engine/modules/gdscript
2016-06-24 10:30:36 -03:00
..
config.py
gd_compiler.cpp -All variables from script are visible through get_property_list(), not just those with export() 2016-06-11 18:34:49 -03:00
gd_compiler.h Ability to reload scripts on running game 2016-06-01 20:31:42 -03:00
gd_editor.cpp Removed lots of prints 2016-06-18 18:01:06 -05:00
gd_function.cpp Property reporty base type when a function fails, fixes #4581 probably also closes other issues 2016-06-20 01:15:02 -03:00
gd_function.h
gd_functions.cpp Add @GDScript.type_exists 2016-06-18 15:07:51 +08:00
gd_functions.h Add @GDScript.type_exists 2016-06-18 15:07:51 +08:00
gd_parser.cpp Properly report a valid error instead of reporting as a bug, closes #3841 2016-06-24 10:30:36 -03:00
gd_parser.h
gd_script.cpp Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756 2016-06-13 10:58:32 -03:00
gd_script.h -Ability to reload (and soft reload) tool scripts. Please test! 2016-06-08 20:00:52 -03:00
gd_tokenizer.cpp correctly parse floats in scientific notation 2016-06-18 13:20:45 +02:00
gd_tokenizer.h
register_types.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
register_types.h
SCsub