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

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

Detail

2015.03.29.Log1105.txt

📄SVN 📅2015-03-29 💾2,2 KB 5 Parsed entries CON FIX

Revision r5117

Move handling of ud.drawweapon from G_DrawWeaponTileWithID() to P_DisplayWeapon(). This fixes it not being applied to the quick kick and mighty foot.

Revision r5116

Replace the use of an "snum" parameter in the screen display functions with screenpeek because we need to keep screenpeek accurate for CON anyway.

Revision r5115

C-CON: Add two new structs, tiledata and paldata, accessible only through quick-access.

Revision r5114

Don't print quotes when not in-game.

This is required after a change in the cheat menu commit that allows the cheat quotes to trigger from the in-game menu. However, a side-effect was that pressing F12 in the main menu would cause "SCREEN SAVED" to display indefinitely.

Revision r5113

Prevent a crash in mdloadskin() caused by an oversight in r5107.
Raw Content
------------------------------------------------------------------------
r5118 | hendricks266 | 2015-03-29 22:57:30 -0700 (Sun, 29 Mar 2015) | 9 lines

Add events for the remaining player-related HUD display functions:

EVENT_DISPLAYSPIT - loogies from the SPIT projectile
EVENT_DISPLAYFIST - nukebutton fist (shrunk fists are part of EVENT_DISPLAYWEAPON)
EVENT_DISPLAYKNEE - pstomp knee (quick kick is part of EVENT_DISPLAYWEAPON)
EVENT_DISPLAYKNUCKLES - knuckle crack idle animation
EVENT_DISPLAYSCUBA - scuba gear
EVENT_DISPLAYTIP - tip hand
EVENT_DISPLAYACCESS - access cards / keycards
------------------------------------------------------------------------
r5117 | hendricks266 | 2015-03-29 22:57:11 -0700 (Sun, 29 Mar 2015) | 1 line

Move handling of ud.drawweapon from G_DrawWeaponTileWithID() to P_DisplayWeapon(). This fixes it not being applied to the quick kick and mighty foot.
------------------------------------------------------------------------
r5116 | hendricks266 | 2015-03-29 22:56:52 -0700 (Sun, 29 Mar 2015) | 1 line

Replace the use of an "snum" parameter in the screen display functions with screenpeek because we need to keep screenpeek accurate for CON anyway.
------------------------------------------------------------------------
r5115 | hendricks266 | 2015-03-29 22:56:37 -0700 (Sun, 29 Mar 2015) | 1 line

C-CON: Add two new structs, tiledata and paldata, accessible only through quick-access.
------------------------------------------------------------------------
r5114 | hendricks266 | 2015-03-29 22:56:20 -0700 (Sun, 29 Mar 2015) | 3 lines

Don't print quotes when not in-game.

This is required after a change in the cheat menu commit that allows the cheat quotes to trigger from the in-game menu. However, a side-effect was that pressing F12 in the main menu would cause "SCREEN SAVED" to display indefinitely.
------------------------------------------------------------------------
r5113 | hendricks266 | 2015-03-29 22:56:06 -0700 (Sun, 29 Mar 2015) | 1 line

Prevent a crash in mdloadskin() caused by an oversight in r5107.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.