godot/servers
lawnjelly 579c6238bb
Portals - fix gameplay monitor unloading
The gameplay monitor wasn't being unloaded correctly in between levels. This meant that exit signals were not being sent, and entered signals for the new level were being missed.

This PR sends appropriate exit signals on unloading, and clear the data.

(cherry picked from commit 6c1e243fa2)
2022-01-25 18:48:18 +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 unloading 2022-01-25 18:48:18 +01: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
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 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
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