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

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

Detail

2012.12.25.Log0713.txt

📄SVN 📅2012-12-25 💾1,5 KB 3 Parsed entries BUILD FIX

Revision r3320

Lunatic: event chaining.

Revision r3319

Lunatic: print -> OSD_Printf, error reporting.

Revision r3318

Clip printext256() at xdim, don't crash OSD_Printf() with empty string.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3321 | helixhorned | 2012-12-25 08:13:50 -0800 (Tue, 25 Dec 2012) | 13 lines

Cleanup of console/on-screen-display (OSD) functionality.

- Rewrite the "clear background" routine in a no-brainer way instead of
  juggling around with rotatesprite(). Make it common to game+editor.
  Expose glRectd to glbuild.
- Don't stop OSD text line drawing when encountering a non-printable char.
  Instead, treat it as space.
- In OSD_SetTextMode(), don't use swaplong (which really swaps 32-bit ints)
  to swap pointers. Write an analogous "swapptr" instead.
- When changing from/to OSD, don't inject a pause key. This *might* have been
  the cause of the reported pausing problems.
- clean up the code...
(Yes, this commit throws together too much stuff. I suck sometimes. :P)
------------------------------------------------------------------------
r3320 | helixhorned | 2012-12-25 08:13:45 -0800 (Tue, 25 Dec 2012) | 1 line

Lunatic: event chaining.
------------------------------------------------------------------------
r3319 | helixhorned | 2012-12-25 08:13:41 -0800 (Tue, 25 Dec 2012) | 1 line

Lunatic: print -> OSD_Printf, error reporting.
------------------------------------------------------------------------
r3318 | helixhorned | 2012-12-25 08:13:36 -0800 (Tue, 25 Dec 2012) | 1 line

Clip printext256() at xdim, don't crash OSD_Printf() with empty string.
------------------------------------------------------------------------