godot/modules/visual_script
Ferenc Arn 4c9004671a Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant with 32-bit output, 64-bit state).
PCG is better than many alternatives by many metrics (see www.pcg-random.org) including statistical quality with good speed.
2017-01-15 19:15:16 -06:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
register_types.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
register_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
visual_script.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
visual_script.h Type renames: 2017-01-11 00:52:51 -03:00
visual_script_builtin_funcs.cpp Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant with 32-bit output, 64-bit state). 2017-01-15 19:15:16 -06:00
visual_script_builtin_funcs.h Merge pull request #7093 from bojidar-bg/named-colors 2017-01-11 10:36:15 +01:00
visual_script_editor.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
visual_script_editor.h some class renames 2017-01-12 18:28:12 -03:00
visual_script_expression.cpp -Added diectly editable expressions on node to VSEditor, closes #6392 2016-09-06 20:34:24 -03:00
visual_script_expression.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
visual_script_flow_control.cpp renamed joystick to joypad everywhere around source code! 2017-01-08 17:06:33 -03:00
visual_script_flow_control.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
visual_script_func_nodes.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
visual_script_func_nodes.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
visual_script_nodes.cpp Both Array and Dictionary are always in shared mode (removed copy on write). 2017-01-11 08:54:17 -03:00
visual_script_nodes.h -All types have editable script now in properties 2017-01-09 15:50:59 -03:00
visual_script_yield_nodes.cpp ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
visual_script_yield_nodes.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00