src/newgrf_commons.h
Fri, 08 Feb 2008 16:56:52 +0000 glx (svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries when mapping newgrf entities to 'real' entities
Thu, 31 Jan 2008 17:46:08 +0000 frosch (svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
Mon, 12 Nov 2007 20:40:58 +0000 glx (svn r11423) -Codechange: store grfid when adding an override
Thu, 04 Oct 2007 00:59:52 +0000 belugas (svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
Wed, 26 Sep 2007 02:15:00 +0000 belugas (svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip the magic value of 0xFF when assigning a new tileID. This is really important, since the value is reserved for water checking.
Wed, 25 Jul 2007 17:18:13 +0000 rubidium (svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups.
Thu, 21 Jun 2007 17:09:10 +0000 belugas (svn r10256) -Add: Addition of IndustryTileOverrideManager
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
Fri, 08 Jun 2007 17:54:18 +0000 belugas (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.
Tue, 05 Jun 2007 01:49:08 +0000 belugas (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports