godot/servers
Rémi Verschelde 8747f25653
Merge pull request #50381 from reduz/implement-disable-classes
Implement the ability to disable classes
2021-07-13 15:31:38 +02:00
..
audio Use PROPERTY_USAGE_NONE instead of 0 for no property usage 2021-07-01 14:13:27 -04:00
camera
physics_2d Expose body_test_motion in 3D physics server 2021-07-02 18:03:44 -07:00
physics_3d Fix concave collision with backface collision disabled 2021-07-06 18:53:29 -07:00
rendering Merge pull request #50194 from BastiaanOlij/fix_multiple_reflection_probes 2021-07-12 19:22:47 +02:00
xr
audio_server.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
display_server.cpp Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
display_server.h Change VSync mode project setting enum type from string to integer 2021-07-12 03:35:51 +02:00
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp
navigation_server_3d.h
physics_server_2d.cpp Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D 2021-07-05 11:16:11 -07:00
physics_server_2d.h Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D 2021-07-05 11:16:11 -07:00
physics_server_3d.cpp Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D 2021-07-05 11:16:11 -07:00
physics_server_3d.h Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D 2021-07-05 11:16:11 -07:00
register_server_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_server_types.h
rendering_server.cpp Fix warning message spam when a VoxelGI node is selected in the editor 2021-07-06 23:02:59 +02:00
rendering_server.h Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
SCsub
server_wrap_mt_common.h
text_server.cpp Improvements to Label's layout options 2021-07-04 16:43:55 +02:00
text_server.h Improvements to Label's layout options 2021-07-04 16:43:55 +02:00
xr_server.cpp
xr_server.h