------------------------------------------------------------------------ r6482 | hendricks266 | 2017-10-15 16:10:21 -0700 (Sun, 15 Oct 2017) | 5 lines Re-add GAMETYPE_FRAGBAR to the default cases for deathmatch modes. While the fragbar is indeed too cumbersome for use with more than 8 players, and a "show current score overlay" button is a better and more modern solution, this flag should connote whether a mode is *eligible* for it, not whether it is used at all. TODO: Add a cvar for toggling the fragbar and turn it off by default. ------------------------------------------------------------------------ r6481 | hendricks266 | 2017-10-15 16:10:18 -0700 (Sun, 15 Oct 2017) | 1 line Enumify the definition of g_gametypeFlags. ------------------------------------------------------------------------ r6480 | hendricks266 | 2017-10-15 16:10:15 -0700 (Sun, 15 Oct 2017) | 3 lines Fix the bug where tapping (but not holding) fire with 1 ammo left for the chaingun would fail to switch away. Reported by RunningDuke. ------------------------------------------------------------------------ r6479 | hendricks266 | 2017-10-15 16:10:12 -0700 (Sun, 15 Oct 2017) | 1 line if (A ? 1 : B) --> if (A || B) ------------------------------------------------------------------------ r6478 | hendricks266 | 2017-10-15 16:10:09 -0700 (Sun, 15 Oct 2017) | 3 lines Fix infinite loop in OSD_StripColors() when trying to display a quote containing '^' not followed by a number. This fixes Mission 2 of Platoon Leader, as reported by RunningDuke. ------------------------------------------------------------------------ r6477 | hendricks266 | 2017-10-15 16:10:06 -0700 (Sun, 15 Oct 2017) | 1 line Add the Platoon Leader expansion for WWII GI to the GRP list. ------------------------------------------------------------------------ r6476 | hendricks266 | 2017-10-15 16:10:03 -0700 (Sun, 15 Oct 2017) | 1 line Duke: Scan for *.dat in addition to .grp, .zip, .ssi, etc. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.