godot/servers
clayjohn 41021b07be Avoid updating particles during 2D rendering
In 2D the particle uniform set isn't obtained until the render pass. So in 2D just avoid rendering if not updated yet.
2022-12-22 12:04:34 -07:00
..
audio Add optional arguments to AudioStreamRandomizer 2022-12-20 18:48:02 -05:00
camera Remove unused GDNative code 2022-03-09 13:59:03 +01:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
extensions Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
movie_writer Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
navigation Add support for emitting a signal when entering a NavLink 2022-12-17 16:33:41 -08:00
physics_2d Fix regression 70154 caused by my prior CCD fix. 2022-12-16 11:39:19 -07:00
physics_3d Fix regression 70154 caused by my prior CCD fix. 2022-12-16 11:39:19 -07:00
rendering Avoid updating particles during 2D rendering 2022-12-22 12:04:34 -07:00
text Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
xr Fix VRS issues 2022-11-17 00:32:42 +11:00
audio_server.cpp Remove redundant nullptr check before delete 2022-12-17 19:57:16 -05:00
audio_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
camera_server.cpp Use verbose prints when registering cameras in CameraServer 2022-09-02 23:26:04 +02:00
camera_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server_headless.h Rename window_get_real_size to window_get_size_with_decorations, add window_get_position_with_decorations. 2022-12-07 11:07:30 +02:00
display_server.cpp Merge pull request #69712 from bruvzg/real_size 2022-12-07 14:29:46 +01:00
display_server.h Merge pull request #69712 from bruvzg/real_size 2022-12-07 14:29:46 +01:00
navigation_server_2d.cpp Add support for emitting a signal when entering a NavLink 2022-12-17 16:33:41 -08:00
navigation_server_2d.h Fix Navigation API abbreviations inconsistency 2022-12-17 22:06:22 +01:00
navigation_server_3d.cpp Add support for emitting a signal when entering a NavLink 2022-12-17 16:33:41 -08:00
navigation_server_3d.h Fix Navigation API abbreviations inconsistency 2022-12-17 22:06:22 +01:00
physics_server_2d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_2d_wrap_mt.h Add area_get_collision_layer and area_get_collision_mask 2022-09-25 14:34:35 +04:00
physics_server_2d.cpp Update remaining physics exclude parameters to use TypedArray 2022-11-23 19:39:04 +01:00
physics_server_2d.h Update remaining physics exclude parameters to use TypedArray 2022-11-23 19:39:04 +01:00
physics_server_3d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_3d_wrap_mt.h Add area_get_collision_layer and area_get_collision_mask 2022-09-25 14:34:35 +04:00
physics_server_3d.cpp Update remaining physics exclude parameters to use TypedArray 2022-11-23 19:39:04 +01:00
physics_server_3d.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
register_server_types.cpp Merge pull request #62429 from smix8/navigation_path_query_4.x 2022-09-21 13:25:48 +02:00
register_server_types.h Change Server initialization order 2022-06-01 16:48:28 +02:00
rendering_server.cpp Scale MSDF font outline with the font size and MSDF source size to match dynamic font behavior. 2022-12-17 22:47:54 +02:00
rendering_server.h Scale MSDF font outline with the font size and MSDF source size to match dynamic font behavior. 2022-12-17 22:47:54 +02:00
SCsub Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
server_wrap_mt_common.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
text_server.cpp Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
text_server.h Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
xr_server.cpp Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
xr_server.h Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00