godot/servers/visual/portals
lawnjelly 2c88517a7b Portals - fix recursive loop looking out from internal rooms
In some situations looking out from an internal room it was possible to look back into the portal into the internal room.

This PR fixes this by keeping a single item 'stack' record of the last external room, and preventing recursing into this room. This also makes tracing significantly more efficient out of internal rooms, as there is no need to trace the external room multiple times.
2021-08-05 12:37:05 +01:00
..
portal_gameplay_monitor.cpp
portal_gameplay_monitor.h
portal_pvs.cpp
portal_pvs.h
portal_pvs_builder.cpp Portals - fix recursive loop looking out from internal rooms 2021-08-05 12:37:05 +01:00
portal_pvs_builder.h Portals - fix recursive loop looking out from internal rooms 2021-08-05 12:37:05 +01:00
portal_renderer.cpp Portals - fix recursive loop looking out from internal rooms 2021-08-05 12:37:05 +01:00
portal_renderer.h Portals - Improve UI and add shortcuts 2021-08-01 19:54:16 +01:00
portal_rooms_bsp.cpp
portal_rooms_bsp.h
portal_tracer.cpp Portals - fix recursive loop looking out from internal rooms 2021-08-05 12:37:05 +01:00
portal_tracer.h Portals - fix recursive loop looking out from internal rooms 2021-08-05 12:37:05 +01:00
portal_types.cpp
portal_types.h
SCsub