virtualx-engine/scene
Andreas Raddau 0e4fd72ae6 Remove duplicate assignment of AnimationNode::State.valid
In AnimationTree::_process_graph, the State.valid variable is set to true.
A few lines later, it's set again. Probably a copy/paste mistake. This
commit removes the second assignment.
2022-06-18 11:59:19 +02:00
..
2d Audio: Expose 2D/3D panning strength parameters 2022-06-17 13:08:48 +02:00
3d Fix Light3D angular_distance property hint being in radians 2022-06-17 20:00:54 +02:00
animation Remove duplicate assignment of AnimationNode::State.valid 2022-06-18 11:59:19 +02:00
audio Use suffixes for units in nodes and resources 2022-05-19 14:34:27 -05:00
debugger Add a new HashSet template 2022-05-20 22:40:38 +02:00
gui Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
main Fix previous min size affects _get_contents_minimum_size in AcceptDialog 2022-06-17 16:21:23 +08:00
multiplayer Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
resources [Net] Fix SceneReplicationConfig setter. 2022-06-17 13:49:36 +02:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h
register_scene_types.cpp Add dedicated macros for property name extraction 2022-05-19 14:08:47 +08:00
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00