summaryrefslogtreecommitdiff
path: root/ai_new.c
AgeCommit message (Collapse)Author
2004-09-01(svn r147) -Fix [NewAI]: small fix for road-building when RoadQueueing is ↵truelight
disabled
2004-08-31(svn r146) -Fix [AI]: Tunnel/bridge bugtruelight
-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 r96) -Fix: [AI] An industry can have no town, which caused crashestruelight
2004-08-20(svn r94) -Fix: AI crash bug (blathijs)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)