virtualx-engine/modules/visual_script
Rémi Verschelde d8b30d42f5 Fix warnings for operator precedence disambiguation [-Wparentheses]
Fixes the following GCC 5 warnings:
```
core/io/resource_format_binary.cpp:1721:29: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
core/typedefs.h:108:24: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
editor/plugins/spatial_editor_plugin.cpp:2202:58: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
editor/plugins/spatial_editor_plugin.cpp:5002:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
main/input_default.cpp:346:59: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
main/input_default.cpp:348:60: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
main/input_default.cpp:579:57: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
modules/gridmap/grid_map_editor_plugin.cpp:613:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
modules/theora/video_stream_theora.cpp:335:34: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
modules/theora/video_stream_theora.cpp:336:35: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
modules/visual_script/visual_script_property_selector.cpp:215:38: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
scene/gui/rich_text_label.cpp:424:84: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
scene/gui/rich_text_label.cpp:512:80: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
scene/gui/scroll_container.cpp:173:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
scene/gui/scroll_container.cpp:173:86: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
scene/gui/tree.cpp:1419:98: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
```
2018-09-27 10:29:48 +02:00
..
doc_classes Add support for tutorial links to makerst.py 2018-06-12 17:40:24 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_script.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_script_builtin_funcs.cpp Fixed argument names being swapped for atan2 2018-09-16 21:27:54 +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 Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
visual_script_editor.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
visual_script_expression.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +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 Clearly deprecate sync too in favor of remotesync. 2018-09-15 00:06:03 +02:00
visual_script_nodes.h Carry property hint and hint string through to Visualscript virtual functions. 2018-07-27 13:12:34 -07:00
visual_script_property_selector.cpp Fix warnings for operator precedence disambiguation [-Wparentheses] 2018-09-27 10:29:48 +02:00
visual_script_property_selector.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
visual_script_yield_nodes.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_script_yield_nodes.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00