src/newgrf_commons.h
Sat, 22 Nov 2008 16:04:11 +0000 frosch (svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing.
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
Tue, 15 May 2007 21:36:58 +0000 belugas (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.