godot/modules/visual_script
Rémi Verschelde 3334209a73 SCons: Pass env to modules can_build method
This allows to disable modules based on the environment,
in particular `env[tools]` which tells us if we are
building the editor or not.
2018-05-30 19:11:36 +02:00
..
doc_classes Remove incorrect & potentially confusing references to Euler 2018-04-15 11:40:31 -05:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Fix binding some core API methods only in tools builds 2018-04-29 19:49:26 +02:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Scons: Build modules in seperate env. 2017-12-13 15:46:35 +01:00
visual_script.cpp Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
visual_script.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
visual_script_builtin_funcs.cpp Move things into the title bars of Visual Script nodes. 2018-04-30 01:28:31 +02:00
visual_script_builtin_funcs.h Move things into the title bars of Visual Script nodes. 2018-04-30 01:28:31 +02:00
visual_script_editor.cpp Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars 2018-05-26 18:06:58 +02:00
visual_script_editor.h Abstracted the syntax highlighter from text edit 2018-04-02 12:41:44 +01:00
visual_script_expression.cpp Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code 2018-05-01 08:35:10 +02:00
visual_script_expression.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script_flow_control.cpp More stuff! 2018-05-01 00:39:28 +02:00
visual_script_flow_control.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script_func_nodes.cpp More stuff! 2018-05-01 00:39:28 +02:00
visual_script_func_nodes.h Move things into the title bars of Visual Script nodes. 2018-04-30 01:28:31 +02:00
visual_script_nodes.cpp Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
visual_script_nodes.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
visual_script_yield_nodes.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script_yield_nodes.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00