------------------------------------------------------------------------ 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 ------------------------------------------------------------------------