godot/servers/visual/portals
lawnjelly 6c1e243fa2 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.
2022-01-21 09:38:48 +00:00
..
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_gameplay_monitor.cpp Portals - fix gameplay monitor unloading 2022-01-21 09:38:48 +00:00
portal_gameplay_monitor.h Portals - fix gameplay monitor unloading 2022-01-21 09:38:48 +00:00
portal_occlusion_culler.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_occlusion_culler.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_pvs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_pvs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_pvs_builder.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_pvs_builder.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_renderer.cpp Portals - fix gameplay monitor unloading 2022-01-21 09:38:48 +00:00
portal_renderer.h Portals - fix gameplay monitor unloading 2022-01-21 09:38:48 +00:00
portal_rooms_bsp.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_rooms_bsp.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_tracer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_tracer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal_types.h Portals - fix gameplay monitor unloading 2022-01-21 09:38:48 +00:00