summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_tilelist.cpp
AgeCommit message (Expand)Author
2010-01-04(svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ...rubidium
2010-01-04(svn r18721) -Codechange: simplify adding/removing rectangles of tiles from A...rubidium
2010-01-04(svn r18718) -Codechange: make a wrapper macro for looping TileAreasrubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-26(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...rubidium
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...frosch
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...frosch
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-06(svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it possibl...rubidium
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15241) -Fix (r15027): NoAI API was not aware of certain newindustries '...frosch
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain