src/newgrf_spritegroup.cpp
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Sun, 11 Nov 2007 18:22:06 +0000 rubidium (svn r11412) -Fix (r11403): animation was not turned on properly.
Sun, 11 Nov 2007 17:56:37 +0000 rubidium (svn r11410) -Codechange: implement random triggers for industries.
Wed, 26 Sep 2007 17:33:32 +0000 rubidium (svn r11173) -Codechange: rename some callback enums so they are more uniform.
Sat, 22 Sep 2007 23:55:34 +0000 rubidium (svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
Sat, 22 Sep 2007 20:29:17 +0000 rubidium (svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13.
Sat, 22 Sep 2007 13:56:38 +0000 rubidium (svn r11139) -Codechange: add support for persistent storage for NewGRFs.
Sat, 22 Sep 2007 12:59:43 +0000 rubidium (svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
Tue, 18 Sep 2007 20:41:59 +0000 rubidium (svn r11127) -Fix: truncate the result of 8 bits callbacks.
Sun, 16 Sep 2007 21:34:50 +0000 rubidium (svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs.
Fri, 03 Aug 2007 20:18:38 +0000 rubidium (svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
Thu, 05 Jul 2007 05:41:56 +0000 rubidium (svn r10442) -Codechange: implement the industry production callback.
Mon, 14 May 2007 17:37:34 +0000 peter1138 (svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling.
Sat, 21 Apr 2007 07:27:16 +0000 peter1138 (svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storage array.
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Tue, 20 Mar 2007 13:47:00 +0000 maedhros (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
Mon, 19 Mar 2007 11:27:30 +0000 maedhros (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 12 Jan 2007 16:44:08 +0000 peter1138 (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
Fri, 12 Jan 2007 11:20:34 +0000 maedhros (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
Thu, 11 Jan 2007 14:40:12 +0000 peter1138 (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.
Thu, 11 Jan 2007 14:25:17 +0000 peter1138 (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned
Thu, 11 Jan 2007 12:47:42 +0000 celestar (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
Thu, 11 Jan 2007 10:58:53 +0000 peter1138 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)