src/newgrf_spritegroup.cpp
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
Tue, 17 Jun 2008 07:05:17 +0000 peter1138 (svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sun, 04 May 2008 22:32:25 +0000 glx (svn r12947) -Fix: keep only first 15 bits for non failed callback results
Mon, 21 Apr 2008 14:33:33 +0000 rubidium (svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
Fri, 18 Apr 2008 03:20:59 +0000 belugas (svn r12760) -Fix(r12759): Remove a now useless comment
Thu, 27 Mar 2008 21:36:16 +0000 glx (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
Fri, 21 Mar 2008 11:10:36 +0000 maedhros (svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback.
Tue, 11 Mar 2008 12:55:41 +0000 frosch (svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7.
Mon, 10 Mar 2008 15:31:07 +0000 frosch (svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa.
Thu, 14 Feb 2008 11:58:36 +0000 peter1138 (svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.
Tue, 12 Feb 2008 15:43:10 +0000 frosch (svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
Sun, 03 Feb 2008 00:24:53 +0000 belugas (svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
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)