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

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

Detail

2015.07.25.Log1152.txt

📄SVN 📅2015-07-25 💾1,2 KB 3 Parsed entries BUILD FIX

Revision r5311

baselayer: add DEBUG_FRAME_LOCKING functionality.

Revision r5310

engine: fix unbalanced begindrawing()/enddrawing() pair in printext16().

Revision r5309

Fix various, but not all warnings.

Except:
 - missing braces around initializer [-Wmissing-braces]: due to union-in-struct
   vec3f_t
 - comparison between signed and unsigned integer expressions [-Wsign-compare]:
   in polymer.c
Raw Content
------------------------------------------------------------------------
r5312 | helixhorned | 2015-07-25 10:23:22 -0700 (Sat, 25 Jul 2015) | 1 line

Game: fix displayed viewscreen when its x/yrepeat isn't evenly divisible by 4.
------------------------------------------------------------------------
r5311 | helixhorned | 2015-07-25 10:23:21 -0700 (Sat, 25 Jul 2015) | 1 line

baselayer: add DEBUG_FRAME_LOCKING functionality.
------------------------------------------------------------------------
r5310 | helixhorned | 2015-07-25 10:23:20 -0700 (Sat, 25 Jul 2015) | 1 line

engine: fix unbalanced begindrawing()/enddrawing() pair in printext16().
------------------------------------------------------------------------
r5309 | helixhorned | 2015-07-25 10:23:17 -0700 (Sat, 25 Jul 2015) | 7 lines

Fix various, but not all warnings.

Except:
 - missing braces around initializer [-Wmissing-braces]: due to union-in-struct
   vec3f_t
 - comparison between signed and unsigned integer expressions [-Wsign-compare]:
   in polymer.c
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.