godot/servers
Juan Linietsky e2a2138d2b
Merge pull request #50402 from reduz/use-specialization-constants
Use specialization constants in clustered renderer
2021-07-13 14:15:42 -03: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 Use specialization constants in clustered renderer 2021-07-12 20:33:52 -03:00
xr Add stereoscopic rendering through multiview 2021-06-13 22:52:20 +10:00
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 Use specialization constants in clustered renderer 2021-07-12 20:33:52 -03:00
SCsub
server_wrap_mt_common.h
text_server.cpp Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor 2021-07-13 10:03:26 -03:00
text_server.h Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor 2021-07-13 10:03:26 -03:00
xr_server.cpp Add stereoscopic rendering through multiview 2021-06-13 22:52:20 +10:00
xr_server.h