virtualx-engine/modules/gdscript
Juan Linietsky 07e9741425 **WARNING BEFORE PULLING**
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools.
If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :)

Summary of Changes

-New Filesystem dock, with filesystem & tree view modes.
-New refactoring tools, to change or fix dependencies.
-Quick search dialog, to quickly search any file
2015-08-23 20:15:56 -03:00
..
config.py -moved script to modules 2014-02-24 09:53:33 -03:00
gd_compiler.cpp added ability to define signals in script 2015-06-24 13:29:45 -03:00
gd_compiler.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
gd_editor.cpp more code completion improvements 2015-06-27 15:52:39 -03:00
gd_functions.cpp -Added prints() function, fixes #1132, #1859 2015-05-09 18:09:58 -03:00
gd_functions.h -Added prints() function, fixes #1132, #1859 2015-05-09 18:09:58 -03:00
gd_parser.cpp improved get_node(), connect(), etc code completion. 2015-06-26 01:14:49 -03:00
gd_parser.h improved get_node(), connect(), etc code completion. 2015-06-26 01:14:49 -03:00
gd_pretty_print.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
gd_pretty_print.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
gd_script.cpp **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
gd_script.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
gd_tokenizer.cpp more debugger fixes 2015-08-04 20:17:39 -03:00
gd_tokenizer.h added ability to define signals in script 2015-06-24 13:29:45 -03:00
register_types.cpp UDP Fixes 2014-11-13 00:53:12 -03:00
register_types.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
SCsub -moved script to modules 2014-02-24 09:53:33 -03:00