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.

Tue, 13 Mar 2007 23:01:21 +0000(svn r9155) [NoAI] -Fix: forgot a line of comments noai
truelight [Tue, 13 Mar 2007 23:01:21 +0000] rev 9368
(svn r9155) [NoAI] -Fix: forgot a line of comments

Tue, 13 Mar 2007 22:55:44 +0000(svn r9154) [NoAI] -Fix: print compile-time errors too noai
truelight [Tue, 13 Mar 2007 22:55:44 +0000] rev 9367
(svn r9154) [NoAI] -Fix: print compile-time errors too

Tue, 13 Mar 2007 22:39:41 +0000(svn r9153) [NoAI] -Add: added a bit more code to the script to show how classes work (and that instances stay alive) noai
truelight [Tue, 13 Mar 2007 22:39:41 +0000] rev 9366
(svn r9153) [NoAI] -Add: added a bit more code to the script to show how classes work (and that instances stay alive)
-Fix: gameLoop -> GameLoop