godot/servers
Matias N. Goldberg 7b2f1e1d09 Fix union order to simplify empty initializers
This is a followup to PR #101344 (commit
0e06eb80bc).

Some of them were not an issue because Godot was initializing all
members, but they were "fixed" just in case since it could become a
problem in the future.

Valgrind was specifically complaining about HashMapData &
GlobalPipelineData.
2025-01-14 19:05:01 -03:00
..
audio Merge pull request #101279 from akien-mga/audio-pitch-shift-fix-gcc-warning 2025-01-09 11:17:31 +01:00
camera
debugger
display
extensions
movie_writer
navigation
rendering Fix union order to simplify empty initializers 2025-01-14 19:05:01 -03:00
text [TextServer] Improve embedded objects handling performance. 2025-01-07 08:01:29 +02:00
xr Merge pull request #99407 from devloglogan/rec-resolution 2025-01-10 23:05:46 +01:00
audio_server.cpp
audio_server.h
camera_server.cpp
camera_server.h
display_server.cpp Use MethodInfo::get_compatibility_hash() to generate the hash for MethodBind::get_hash() and other GDExtension hash clean up 2025-01-11 15:57:42 -06:00
display_server.h [macOS/Windows] Add Emoji & Symbols context menu item to LineEdit/TextEdit to show system character picker. 2025-01-10 09:25:34 +02:00
display_server_headless.h
navigation_server_2d.compat.inc
navigation_server_2d.cpp Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
navigation_server_2d.h Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
navigation_server_2d_dummy.h Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
navigation_server_3d.compat.inc
navigation_server_3d.cpp Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
navigation_server_3d.h Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
navigation_server_3d_dummy.h Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
physics_server_2d.cpp
physics_server_2d.h
physics_server_2d_dummy.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h
physics_server_3d_dummy.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
register_server_types.cpp
register_server_types.h
rendering_server.compat.inc Added indirect drawing functionality to MultiMesh 2025-01-13 14:51:51 -06:00
rendering_server.cpp Added indirect drawing functionality to MultiMesh 2025-01-13 14:51:51 -06:00
rendering_server.h Added indirect drawing functionality to MultiMesh 2025-01-13 14:51:51 -06:00
SCsub
server_wrap_mt_common.h
text_server.compat.inc
text_server.cpp [TextServer] Improve embedded objects handling performance. 2025-01-07 08:01:29 +02:00
text_server.h Fix various typos 2025-01-08 14:47:42 +02:00
xr_server.compat.inc
xr_server.cpp
xr_server.h