Age | Commit message (Expand) | Author |
2009-02-25 | (svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around t... | frosch |
2009-02-24 | (svn r15571) -Fix: incorrect use of memset | smatz |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-02-11 | (svn r12108) -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile... | peter1138 |
2008-02-08 | (svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries whe... | glx |
2008-01-31 | (svn r12029) -Feature: Allow trees on shore. | frosch |
2008-01-31 | (svn r12028) -Codechange: Split common part of station var 0x67, house var 0x... | frosch |
2008-01-23 | (svn r11964) -Fix [FS#1685]: Tropic zone data was returned incorrectly. | peter1138 |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2007-12-21 | (svn r11679) -Add: [newgrf] support for station vars 67 and 68 | glx |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-11-12 | (svn r11425) -Fix [FS#1424]: overriden industries were ignored when mapping n... | glx |
2007-11-12 | (svn r11424) -Fix: an override can be set only once | glx |
2007-11-12 | (svn r11423) -Codechange: store grfid when adding an override | glx |
2007-10-12 | (svn r11248) -Fix[FS#1314]: The logic behind industry slot allocation was imp... | belugas |
2007-10-04 | (svn r11198) -Fix: When industry override is not possible because it is alrea... | belugas |
2007-09-26 | (svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip th... | belugas |
2007-09-08 | (svn r11058) -Fix[FS#1216]: GetTerrainType was a bit too relax with snow line. | belugas |
2007-07-12 | (svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam out... | rubidium |
2007-07-12 | (svn r10516) -Fix: if doing a lookup for a ID, scan the whole range instead o... | rubidium |
2007-06-21 | (svn r10256) -Add: Addition of IndustryTileOverrideManager | belugas |
2007-06-11 | (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerr... | maedhros |
2007-06-09 | (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (... | belugas |
2007-06-08 | (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgr... | belugas |
2007-06-05 | (svn r10040) -Codechange: Make the function GetTerrainType public, as other f... | belugas |
2007-05-15 | (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Cu... | belugas |