godot/servers
bruvzg be611c1c05
Implement Label3D node.
Add "generate_mipmap" font import option.
Add some missing features to the Sprite3D.
Move BiDi override code from Control to TextServer.
Add functions to access TextServer font cache textures.
Add MSDF related flags and shader to the standard material.
Change standard material cache to use HashMap instead of Vector.
2022-04-22 12:08:46 +03:00
..
audio Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
camera Remove unused GDNative code 2022-03-09 13:59:03 +01:00
debugger [Debugger] Move servers-related behaviours to ServersDebugger. 2022-02-06 17:36:48 +01:00
extensions Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
physics_2d Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
physics_3d Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
rendering Implement Label3D node. 2022-04-22 12:08:46 +03:00
text Implement Label3D node. 2022-04-22 12:08:46 +03:00
xr Merge canvas and decal into TextureStorage and add render target 2022-04-17 12:59:50 +10:00
audio_server.cpp Fix crash in AudioServer when switching audio devices with different audio channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.) 2022-04-01 16:01:22 +02:00
audio_server.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
camera_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
camera_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
display_server_headless.h Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
display_server.cpp Rename warp mouse functions to warp_mouse 2022-03-27 14:12:01 +02:00
display_server.h Rename warp mouse functions to warp_mouse 2022-03-27 14:12:01 +02:00
navigation_server_2d.cpp Rename NavigationServer's free method to free_rid 2022-04-08 17:39:17 +08:00
navigation_server_2d.h Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
navigation_server_3d.cpp Rename NavigationServer's free method to free_rid 2022-04-08 17:39:17 +08:00
navigation_server_3d.h Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
physics_server_2d_wrap_mt.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_2d_wrap_mt.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_2d.cpp Validate PhysicsDirectSpaceState{2,3}D::_intersect_point input 2022-02-14 22:21:28 +08:00
physics_server_2d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d_wrap_mt.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d_wrap_mt.h Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
physics_server_3d.cpp Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
physics_server_3d.h Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
register_server_types.cpp Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
register_server_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rendering_server.cpp Restore antialiasing for draw_line 2022-04-12 13:03:56 +03:00
rendering_server.h Restore antialiasing for draw_line 2022-04-12 13:03:56 +03:00
SCsub Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
text_server.cpp Implement Label3D node. 2022-04-22 12:08:46 +03:00
text_server.h Implement Label3D node. 2022-04-22 12:08:46 +03:00
xr_server.cpp Implementing OpenXR driver 2022-02-23 12:02:24 +01:00
xr_server.h Improve XRInterface hooks into rendering 2022-01-26 13:55:44 +11:00