Files
Bubberstation/code/controllers
Kylerace a8766712f8 hopefully fixes unit test failures from things in the spatial grid not having their refs cleared from it (#65771)
things being held inside the spatial grid while they should be deleted causes a rareish unit test failure for create_and_destroy. hopefully this fixes it by checking for if the entering movable is being qdeleted as well as early returning in enter_cell if the spatial grid isnt initialized.

Im not sure what exactly causes the hanging refs, but i suspect its something to do with not properly catching qdeleting objects if they for whatever reason enter another part of the spatial grid instead of nullspacing. 

This will give us a better idea of what kind of failure we're dealing with -Lemon
2022-04-04 17:31:29 -07:00
..