Go to file
Kp 8ae4ef9eb5 Fix traps due to invalid level data
`Descent 2: Counterstrike` level 9 specifies a control center trigger on
a side with no wall.  This is not valid.  In normal play, wall_toggle
silently ignored this, and newdemo_pop_ctrlcen_triggers had undefined
behavior.  Add a warning in wall_toggle to report levels like this.  Add
handling in newdemo_pop_ctrlcen_triggers to detect and suppress this
bogus data.

`Descent 2: Counterstrike` level 11 specifies a control center trigger
on a side with no child segment.  This is not valid, so
newdemo_pop_ctrlcen_triggers again had undefined behavior.  Add handling
to detect and suppress this bogus data.

Reported-by: Descender1032 <https://forum.dxx-rebirth.com/showthread.php?tid=992>
2017-11-25 01:56:51 +00:00
common Fix songs_play_file use for sdlmixer=0 2017-11-25 01:56:51 +00:00
contrib Update Gentoo ebuilds 2017-11-25 01:56:51 +00:00
d1x-rebirth Merge branch 'psyke83/rpi' into master 2017-10-26 02:02:50 +00:00
d2x-rebirth Add experimental D2 support for D1 style robot briefings 2017-11-13 01:59:49 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Fix traps due to invalid level data 2017-11-25 01:56:51 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Update INSTALL.markdown to reflect dropped support for <gcc-4.9 2017-11-11 18:03:08 +00:00
SConstruct Move various SDL-only texture mapping functions to !DXX_USE_OGL 2017-11-01 02:01:21 +00:00