peter1138 [Tue, 11 Apr 2006 10:05:52 +0000] rev 3501
(svn r4352) - NewGRF Codechange: dynamically allocate the memory used to store custom station data. This saves us approximately 40KB per GRF file, if there are no stations defined.
tron [Tue, 11 Apr 2006 04:49:23 +0000] rev 3500
(svn r4351) Simplify ReverseTrackdir() to use a simple arithmetic operation instead of a table lookup
belugas [Mon, 10 Apr 2006 21:00:56 +0000] rev 3499
(svn r4350) CodeChange : Add and use accessors [G|S]etIndustrype. Define and use IndustryGfx type instead of uint
tron [Mon, 10 Apr 2006 20:46:37 +0000] rev 3498
(svn r4349) Remove GetCrossingTransportType(), it's slightly overkill
tron [Mon, 10 Apr 2006 20:38:59 +0000] rev 3497
(svn r4348) Move IsLevelCrossing() from rail.h to road_map.h
belugas [Mon, 10 Apr 2006 16:20:47 +0000] rev 3496
(svn r4347) CodeChange : Renamed IndustryType to IndustryLifeType. Cleanup step toward bringing accessors [G|S]etIndustrype
belugas [Mon, 10 Apr 2006 15:09:56 +0000] rev 3495
(svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counter construction. Removed last direct map access from Disaster_cmd.c as well. Based on work from Rubidium in tfc_newmap
celestar [Mon, 10 Apr 2006 14:27:26 +0000] rev 3494
(svn r4345) -Codechange: Similar to airport tiles, rename _industry_map5_ arrays to _industry_sections
tron [Mon, 10 Apr 2006 12:36:04 +0000] rev 3493
(svn r4344) Use tile coordinates or even TileIndices instead of virtual tile coordinates where it suffices.
peter1138 [Mon, 10 Apr 2006 11:14:33 +0000] rev 3492
(svn r4343) [Autoreplace] Fix drawing of train list for outdated engines. Fixes FS#106