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.24.Log1097.txt

📄SVN 📅2015-03-24 💾1,4 KB 4 Parsed entries CON FIX

Revision r5088

C-CON: Add quick access for the remaining structures without it.

Revision r5087

C-CON: Enumify quick structure access.

Revision r5086

C-CON: Factor fast struct access and get<struct> out into single functions.

Revision r5085

C-CON: Add PLAYER_PALETTE to quick player struct access, and add a setter that calls P_SetGamePalette().
Raw Content
------------------------------------------------------------------------
r5089 | hendricks266 | 2015-03-24 23:28:09 -0700 (Tue, 24 Mar 2015) | 8 lines

C-CON: Modify the parsing of definevolumename and defineskillname so that they only look for the text before a newline.

// valid
definevolumename 3     <text>

// invalid
definevolumename 3
<text>
------------------------------------------------------------------------
r5088 | hendricks266 | 2015-03-24 23:27:57 -0700 (Tue, 24 Mar 2015) | 1 line

C-CON: Add quick access for the remaining structures without it.
------------------------------------------------------------------------
r5087 | hendricks266 | 2015-03-24 23:27:42 -0700 (Tue, 24 Mar 2015) | 1 line

C-CON: Enumify quick structure access.
------------------------------------------------------------------------
r5086 | hendricks266 | 2015-03-24 23:27:25 -0700 (Tue, 24 Mar 2015) | 1 line

C-CON: Factor fast struct access and get<struct> out into single functions.
------------------------------------------------------------------------
r5085 | hendricks266 | 2015-03-24 23:27:08 -0700 (Tue, 24 Mar 2015) | 1 line

C-CON: Add PLAYER_PALETTE to quick player struct access, and add a setter that calls P_SetGamePalette().
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.