glx
|
37e27a296e
|
(svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries when mapping newgrf entities to 'real' entities
|
2008-02-08 16:56:52 +00:00 |
|
frosch
|
90ee6a16ab
|
(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
|
2008-01-31 17:46:08 +00:00 |
|
glx
|
60ccc5bbce
|
(svn r11423) -Codechange: store grfid when adding an override
|
2007-11-12 20:40:58 +00:00 |
|
belugas
|
cfb9cb8cec
|
(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
|
2007-10-04 00:59:52 +00:00 |
|
belugas
|
e4c4c40753
|
(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.
|
2007-09-26 02:15:00 +00:00 |
|
rubidium
|
23e1cf76e5
|
(svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups.
|
2007-07-25 17:18:13 +00:00 |
|
belugas
|
ad446daf33
|
(svn r10256) -Add: Addition of IndustryTileOverrideManager
|
2007-06-21 17:09:10 +00:00 |
|
belugas
|
1a2f889a52
|
(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
|
2007-06-09 02:05:51 +00:00 |
|
belugas
|
9fe860f5f9
|
(svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.
|
2007-06-08 17:54:18 +00:00 |
|
belugas
|
46d4d0d989
|
(svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it
|
2007-06-05 01:49:08 +00:00 |
|
belugas
|
641d51a5ad
|
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Basically, it is more a gathering of IDs from grf files and ingame data.
|
2007-05-15 21:36:58 +00:00 |
|