Wed, 14 Mar 2007 10:39:46 +0000(svn r9167) [NoAI] -Fix: store the 'this' pointer in a nicer way (KUDr) noai
truelight [Wed, 14 Mar 2007 10:39:46 +0000] rev 9378
(svn r9167) [NoAI] -Fix: store the 'this' pointer in a nicer way (KUDr)
-Fix: don't allow multiple instances of AIController inside one script

Wed, 14 Mar 2007 10:30:34 +0000(svn r9166) [NoAI] -Add: added destructor code, so we can do things there in the future noai
truelight [Wed, 14 Mar 2007 10:30:34 +0000] rev 9377
(svn r9166) [NoAI] -Add: added destructor code, so we can do things there in the future
-Add: store the instance-pointer of the squirrel class

Wed, 14 Mar 2007 09:53:24 +0000(svn r9164) [NoAI] -Add: function to get the value of LOAN_INTERVAL in the AIs. noai
rubidium [Wed, 14 Mar 2007 09:53:24 +0000] rev 9376
(svn r9164) [NoAI] -Add: function to get the value of LOAN_INTERVAL in the AIs.

Wed, 14 Mar 2007 09:30:22 +0000(svn r9163) [NoAI] -Codechange: put AddMethod in his own function, so calling often is easier noai
truelight [Wed, 14 Mar 2007 09:30:22 +0000] rev 9375
(svn r9163) [NoAI] -Codechange: put AddMethod in his own function, so calling often is easier

Wed, 14 Mar 2007 02:29:26 +0000(svn r9161) [NoAI] -Add: functions to get/set company related information: loan, bank balance, company value and company name. noai
rubidium [Wed, 14 Mar 2007 02:29:26 +0000] rev 9374
(svn r9161) [NoAI] -Add: functions to get/set company related information: loan, bank balance, company value and company name.

Wed, 14 Mar 2007 02:15:16 +0000(svn r9160) [NoAI] -Add: added AIController for Squirrel; all AIs, C++ or Squirrel, should extend this class noai
truelight [Wed, 14 Mar 2007 02:15:16 +0000] rev 9373
(svn r9160) [NoAI] -Add: added AIController for Squirrel; all AIs, C++ or Squirrel, should extend this class

Wed, 14 Mar 2007 02:14:13 +0000(svn r9159) [NoAI] -Change: moved 'tick' from public to private. Use GetTick() to get its value. noai
truelight [Wed, 14 Mar 2007 02:14:13 +0000] rev 9372
(svn r9159) [NoAI] -Change: moved 'tick' from public to private. Use GetTick() to get its value.

Wed, 14 Mar 2007 01:58:36 +0000(svn r9158) [NoAI] -Fix: a 1 in 2 chance wasn't a 1 in two, but a 1 in 2 * 65536... noai
rubidium [Wed, 14 Mar 2007 01:58:36 +0000] rev 9371
(svn r9158) [NoAI] -Fix: a 1 in 2 chance wasn't a 1 in two, but a 1 in 2 * 65536...

Wed, 14 Mar 2007 01:57:10 +0000(svn r9157) [NoAI] -Fix: wrong function was chosen (scoping issue). noai
rubidium [Wed, 14 Mar 2007 01:57:10 +0000] rev 9370
(svn r9157) [NoAI] -Fix: wrong function was chosen (scoping issue).

Wed, 14 Mar 2007 01:02:01 +0000(svn r9156) [NoAI] -Fix: set svn:eol-style and svn:keywords. noai
rubidium [Wed, 14 Mar 2007 01:02:01 +0000] rev 9369
(svn r9156) [NoAI] -Fix: set svn:eol-style and svn:keywords.