godot/servers
lawnjelly ef2f631aa9
Portals - Fix gameplay monitor ticking
Due to an optimization to prevent processing except when camera rooms changed, the ticking synchronization and updating of previous and current lists could get out of sync for affected objects, leading to missing gameplay notifications.

This PR adds new paths to properly support and synchronize objects in this "room based" path.

(cherry picked from commit 38240fd0c8)
2022-01-31 20:38:32 +01:00
..
arvr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_2d Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual Portals - Fix gameplay monitor ticking 2022-01-31 20:38:32 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
arvr_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
arvr_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_2d_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_2d_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_server_types.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_server_types.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server_callbacks.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server_callbacks.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00