virtualx-engine/scene
Markus Sauermann 890fdd56df Code simplifications
CPPcheck found most of them.

no need to assign the variable twice:
- AnimationTrackEditTypeAudio
- SSEffects

variable is assigned in all if-else clauses:
- EditorHelp
- AndroidInputHandler
- MenuBar
- ShaderCompiler

same if clause:
- ItemList

clearing an empty bitfield has no effect:
- Viewport
2023-06-21 22:37:26 +02:00
..
2d Merge pull request #69027 from Uxeron/AudioListener2DRotationFix 2023-06-21 10:17:37 +02:00
3d Merge pull request #77465 from lyuma/ik_skeleton_reference_bug 2023-06-20 00:02:47 +02:00
animation Use get_node_or_null when null checks are present 2023-06-10 13:22:56 +02:00
audio Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale 2023-02-17 14:06:55 +01:00
debugger Use NULL instead of COND checks when appropriate 2023-06-10 08:56:30 +02:00
gui Code simplifications 2023-06-21 22:37:26 +02:00
main Code simplifications 2023-06-21 22:37:26 +02:00
resources Update indices after removing custom data layers 2023-06-21 03:12:53 +02:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Fix for threaded NavigationMesh baking under new thread guards 2023-06-14 01:53:37 +02:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00