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

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

Detail

2011.01.17.Log0144.txt

📄SVN 📅2011-01-17 💾1,0 KB 1 Parsed entries BUILD FIX

Revision r1772

Manage base palette as IDs instead of passing pointers around ($10 says I broke something). Corresponding engine change will be coming up; this is in prevision of highpal handling of game palettes.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r1773 | plagman | 2011-01-17 17:34:39 -0800 (Mon, 17 Jan 2011) | 1 line

Fix the lighting model so that lights don't get the modulated diffuse (defeats the purpose if they do, since you wouldn't be able to light a fully shaded room). That means the highpal lookup has to be performed twice now, once with the modulated diffuse to apply to the result and once with no modulation to make a diffuse that the lighting code can use. That means that lighting isn't 100% accurate with respect to the highpal result, but that's the best approach I could think of.
------------------------------------------------------------------------
r1772 | plagman | 2011-01-16 19:49:34 -0800 (Sun, 16 Jan 2011) | 1 line

Manage base palette as IDs instead of passing pointers around ($10 says I broke something). Corresponding engine change will be coming up; this is in prevision of highpal handling of game palettes.
------------------------------------------------------------------------