Sun, 18 Mar 2007 19:35:14 +0000(svn r9288) [NoAI] -Fix: AICargo crashed if cargo out-of-bound noai
truelight [Sun, 18 Mar 2007 19:35:14 +0000] rev 9457
(svn r9288) [NoAI] -Fix: AICargo crashed if cargo out-of-bound
-Fix: return NULL for char* made SQ go crazy

Sun, 18 Mar 2007 19:07:21 +0000(svn r9287) [NoAI] -Fix: somehow there was a left over CmdFailed, making SetCompanyName return true, always (tnx XeryusTC) noai
truelight [Sun, 18 Mar 2007 19:07:21 +0000] rev 9456
(svn r9287) [NoAI] -Fix: somehow there was a left over CmdFailed, making SetCompanyName return true, always (tnx XeryusTC)

Sun, 18 Mar 2007 18:54:24 +0000(svn r9285) [NoAI] -Fix: make the SQNoAI less suicidal: s/Random/Rand/g noai
truelight [Sun, 18 Mar 2007 18:54:24 +0000] rev 9455
(svn r9285) [NoAI] -Fix: make the SQNoAI less suicidal: s/Random/Rand/g

Sun, 18 Mar 2007 18:37:45 +0000(svn r9284) [NoAI] -Fix: reset internal static AIObject data per AI on AI startup noai
truelight [Sun, 18 Mar 2007 18:37:45 +0000] rev 9454
(svn r9284) [NoAI] -Fix: reset internal static AIObject data per AI on AI startup

Sun, 18 Mar 2007 18:06:45 +0000(svn r9283) [NoAI] -Add: API for adding/removing road, road depots and road stations. noai
rubidium [Sun, 18 Mar 2007 18:06:45 +0000] rev 9453
(svn r9283) [NoAI] -Add: API for adding/removing road, road depots and road stations.

Sun, 18 Mar 2007 18:02:27 +0000(svn r9282) [NoAI] -Add: added AIAccounting, which tracks the cost of your buying/selling. noai
truelight [Sun, 18 Mar 2007 18:02:27 +0000] rev 9452
(svn r9282) [NoAI] -Add: added AIAccounting, which tracks the cost of your buying/selling.
DoCommand no longer returns the cost, it returns a bool.
Costs are available via this Accounting class.

Sun, 18 Mar 2007 16:02:41 +0000(svn r9279) [NoAI] -Fix r9278: forgot to generate project-files noai
truelight [Sun, 18 Mar 2007 16:02:41 +0000] rev 9451
(svn r9279) [NoAI] -Fix r9278: forgot to generate project-files

Sun, 18 Mar 2007 16:02:23 +0000(svn r9278) [NoAI] -Add: added AISettings which adds the function to control the Delay-value on DoCommands noai
truelight [Sun, 18 Mar 2007 16:02:23 +0000] rev 9450
(svn r9278) [NoAI] -Add: added AISettings which adds the function to control the Delay-value on DoCommands
-Add: added AIExecMode and AITestMode which allows to switch the DoCommand mode

Sun, 18 Mar 2007 14:23:26 +0000(svn r9276) [NoAI] -Fix: make NoAI and SQNoAI run their code again, by simulating a GameLoop() noai
truelight [Sun, 18 Mar 2007 14:23:26 +0000] rev 9449
(svn r9276) [NoAI] -Fix: make NoAI and SQNoAI run their code again, by simulating a GameLoop()

Sun, 18 Mar 2007 00:00:51 +0000(svn r9273) [NoAI] -Documentation: finished documenting the last few files; they should now be readable for any non-programmer. noai
truelight [Sun, 18 Mar 2007 00:00:51 +0000] rev 9448
(svn r9273) [NoAI] -Documentation: finished documenting the last few files; they should now be readable for any non-programmer.