Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-16 | (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ↵ | tron | |
them into inline functions and add some asserts | |||
2005-01-05 | (svn r1392) Use TileOffsByDir() instead of home brewed table | tron | |
2005-01-03 | (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of ↵ | tron | |
TILE_MAX_[XY] While here replace one erroneous TILE_MAX_X with MapMaxY() | |||
2004-12-29 | (svn r1297) Language fixes in the source.. (ln-) | miham | |
2004-09-06 | (svn r166) -Codechange: change 74 for constant DAY_TICKS | darkvater | |
2004-08-31 | (svn r146) -Fix [AI]: Tunnel/bridge bug | truelight | |
-Fix [AI]: Minor problems -Add [AI]: Profit check (if not making enough money, vehicles are sold) | |||
2004-08-22 | (svn r111) -Fix: converted all linebreaks to UNIX-linebreak (\n) | truelight | |
2004-08-20 | (svn r85) -Add: initial commit of new AI (enable in Patch menu) | truelight | |
-Add: generalised A* Algorithm -Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap) |