godot/scene/animation
reduz 6631f66c2a Optimize StringName usage
* Added a new macro SNAME() that constructs and caches a local stringname.
* Subsequent usages use the cached version.
* Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time.
* Replaced all theme usages by this new macro.
* Replace all signal emission usages by this new macro.
* Replace all call_deferred usages by this new macro.

This is part of ongoing work to optimize GUI and the editor.
2021-07-18 21:20:02 -03:00
..
animation_blend_space_1d.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_blend_space_1d.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_blend_space_2d.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_blend_space_2d.h Initialize class variables with default values in scene/ [1/2] 2021-02-07 22:29:31 +01:00
animation_blend_tree.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_blend_tree.h Improve resource load cache 2021-02-11 15:44:28 -03:00
animation_cache.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
animation_cache.h Disable Skeleton3D when compiling without 3D 2021-06-04 08:33:50 -04:00
animation_node_state_machine.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_node_state_machine.h Improve resource load cache 2021-02-11 15:44:28 -03:00
animation_player.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_player.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
animation_tree.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
animation_tree.h Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
root_motion_view.cpp Deprecate ImmediateGeometry 2021-06-30 14:14:41 -03:00
root_motion_view.h Deprecate ImmediateGeometry 2021-06-30 14:14:41 -03:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
tween.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
tween.h Complete rewrite of Tweens 2021-06-19 12:08:50 +02:00