Sat, 14 Jul 2007 22:06:38 +0000(svn r10565) [NoAI] -Add: allow giving width, height and radius to check for cargo acceptance noai
truelight [Sat, 14 Jul 2007 22:06:38 +0000] rev 9658
(svn r10565) [NoAI] -Add: allow giving width, height and radius to check for cargo acceptance

Sat, 14 Jul 2007 21:15:49 +0000(svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile noai
truelight [Sat, 14 Jul 2007 21:15:49 +0000] rev 9657
(svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile

Sat, 14 Jul 2007 14:56:26 +0000(svn r10558) [NoAI] -Fix: don't use free'd memory (tnx glx for tracing!!) noai
truelight [Sat, 14 Jul 2007 14:56:26 +0000] rev 9656
(svn r10558) [NoAI] -Fix: don't use free'd memory (tnx glx for tracing!!)

Sat, 14 Jul 2007 08:54:17 +0000(svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify noai
truelight [Sat, 14 Jul 2007 08:54:17 +0000] rev 9655
(svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify

Fri, 13 Jul 2007 23:18:12 +0000(svn r10556) [NoAI] -Add: added AIAirport, which can build an airport noai
truelight [Fri, 13 Jul 2007 23:18:12 +0000] rev 9654
(svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
[NoAI] -Add: added FindBestAircraft in AIVehicle
[NoAI] -Add: finished all AIVehicle commands for non-RVs

Fri, 13 Jul 2007 19:54:59 +0000(svn r10554) [NoAI] -Codechange: allow classes with virtual functions to still export their enums. noai
rubidium [Fri, 13 Jul 2007 19:54:59 +0000] rev 9653
(svn r10554) [NoAI] -Codechange: allow classes with virtual functions to still export their enums.

Fri, 13 Jul 2007 19:12:43 +0000(svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid() noai
truelight [Fri, 13 Jul 2007 19:12:43 +0000] rev 9652
(svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()

Fri, 13 Jul 2007 18:10:33 +0000(svn r10551) [NoAI] -Add: added SQ support for "void *" noai
truelight [Fri, 13 Jul 2007 18:10:33 +0000] rev 9651
(svn r10551) [NoAI] -Add: added SQ support for "void *"

Fri, 13 Jul 2007 14:44:31 +0000(svn r10545) [NoAI] -Fix: GetProduction doesn't return a tile, but a value (tnx glx) noai
truelight [Fri, 13 Jul 2007 14:44:31 +0000] rev 9650
(svn r10545) [NoAI] -Fix: GetProduction doesn't return a tile, but a value (tnx glx)

Fri, 13 Jul 2007 14:14:26 +0000(svn r10544) [NoAI] -Add: added AIIndustryList to list industries noai
truelight [Fri, 13 Jul 2007 14:14:26 +0000] rev 9649
(svn r10544) [NoAI] -Add: added AIIndustryList to list industries
[NoAI] -Add: added AIIndustry::GetProduction, to get the production of a certain cargo of the industry