godot/scene
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
..
2d Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
3d Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
animation Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
audio 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
gui Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
main Merge pull request #70939 from bruvzg/win_screen_2 2023-01-07 13:21:36 +01:00
resources Rework const on NavigationServer methods 2023-01-07 17:29:00 -08: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 Add uint type support to visual shaders 2023-01-06 10:35:25 +03: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