------------------------------------------------------------------------ r6955 | hendricks266 | 2018-07-22 19:56:11 -0700 (Sun, 22 Jul 2018) | 6 lines Create P_GetOverheadPal() and restore the DOS definition of it. DOS: the player sprite's pal (including pants color and frozenness), unaffected by sector floor pal what the code had for some reason: the sector's floor pal, neglecting the nofloorpal bit, frozenness, and the player's pants color I contend that it is okay for the automap sprite to ignore the sector's color for map legibility purposes. ------------------------------------------------------------------------ r6954 | hendricks266 | 2018-07-22 19:56:08 -0700 (Sun, 22 Jul 2018) | 1 line Factor out P_GetKneePal(). ------------------------------------------------------------------------ r6953 | hendricks266 | 2018-07-22 19:56:05 -0700 (Sun, 22 Jul 2018) | 1 line Clean up variables in overhead map player sprite draw code. ------------------------------------------------------------------------ r6952 | hendricks266 | 2018-07-22 19:56:02 -0700 (Sun, 22 Jul 2018) | 1 line Menus: Make some non-functional changes for clarity in Menu_RunInput_EntryRange*_Movement. ------------------------------------------------------------------------ r6951 | hendricks266 | 2018-07-22 19:55:59 -0700 (Sun, 22 Jul 2018) | 1 line Fix -Wformat-overflow warnings ------------------------------------------------------------------------ r6950 | hendricks266 | 2018-07-22 19:55:56 -0700 (Sun, 22 Jul 2018) | 1 line Fix warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct menusave_t'; use assignment or value-initialization instead [-Wclass-memaccess] ------------------------------------------------------------------------ r6949 | hendricks266 | 2018-07-22 19:55:53 -0700 (Sun, 22 Jul 2018) | 1 line Fix warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] ------------------------------------------------------------------------ r6948 | hendricks266 | 2018-07-22 19:55:49 -0700 (Sun, 22 Jul 2018) | 3 lines Update glad to 0.1.25 Includes https://github.com/Dav1dde/glad/pull/140 ------------------------------------------------------------------------ r6947 | hendricks266 | 2018-07-22 19:55:46 -0700 (Sun, 22 Jul 2018) | 1 line softsurface: Perform a "divisor known at compile time" optimization ------------------------------------------------------------------------ r6946 | hendricks266 | 2018-07-22 19:55:42 -0700 (Sun, 22 Jul 2018) | 1 line Fix variable capitalization in Dependencies.mak files ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.