godot/modules/gdscript
Juan Linietsky 9c6175db11 More visual script work
-Block switches to 2d/3d editor if editing visual script
-Added cast node in flow control
-Added ability to do RPC in visual script
-Comment nodes
-Fix bug with inverted cable in connecting backwards
-Copy and paste nodes, including from different scripts
2016-08-25 17:45:20 -03:00
..
config.py
gd_compiler.cpp Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_compiler.h
gd_editor.cpp Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_function.cpp Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_function.h Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_functions.cpp Changed the way the step decimals are computed to a safer way, fixes many issues. 2016-07-26 17:25:10 -03:00
gd_functions.h
gd_parser.cpp Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_parser.h Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_script.cpp More visual script work 2016-08-25 17:45:20 -03:00
gd_script.h More visual script work 2016-08-25 17:45:20 -03:00
gd_tokenizer.cpp Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
gd_tokenizer.h Brand new networked multiplayer 2016-08-19 16:48:41 -03:00
register_types.cpp -Fix crashes with thread_exit() 2016-06-26 10:54:45 -03:00
register_types.h
SCsub