godot/servers
lawnjelly 3c2df49832 Fix Occluder to properly share resources
In order to properly support the resource sharing paradigm, Occluders are split into Instances and Resources in the VisualServer. Instances are owned by a Scenario, and Resources are global. OccluderShape resources can now correctly be shared by multiple OccluderInstances.
2022-02-16 09:55:11 +00:00
..
arvr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio Audio quality improvements in PitchShift 2022-02-15 12:30:17 +01:00
camera Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics Fix typos with codespell 2022-02-11 09:50:59 +01:00
physics_2d BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +00:00
visual Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
arvr_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
arvr_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
camera_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
camera_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_2d_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_2d_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_server.cpp Fix navigation merge errors, fixes #56786 2022-02-02 23:52:29 +01:00
navigation_server.h Fix navigation merge errors, fixes #56786 2022-02-02 23:52:29 +01:00
physics_2d_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_2d_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_server_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_server_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_callbacks.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_callbacks.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server.cpp Fix typos with codespell 2022-02-11 09:50:59 +01:00
visual_server.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00