Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron | |
2005-01-07 | (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn ↵ | tron | |
the latter into inline functions names Tile[XY] | |||
2004-12-15 | (svn r1117) Move map arrays and some related macros into their own files ↵ | tron | |
map.c and map.h | |||
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) |