godot/modules/visual_script
Hein-Pieter van Braam 137f8a58a8 Move Variant::evaluate() switch to computed goto
In an effort to make GDScript a little faster replace the double
switch() with a computed goto on compilers that set __GNUC__. For
compilers that don't support computed goto it will fall back to regular
switch/case statements.

In addition disable using boolean values in a mathematical context. Now
boolean values can only be compared with other booleans. Booleans will
also no longer be coerced to integers.

This PR replaces #11308 and fixes #11291
2017-09-17 22:49:23 +02:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
register_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
visual_script.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script.h Fixes language overridden external editors 2017-09-03 21:23:36 +02:00
visual_script_builtin_funcs.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
visual_script_builtin_funcs.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_editor.cpp Merge pull request #11076 from hpvb/fix-10935 2017-09-13 19:28:13 +02:00
visual_script_editor.h Improved VS node coloring 2017-09-12 13:16:47 -05:00
visual_script_expression.cpp Move Variant::evaluate() switch to computed goto 2017-09-17 22:49:23 +02:00
visual_script_expression.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_flow_control.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_flow_control.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_func_nodes.cpp Move Variant::evaluate() switch to computed goto 2017-09-17 22:49:23 +02:00
visual_script_func_nodes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_nodes.cpp Move Variant::evaluate() switch to computed goto 2017-09-17 22:49:23 +02:00
visual_script_nodes.h Fix files header 2017-09-01 21:07:55 +07:00
visual_script_yield_nodes.cpp Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
visual_script_yield_nodes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00