dhewm3/neo/cm
Daniel Gibson c22965bf58 Work around assertion in alphalabs4, fix #409
In the savegame from that bugreport, "monster_zsec_shotgun_12" was
lying dead pretty much at its spawn point.
script/map_alphalabs4.script moves those "ride_of_death" platforms
around, and at the end of a cycle teleports "ride_of_death*_parent" back
to its starting position - and the "ride_of_death*" bound to it, which
is a pushing mover, just gets dragged along by the physics code and thus
can collide with that zombie cadaver, which then tries to push it along,
causing that assertion in TestHugeTranslation().
This is a map bug - Doom3 even prints a warning:
 WARNING: script/map_alphalabs4.script(722): Thread
  'map_alphalabs4::RideOfDeathPath': teleported 'ride_of_death2_parent'
  which has the pushing mover 'ride_of_death2' bound to it
So I just disable that assertion for this specific case..
Also moved the assertion behind the corresponding warning, so that gets
printed before the assertion kills the game..

Also a small change to CMakeLists.txt that should make enabling
LINUX_RELEASE_BINS after CMake has already been run without it work
2022-05-16 05:43:47 +02:00
..
CollisionModel.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
CollisionModel_contacts.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
CollisionModel_contents.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
CollisionModel_debug.cpp Use idSys::GetMilliseconds() for idTimer 2011-12-22 10:38:39 +01:00
CollisionModel_files.cpp Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00
CollisionModel_load.cpp more fixes for Visual Studio 14 2015-10-11 23:27:42 +02:00
CollisionModel_local.h Don't use long in CollisionModel_local.h 2012-06-28 13:02:46 +02:00
CollisionModel_rotate.cpp Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
CollisionModel_trace.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
CollisionModel_translate.cpp Work around assertion in alphalabs4, fix #409 2022-05-16 05:43:47 +02:00