2
0
Fork 0
godot/servers/visual
lawnjelly 6cb32b696e Portals - force full check on adding moving object
Moving objects being added during instance_moving_create() were incorrectly not forcing a full check to find which room they were within. This could result in moving objects being re-added not correctly identifying their current room, and thus culling incorrectly. This PR forces a full check on calling instance_moving_create.

(cherry picked from commit e7a73579e3)
2022-07-07 14:09:39 +07:00
..
portals Portals - force full check on adding moving object 2022-07-07 14:09:39 +07:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +07:00
rasterizer.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
rasterizer.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
shader_language.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
shader_language.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
shader_types.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
shader_types.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_canvas.cpp Fix invalid read when using LightOccluder2D 2022-01-25 18:43:55 +07:00
visual_server_canvas.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_globals.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_globals.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_raster.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_raster.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_scene.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_scene.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_viewport.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_viewport.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_wrap_mt.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +07:00
visual_server_wrap_mt.h Update copyright statements to 2022 2022-01-13 16:00:37 +07:00