Sun, 08 Jun 2008 23:56:52 +0000(svn r13430) [NoAI] -Add: added AIEventIndustry(Open|CLose) noai
glx [Sun, 08 Jun 2008 23:56:52 +0000] rev 10879
(svn r13430) [NoAI] -Add: added AIEventIndustry(Open|CLose)

Sun, 08 Jun 2008 23:43:19 +0000(svn r13429) [NoAI] -Fix: don't mix eol-style when updating files (squirrel_export) noai
glx [Sun, 08 Jun 2008 23:43:19 +0000] rev 10878
(svn r13429) [NoAI] -Fix: don't mix eol-style when updating files (squirrel_export)

Sun, 08 Jun 2008 23:12:44 +0000(svn r13428) [NoAI] -Fix r13427: if you do something, do it right (RandRangeItem of course has the same 'problem') noai
truebrain [Sun, 08 Jun 2008 23:12:44 +0000] rev 10877
(svn r13428) [NoAI] -Fix r13427: if you do something, do it right (RandRangeItem of course has the same 'problem')

Sun, 08 Jun 2008 23:10:34 +0000(svn r13427) [NoAI] -Fix: RandRange(max) of course can never return max, but the highest value is max - 1 (tnx Yexo) noai
truebrain [Sun, 08 Jun 2008 23:10:34 +0000] rev 10876
(svn r13427) [NoAI] -Fix: RandRange(max) of course can never return max, but the highest value is max - 1 (tnx Yexo)

Sun, 08 Jun 2008 22:38:29 +0000(svn r13426) [NoAI] -Fix: in the unlikely case an AI is killed before his ->Start() was started, an assert was triggered noai
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

Sun, 08 Jun 2008 22:37:29 +0000(svn r13425) [NoAI] -Fix (r13355): obiwan in AIDebug window noai
glx [Sun, 08 Jun 2008 22:37:29 +0000] rev 10874
(svn r13425) [NoAI] -Fix (r13355): obiwan in AIDebug window

Sun, 08 Jun 2008 22:01:32 +0000(svn r13424) [NoAI] -Codechange: strdup strings returned by Squirrel when it's called from openttd. noai
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.

Sun, 08 Jun 2008 21:36:03 +0000(svn r13423) [NoAI] -Remove: old code telling we no longer support AIs without 'info.nut'. We hope everyone did that by now :) noai
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 :)

Sun, 08 Jun 2008 21:20:48 +0000(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). noai
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).

Sun, 08 Jun 2008 21:11:05 +0000(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 noai
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