dhewm3/neo
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
..
cm Work around assertion in alphalabs4, fix #409 2022-05-16 05:43:47 +02:00
d3xp Work around assertion in alphalabs4, fix #409 2022-05-16 05:43:47 +02:00
framework Make sure MAX_OSPATH has sane size; fix some typos 2022-01-16 06:02:40 +01:00
game Work around assertion in alphalabs4, fix #409 2022-05-16 05:43:47 +02:00
idlib Add D3_(v)snprintfC99() for C99-compatible implementations 2022-01-10 04:06:54 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Make window alpha chan opaque on Wayland, fix #426 2022-02-05 16:34:34 +01:00
sound Update stb_vorbis to v1.22 and stb_image to v2.27 2021-10-31 06:14:59 +01:00
sys Make window alpha chan opaque on Wayland, fix #426 2022-02-05 16:34:34 +01:00
tools Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
CMakeLists.txt Work around assertion in alphalabs4, fix #409 2022-05-16 05:43:47 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00