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.11.25.Log0681.txt

📄SVN 📅2012-11-25 💾1,4 KB 3 Parsed entries CON BUILD FIX

Revision r3222

Replace SDL icons, freshly generated using GIMP 2.6.11.

The code has been factored. Additionally, 32x32 is used on Windows with SDL_MAJOR_VERSION==1, while 48x48 is the default.

See: http://www.libsdl.org/cgi/docwiki.cgi/SDL_WM_SetIcon

Revision r3221

RENDERTYPE=SDL on Windows, part 2.

This introduces winbits.[ch] in the engine, containing layer-independent code migrated from winlayer, including nedmalloc, ebacktrace1, OS version detection, and high-resolution profiling timers.

sdlayer has been expanded to include the code from winbits under _WIN32.

All uses of RENDERTYPEWIN in the source have been examined and changed to _WIN32 (or removed) where the block in question is layer-independent.

Revision r3220

Factor G_MultiPskyInit into common.c.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3223 | hendricks266 | 2012-11-25 00:50:16 -0800 (Sun, 25 Nov 2012) | 1 line

Fix r3221: move the nedmalloc.h include to winbits.c.
------------------------------------------------------------------------
r3222 | hendricks266 | 2012-11-24 20:27:13 -0800 (Sat, 24 Nov 2012) | 5 lines

Replace SDL icons, freshly generated using GIMP 2.6.11.

The code has been factored. Additionally, 32x32 is used on Windows with SDL_MAJOR_VERSION==1, while 48x48 is the default.

See: http://www.libsdl.org/cgi/docwiki.cgi/SDL_WM_SetIcon
------------------------------------------------------------------------
r3221 | hendricks266 | 2012-11-24 20:26:37 -0800 (Sat, 24 Nov 2012) | 7 lines

RENDERTYPE=SDL on Windows, part 2.

This introduces winbits.[ch] in the engine, containing layer-independent code migrated from winlayer, including nedmalloc, ebacktrace1, OS version detection, and high-resolution profiling timers.

sdlayer has been expanded to include the code from winbits under _WIN32.

All uses of RENDERTYPEWIN in the source have been examined and changed to _WIN32 (or removed) where the block in question is layer-independent.
------------------------------------------------------------------------
r3220 | hendricks266 | 2012-11-24 20:25:31 -0800 (Sat, 24 Nov 2012) | 1 line

Factor G_MultiPskyInit into common.c.
------------------------------------------------------------------------