truebrain [Mon, 25 Feb 2008 14:59:56 +0000] rev 9763
(svn r12251) [NoAI] -Add: 2 console commands: 'list_ai' and 'start_ai', listing or starting an AI
truebrain [Mon, 25 Feb 2008 14:56:45 +0000] rev 9762
(svn r12250) [NoAI] -Fix: ChangeName -> AICompany.SetCompanyName
truebrain [Mon, 25 Feb 2008 14:34:16 +0000] rev 9761
(svn r12249) [NoAI] -Fix: finally found why closing the game gave an assert() on running AIs
truebrain [Mon, 25 Feb 2008 14:03:14 +0000] rev 9760
(svn r12248) [NoAI] -Codechange: last_command_res was in AIThread, while it should be in AIObject, like all other variables like it
[NoAI] -Codechange: minor comment/code update in ai_threads.cpp
truebrain [Mon, 25 Feb 2008 09:23:53 +0000] rev 9759
(svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain [Sun, 24 Feb 2008 23:41:06 +0000] rev 9758
(svn r12243) [NoAI] -Fix r12242: move the regression-test for AITileList_Industry* to TileList(), and show that they really work by using the Valuators to proof that
truebrain [Sun, 24 Feb 2008 23:34:42 +0000] rev 9757
(svn r12242) [NoAI] -Add: added AITileList_Industry(Accepting|Producing), giving tiles on which you want to build a station for an industry
truebrain [Sun, 24 Feb 2008 23:00:00 +0000] rev 9756
(svn r12241) [NoAI] -Fix r12236: global search/replace to the unreadable documentation! WHOHO! (tnx Progman)
truebrain [Sun, 24 Feb 2008 22:30:26 +0000] rev 9755
(svn r12240) [NoAI] -Fix r12235: minor typo (glx)
truebrain [Sun, 24 Feb 2008 22:13:24 +0000] rev 9754
(svn r12237) [NoAI] -Fix: don't force the existance of a 'constructor' (tnx Progman)