src/newgrf.h
Tue, 27 May 2008 21:41:00 +0000 rubidium (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
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).
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Fri, 29 Feb 2008 08:48:01 +0000 peter1138 (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
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.
Tue, 12 Feb 2008 11:08:47 +0000 peter1138 (svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
Thu, 24 Jan 2008 14:49:40 +0000 frosch (svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA.
Mon, 07 Jan 2008 14:02:26 +0000 rubidium (svn r11776) -Codechange: more header splittings to reduce the dependencies.
Fri, 04 Jan 2008 15:39:08 +0000 belugas (svn r11757) -Fix(r11727): Don't use a function's default parameter when the value can be (more adequately, even better) computed from another source.
Mon, 31 Dec 2007 04:38:11 +0000 belugas (svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Thu, 15 Nov 2007 07:42:25 +0000 rubidium (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.
Fri, 26 Oct 2007 20:48:15 +0000 belugas (svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.
Fri, 15 Jun 2007 23:55:52 +0000 belugas (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Thu, 31 May 2007 19:13:41 +0000 belugas (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
Thu, 31 May 2007 03:35:11 +0000 belugas (svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
Fri, 27 Apr 2007 21:35:02 +0000 maedhros (svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit 1 - paved roads on desert tiles.
Thu, 22 Mar 2007 23:19:40 +0000 peter1138 (svn r9411) -Codechange: Add support for loading of newcargo data.
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()
Sat, 24 Feb 2007 23:20:21 +0000 peter1138 (svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47
Sat, 24 Feb 2007 19:36:47 +0000 peter1138 (svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: