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

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

Detail

2012.12.16.Log0704.txt

📄SVN 📅2012-12-16 💾1,3 KB 2 Parsed entries CON BUILD

Revision r3302

Don't enable fog in polymost_printext256() and when drawing tile view in M32.

The new "r_usenewshading 2" mode could darken these otherwise.

Revision r3301

Classic-like visibility/fog for OpenGL modes, r_usenewshading 2 (new default).

Implemented using GL_LINEAR fog. The only source of difference (besides the
obvious indexed vs. true color) should now be the distance constant, which
still had to be determined experimentally.  Polymer implements this mode in
its fog fragment program part.

Parallaxed skies are always drawn with full visibility, I'm not sure if there
are any maps that expect otherwise.

Also, accidentally committed: factor out initialization code from
polymost_printext256() into gen_font_glyph_tex(), small game.c changes.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3303 | helixhorned | 2012-12-16 11:18:18 -0800 (Sun, 16 Dec 2012) | 1 line

Move fog calc routines into polymost.c, declare in engine_priv.h.
------------------------------------------------------------------------
r3302 | helixhorned | 2012-12-16 11:18:13 -0800 (Sun, 16 Dec 2012) | 3 lines

Don't enable fog in polymost_printext256() and when drawing tile view in M32.

The new "r_usenewshading 2" mode could darken these otherwise.
------------------------------------------------------------------------
r3301 | helixhorned | 2012-12-16 11:18:10 -0800 (Sun, 16 Dec 2012) | 12 lines

Classic-like visibility/fog for OpenGL modes, r_usenewshading 2 (new default).

Implemented using GL_LINEAR fog. The only source of difference (besides the
obvious indexed vs. true color) should now be the distance constant, which
still had to be determined experimentally.  Polymer implements this mode in
its fog fragment program part.

Parallaxed skies are always drawn with full visibility, I'm not sure if there
are any maps that expect otherwise.

Also, accidentally committed: factor out initialization code from
polymost_printext256() into gen_font_glyph_tex(), small game.c changes.
------------------------------------------------------------------------