pandemonium_engine/servers
Relintai 23daaf95a6 Ported from godot4: Fix 2D navigation debug visuals ignoring half the ProjectSettings
Fixes that NavigationRegion2D and TileMap debug visuals ignored more or less half the ProjectSetting. E.g. random color could not be disabled, edges did not display.
2b19c70664
2023-06-09 11:29:33 +02:00
..
audio Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
navigation Backported from godot4: Add NavigationPathQuery 2023-06-08 18:23:48 +02:00
physics Backport from Godot 4 - Fix RigidDynamicBody gaining momentum with bounce 2023-05-01 12:24:31 +02:00
physics_2d Backport from Godot 4 - Fix RigidDynamicBody gaining momentum with bounce 2023-05-01 12:24:31 +02:00
rendering Ported: Fix Polygon2D skinned bounds (for culling) 2023-05-01 13:34:35 +02:00
audio_server.cpp Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
audio_server.h Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
navigation_2d_server.cpp Ported from godot4: Fix 2D navigation debug visuals ignoring half the ProjectSettings 2023-06-09 11:29:33 +02:00
navigation_2d_server.h Ported from godot4: Fix 2D navigation debug visuals ignoring half the ProjectSettings 2023-06-09 11:29:33 +02:00
navigation_server.cpp Ported from godot4: Rename Navigation uses of 'location' to 'position' 2023-06-09 10:28:31 +02:00
navigation_server.h Ported from godot4: Rename Navigation uses of 'location' to 'position' 2023-06-09 10:28:31 +02:00
physics_2d_server.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_2d_server.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_server.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_server.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
register_server_types.cpp Backported from godot4: Add NavigationPathQuery 2023-06-08 18:23:48 +02:00
register_server_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
rendering_server_callbacks.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
rendering_server_callbacks.h Also renamed the files. 2022-08-19 21:24:36 +02:00
rendering_server.cpp Ported: Fix Polygon2D skinned bounds (for culling) 2023-05-01 13:34:35 +02:00
rendering_server.h Ported: Fix Polygon2D skinned bounds (for culling) 2023-05-01 13:34:35 +02:00
SCsub Cleaned up NavigationMeshGenerator and added it to the build. 2023-06-03 18:45:20 +02:00
server_wrap_mt_common.h