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

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

Detail

2012.03.20.Log0480.txt

📄SVN 📅2012-03-20 💾984 B 2 Parsed entries BUILD FIX

Revision r2504

Rename 'numpalookups' to 'numshades' internally.

Revision r2503

Weirdness removal in G_LoadExtraPalettes (which reads lookup.dat).

- replace bit tweaking for big endian archs with clear code
- allow palette lookups >= 128, previously we read into a signed byte
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2505 | helixhorned | 2012-03-20 11:32:16 -0700 (Tue, 20 Mar 2012) | 5 lines

Probably fix sheared PNG screenshots.

We shouldn't assume a particular bytes-per-line value and use ylookup[] instead.
Specifically, windowed modes on Windows use a frame buffer that always has odd
x dimension.
------------------------------------------------------------------------
r2504 | helixhorned | 2012-03-20 11:32:00 -0700 (Tue, 20 Mar 2012) | 1 line

Rename 'numpalookups' to 'numshades' internally.
------------------------------------------------------------------------
r2503 | helixhorned | 2012-03-20 11:31:37 -0700 (Tue, 20 Mar 2012) | 4 lines

Weirdness removal in G_LoadExtraPalettes (which reads lookup.dat).

- replace bit tweaking for big endian archs with clear code
- allow palette lookups >= 128, previously we read into a signed byte
------------------------------------------------------------------------