src/newgrf_spritegroup.h
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
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.
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Thu, 27 Mar 2008 21:36:16 +0000 glx (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
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.
Tue, 12 Feb 2008 13:23:57 +0000 peter1138 (svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
Wed, 09 Jan 2008 18:14:29 +0000 belugas (svn r11797) -Fix: Add protection against not already created industry while doing industry callback.
Mon, 07 Jan 2008 14:02:26 +0000 rubidium (svn r11776) -Codechange: more header splittings to reduce the dependencies.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Thu, 04 Oct 2007 07:09:05 +0000 rubidium (svn r11199) -Fix: variable 67 and 68 not working correctly.
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.
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.
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
Mon, 09 Jul 2007 13:21:49 +0000 rubidium (svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.
Thu, 05 Jul 2007 05:41:56 +0000 rubidium (svn r10442) -Codechange: implement the industry production callback.
Wed, 13 Jun 2007 02:29:08 +0000 belugas (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
Sat, 09 Jun 2007 02:05:51 +0000 belugas (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
Sun, 06 May 2007 18:14:33 +0000 peter1138 (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
Sat, 21 Apr 2007 07:27:16 +0000 peter1138 (svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storage array.
Fri, 23 Mar 2007 20:55:45 +0000 peter1138 (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
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 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 12 Jan 2007 11:20:34 +0000 maedhros (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: