truebrain [Sun, 08 Jun 2008 22:38:29 +0000] rev 10875
(svn r13426) [NoAI] -Fix: in the unlikely case an AI is killed before his ->Start() was started, an assert was triggered
glx [Sun, 08 Jun 2008 22:37:29 +0000] rev 10874
(svn r13425) [NoAI] -Fix (r13355): obiwan in AIDebug window
glx [Sun, 08 Jun 2008 22:01:32 +0000] rev 10873
(svn r13424) [NoAI] -Codechange: strdup strings returned by Squirrel when it's called from openttd.
truebrain [Sun, 08 Jun 2008 21:36:03 +0000] rev 10872
(svn r13423) [NoAI] -Remove: old code telling we no longer support AIs without 'info.nut'. We hope everyone did that by now :)
truebrain [Sun, 08 Jun 2008 21:20:48 +0000] rev 10871
(svn r13422) [NoAI] -Change [API CHANGE]: remove Stop() as part of the AIController. This means you no longer need to have a Stop() function in your AI, nor is it ever called. This because it was silly, never used, and couldn't do anything real (all Sleep/DoCommands resulted in an assert, as the game expected the company to be gone).
truebrain [Sun, 08 Jun 2008 21:11:05 +0000] rev 10870
(svn r13421) [NoAI] -Fix: remove the need for a Sleep(1) before executing a command at the beginning of Start(), by skipping the first tick before calling Start() in the first place
rubidium [Sun, 08 Jun 2008 19:35:16 +0000] rev 10869
(svn r13420) [NoAI] -Add: function to get the town rating.
rubidium [Sun, 08 Jun 2008 19:18:01 +0000] rev 10868
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
rubidium [Sun, 08 Jun 2008 15:32:10 +0000] rev 10867
(svn r13418) [NoAI] -Sync: with trunk r13380:13417.
rubidium [Sun, 08 Jun 2008 15:27:57 +0000] rev 10866
(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes.