godot/servers
Josh Jones a0715b30f9 Rework const on NavigationServer methods
`const` is used on all methods, even when they cause modification of the server.  This reworks the methods of the server to only use `const` on method that don't change the state of the server.
2023-01-07 17:29:00 -08:00
..
audio One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
extensions One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
movie_writer Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
navigation One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_2d Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
physics_3d Merge pull request #70858 from Malcolmnixon/fast-concave-support 2023-01-07 13:17:39 +01:00
rendering One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_server.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
audio_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
display_server_headless.h Add support for the custom initial screen for the main window, fix primary screen detection. 2023-01-07 11:14:35 +02:00
display_server.cpp Add support for the custom initial screen for the main window, fix primary screen detection. 2023-01-07 11:14:35 +02:00
display_server.h Add support for the custom initial screen for the main window, fix primary screen detection. 2023-01-07 11:14:35 +02:00
navigation_server_2d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_server_2d.h Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_server_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_server_3d.h Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
physics_server_2d_wrap_mt.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_server_2d_wrap_mt.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_server_2d.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
physics_server_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_server_3d_wrap_mt.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_server_3d_wrap_mt.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_server_3d.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
physics_server_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_server_types.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
register_server_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
rendering_server.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
rendering_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
server_wrap_mt_common.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00