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

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

Detail

2011.08.14.Log0315.txt

📄SVN 📅2011-08-14 💾671 B 1 Parsed entries CON BUILD FIX

Revision r1964

Fix gamearray overallocation on 64-bit... was being allocated as (array size * sizeof(intptr_t)) when the struct actually contains a ptr to a block of int32_t

------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r1965 | plagman | 2011-08-14 20:41:42 -0700 (Sun, 14 Aug 2011) | 4 lines

Fix colored fog in Polymer.

This fixes a ridiculous interaction problem between non-black fog and
additive lighting passes. Plagman is stupid.
------------------------------------------------------------------------
r1964 | terminx | 2011-08-12 08:40:28 -0700 (Fri, 12 Aug 2011) | 2 lines

Fix gamearray overallocation on 64-bit... was being allocated as (array size * sizeof(intptr_t)) when the struct actually contains a ptr to a block of int32_t

------------------------------------------------------------------------