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.02.18.Log0442.txt

📄SVN 📅2012-02-18 💾2,7 KB 8 Parsed entries BUILD FIX

Revision r2359

menus.c: rename _bar to sliderbar.

Revision r2358

Menus: make aspect ratio also control r_usenewaspect.

- RENDERER SETUP is now also accessible from classic, with only 2 options:
  'aspect ratio' and 'ambient light level'
- remove the latter option from the VIDEO SETUP menu
- When compiled with OpenGL, the aspect ratio option cycles between 3 states:
  r_usenewaspect=1 (the modern way), and r_usenewaspect=0 but r_widescreen=0/1.
  In non-GL builds, there are only 2 states.
- don't display black translucent overlay in COLOR CORRECTION menu

Revision r2357

Fix non-OpenGL build.

Revision r2356

In the user map selector, sort file names case-insensitively on Unix'y systems.

This makes more sense because the game selector draws the names with uppercase
letters and the hotkeys to jump to a map starting with a particualar letter
aren't case sensitive, either.  Mapster32's selector will still display maps
starting with upper case first.

Revision r2355

Fix non-asm build, I forgot a line with the preceding change.

Revision r2354

engine.c: more formatting, removing of textually duplicate code.

Revision r2353

engine.c: formatting changes

The bulk are whitespace changes; the only exception is a
"if (expr) { stmt; }" --> "if (expr) stmt;"

Revision r2352

osxbuild.sh: detect whether we're keeping the source in SVN or git.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2360 | helixhorned | 2012-02-18 09:57:07 -0800 (Sat, 18 Feb 2012) | 4 lines

cache1d.c: debugging feature routing all allocache requests to malloc.

This is useful to debug out-of-bound violations for memory allocated
with that function.
------------------------------------------------------------------------
r2359 | helixhorned | 2012-02-18 09:56:52 -0800 (Sat, 18 Feb 2012) | 1 line

menus.c: rename _bar to sliderbar.
------------------------------------------------------------------------
r2358 | helixhorned | 2012-02-18 09:56:39 -0800 (Sat, 18 Feb 2012) | 9 lines

Menus: make aspect ratio also control r_usenewaspect.

- RENDERER SETUP is now also accessible from classic, with only 2 options:
  'aspect ratio' and 'ambient light level'
- remove the latter option from the VIDEO SETUP menu
- When compiled with OpenGL, the aspect ratio option cycles between 3 states:
  r_usenewaspect=1 (the modern way), and r_usenewaspect=0 but r_widescreen=0/1.
  In non-GL builds, there are only 2 states.
- don't display black translucent overlay in COLOR CORRECTION menu
------------------------------------------------------------------------
r2357 | helixhorned | 2012-02-18 09:56:26 -0800 (Sat, 18 Feb 2012) | 1 line

Fix non-OpenGL build.
------------------------------------------------------------------------
r2356 | helixhorned | 2012-02-18 09:56:13 -0800 (Sat, 18 Feb 2012) | 6 lines

In the user map selector, sort file names case-insensitively on Unix'y systems.

This makes more sense because the game selector draws the names with uppercase
letters and the hotkeys to jump to a map starting with a particualar letter
aren't case sensitive, either.  Mapster32's selector will still display maps
starting with upper case first.
------------------------------------------------------------------------
r2355 | helixhorned | 2012-02-18 09:55:59 -0800 (Sat, 18 Feb 2012) | 1 line

Fix non-asm build, I forgot a line with the preceding change.
------------------------------------------------------------------------
r2354 | helixhorned | 2012-02-18 09:55:43 -0800 (Sat, 18 Feb 2012) | 1 line

engine.c: more formatting, removing of textually duplicate code.
------------------------------------------------------------------------
r2353 | helixhorned | 2012-02-18 09:55:27 -0800 (Sat, 18 Feb 2012) | 4 lines

engine.c: formatting changes

The bulk are whitespace changes; the only exception is a
"if (expr) { stmt; }" --> "if (expr) stmt;"
------------------------------------------------------------------------
r2352 | helixhorned | 2012-02-16 12:29:51 -0800 (Thu, 16 Feb 2012) | 1 line

osxbuild.sh: detect whether we're keeping the source in SVN or git.
------------------------------------------------------------------------