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

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

Detail

2015.12.19.Log1185.txt

📄SVN 📅2015-12-19 💾2,7 KB 7 Parsed entries CON BUILD FIX

Revision r5473

Remove the __STATIC macros of dynamic sounds pruned in r4748.

Revision r5472

Remove three unused-in-the-source dynamic sound variables partially forgotten in r4748.

Revision r5471

Menus: When RETURN is set to INT32_MIN in EVENT_CHANGEMENU, cancel any animations in addition to not changing the current menu.

Revision r5470

Name map best time entries in the cfg by MD4 checksum instead of filename.

Existing filename-demarcated personal bests are still read as a fallback if an MD4 is not found, but only MD4 entries are written.

Fans of both Lunar Apocalypse and Nuclear Winter should sort out the MapTimes section of their cfg file manually.

Revision r5469

Fix two bugs in SCRIPT_GetNumber that cause it to issue an incorrect return value.

Revision r5468

Duke3D: Add globalgameflag 4, DUKE3D_NO_PALETTE_CHANGES. This disallows the game from performing its usual modification to palette data after loading it, mainly the transparent color.

If you use this flag, make sure your transparent color it set exactly as you would like it to be used in cases like those presented in the previous commit.

Revision r5467

Polymodes: In gloadtile_art, (1) get the current texel's index, (2) apply alpha if index == 255, (3) get the index by indexing into the specified palookup table, and then (4) apply fullbright considerations. Previously these tasks were performed in order 1432.
Raw Content
------------------------------------------------------------------------
r5474 | hendricks266 | 2015-12-19 21:19:11 -0800 (Sat, 19 Dec 2015) | 1 line

Prune the dynamic tile name system in the same manner as sounds were pruned in the previous commit and r4748.
------------------------------------------------------------------------
r5473 | hendricks266 | 2015-12-19 21:19:08 -0800 (Sat, 19 Dec 2015) | 1 line

Remove the __STATIC macros of dynamic sounds pruned in r4748.
------------------------------------------------------------------------
r5472 | hendricks266 | 2015-12-19 21:19:05 -0800 (Sat, 19 Dec 2015) | 1 line

Remove three unused-in-the-source dynamic sound variables partially forgotten in r4748.
------------------------------------------------------------------------
r5471 | hendricks266 | 2015-12-19 21:19:02 -0800 (Sat, 19 Dec 2015) | 1 line

Menus: When RETURN is set to INT32_MIN in EVENT_CHANGEMENU, cancel any animations in addition to not changing the current menu.
------------------------------------------------------------------------
r5470 | hendricks266 | 2015-12-19 21:18:59 -0800 (Sat, 19 Dec 2015) | 5 lines

Name map best time entries in the cfg by MD4 checksum instead of filename.

Existing filename-demarcated personal bests are still read as a fallback if an MD4 is not found, but only MD4 entries are written.

Fans of both Lunar Apocalypse and Nuclear Winter should sort out the MapTimes section of their cfg file manually.
------------------------------------------------------------------------
r5469 | hendricks266 | 2015-12-19 21:18:56 -0800 (Sat, 19 Dec 2015) | 1 line

Fix two bugs in SCRIPT_GetNumber that cause it to issue an incorrect return value.
------------------------------------------------------------------------
r5468 | hendricks266 | 2015-12-19 21:18:53 -0800 (Sat, 19 Dec 2015) | 3 lines

Duke3D: Add globalgameflag 4, DUKE3D_NO_PALETTE_CHANGES. This disallows the game from performing its usual modification to palette data after loading it, mainly the transparent color.

If you use this flag, make sure your transparent color it set exactly as you would like it to be used in cases like those presented in the previous commit.
------------------------------------------------------------------------
r5467 | hendricks266 | 2015-12-19 21:18:47 -0800 (Sat, 19 Dec 2015) | 1 line

Polymodes: In gloadtile_art, (1) get the current texel's index, (2) apply alpha if index == 255, (3) get the index by indexing into the specified palookup table, and then (4) apply fullbright considerations. Previously these tasks were performed in order 1432.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.