godot/servers
Thaddeus Crews e30d3af34e
Merge pull request #102766 from smix8/region_filters
Add path query region filters
2025-03-11 16:54:05 -05:00
..
audio Use get_slicec instead of get_slice for single character splitters 2025-03-08 20:36:37 +01:00
camera Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
debugger Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
display Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
extensions Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
movie_writer Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
navigation Merge pull request #102766 from smix8/region_filters 2025-03-11 16:54:05 -05:00
rendering Merge pull request #103889 from clayjohn/rd-allocations-cleanup 2025-03-11 14:00:38 -05:00
text Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
xr Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_server.cpp Fix AudioServer missing deletes. 2025-03-10 12:00:53 +02:00
audio_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
camera_server.cpp Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
camera_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
display_server.compat.inc Improve native file dialog parent window selection. 2025-03-06 17:15:39 +02:00
display_server.cpp Improve native file dialog parent window selection. 2025-03-06 17:15:39 +02:00
display_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
display_server_headless.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
navigation_server_2d.compat.inc Despaghettify NavigationServer path queries 2024-12-11 22:29:48 +01:00
navigation_server_2d.cpp Merge pull request #100882 from smix8/node_navmesh_geo_parsers 2025-01-16 17:18:01 -06:00
navigation_server_2d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
navigation_server_2d_dummy.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
navigation_server_3d.compat.inc Despaghettify NavigationServer path queries 2024-12-11 22:29:48 +01:00
navigation_server_3d.cpp Merge pull request #100882 from smix8/node_navmesh_geo_parsers 2025-01-16 17:18:01 -06:00
navigation_server_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
navigation_server_3d_dummy.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_2d.cpp Merge pull request #98554 from Calinou/add-property-hint-ranges 2025-01-03 00:47:59 +01:00
physics_server_2d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_2d_dummy.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_2d_wrap_mt.cpp Remove unused headers in servers. 2024-12-20 18:51:01 +08:00
physics_server_2d_wrap_mt.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_3d.cpp Merge pull request #98554 from Calinou/add-property-hint-ranges 2025-01-03 00:47:59 +01:00
physics_server_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_3d_dummy.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
physics_server_3d_wrap_mt.cpp Remove unused headers in servers. 2024-12-20 18:51:01 +08:00
physics_server_3d_wrap_mt.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_server_types.cpp Fix build errors when building with disable_xr=yes 2025-03-07 21:13:09 -03:00
register_server_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rendering_server.compat.inc Added indirect drawing functionality to MultiMesh 2025-01-13 14:51:51 -06:00
rendering_server.cpp Reduce mobile pipeline compilations by tracking more feature usage globally and only compile what is needed 2025-02-05 18:27:23 -08:00
rendering_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Allow to compile the engine without XR support 2025-02-25 17:07:21 -03:00
server_wrap_mt_common.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
text_server.compat.inc Improve TextEdit/LineEdit word selection. 2024-04-22 14:02:07 +03:00
text_server.cpp Merge pull request #102648 from bruvzg/el_force 2025-03-05 12:07:55 -06:00
text_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
xr_server.compat.inc Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
xr_server.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
xr_server.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00