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.

Sat, 17 Mar 2007 23:02:33 +0000(svn r9272) [NoAI] -Documentation: made the documentation of the first 3 API files more readable for non-programmers noai
truelight [Sat, 17 Mar 2007 23:02:33 +0000] rev 9447
(svn r9272) [NoAI] -Documentation: made the documentation of the first 3 API files more readable for non-programmers

Sat, 17 Mar 2007 21:43:31 +0000(svn r9269) [NoAI] -Fix: add .hpp files to Doxygen output noai
truelight [Sat, 17 Mar 2007 21:43:31 +0000] rev 9446
(svn r9269) [NoAI] -Fix: add .hpp files to Doxygen output

Sat, 17 Mar 2007 10:46:56 +0000(svn r9264) [NoAI] -Codechange: function AI_ThreadRun() is not static method of AIThreadState (should make porting to win32 bit easier) noai
KUDr [Sat, 17 Mar 2007 10:46:56 +0000] rev 9445
(svn r9264) [NoAI] -Codechange: function AI_ThreadRun() is not static method of AIThreadState (should make porting to win32 bit easier)

Fri, 16 Mar 2007 22:00:07 +0000(svn r9260) [NoAI] -Codechange: do the AI threading properly using a mutex and condition signalling. noai
rubidium [Fri, 16 Mar 2007 22:00:07 +0000] rev 9444
(svn r9260) [NoAI] -Codechange: do the AI threading properly using a mutex and condition signalling.
Note: this is pthread specific code, it needs to be ported to non POSIX platform.