godot/modules/visual_script
Rémi Verschelde 9d2e8f2f27
Variant: Rename Type::_RID to Type::RID
The underscore prefix was used to avoid the conflict between the `RID` class
name and the matching enum value in `Variant::Type`.

This can be fixed differently by prefixing uses of the `RID` class in `Variant`
with the scope resolution operator, as done already for `AABB`.
2020-11-09 16:29:04 +01:00
..
doc_classes Exposed randi_range to global funcs + renamed rand_range to randf_range 2020-11-06 17:06:26 +03:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
register_types.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
visual_script.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
visual_script_builtin_funcs.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script_builtin_funcs.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
visual_script_editor.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
visual_script_editor.h Merge pull request #41861 from Razoric480/fix-vscript-value-by-type 2020-09-18 17:36:01 +02:00
visual_script_expression.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script_expression.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_flow_control.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
visual_script_flow_control.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_func_nodes.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script_func_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_nodes.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_property_selector.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
visual_script_property_selector.h Working multiple window support, including editor 2020-03-26 15:49:40 +01:00
visual_script_yield_nodes.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_yield_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00