Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
362Filtered Results

Detail

2018.07.22.Log1476.txt

📄SVN 📅2018-07-22 💾2,7 KB 9 Parsed entries CON BUILD FIX

Revision r6954

Factor out P_GetKneePal().

Revision r6953

Clean up variables in overhead map player sprite draw code.

Revision r6952

Menus: Make some non-functional changes for clarity in Menu_RunInput_EntryRange*_Movement.

Revision r6951

Fix -Wformat-overflow warnings

Revision r6950

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]

Revision r6949

Fix warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]

Revision r6948

Update glad to 0.1.25

Includes https://github.com/Dav1dde/glad/pull/140

Revision r6947

softsurface: Perform a "divisor known at compile time" optimization

Revision r6946

Fix variable capitalization in Dependencies.mak files
Raw Content
------------------------------------------------------------------------
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.