dxx-rebirth/similar
Kp c991f8b107 Prevent Point_segs underflow on player death
If the player commits suicide in Descent 2, Point_segs[-2] is accessed
because aip->hide_index = -1, aip->path_length = 0.  As a spot fix,
check for underflow and skip the access if it would be out of bounds.
2018-06-14 02:39:15 +00:00
..
2d Fix OS X build break 2018-06-12 02:53:06 +00:00
3d Use constexpr integral_constant for various magic numbers 2017-10-14 17:10:30 +00:00
arch Fix up long broken glmprintf support 2018-06-08 04:04:05 +00:00
editor Enforce separation of font X/Y scaling 2018-06-08 04:04:05 +00:00
main Prevent Point_segs underflow on player death 2018-06-14 02:39:15 +00:00
misc Simplify case insensitive lookups 2018-06-13 02:02:58 +00:00