truelight [Tue, 20 Mar 2007 13:55:04 +0000] rev 9499
(svn r9372) [NoAI] -Fix: type in squirrel_helper caused 4 param functions to fail
truelight [Tue, 20 Mar 2007 13:14:21 +0000] rev 9498
(svn r9370) [NoAI] -Add: added a template to allow instances as param via SQ
rubidium [Tue, 20 Mar 2007 11:55:30 +0000] rev 9497
(svn r9369) [NoAI] -Codechange: make some IsValidXXX() function static, so they can be used by the other classes without the need for an instance.
truelight [Tue, 20 Mar 2007 11:42:07 +0000] rev 9496
(svn r9368) [NoAI] -Fix: store _new_vehicle_id directly after successful handling the command in a per-AI-player-safe piece of memory, so we can restore the value when ever we want later in the process
truelight [Tue, 20 Mar 2007 01:04:21 +0000] rev 9495
(svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight [Tue, 20 Mar 2007 00:41:46 +0000] rev 9494
(svn r9364) [NoAI] -Fix: make our savegame bump an enum, so we can jump easier with trunk savegame bumps
-Note: savegames from before this commit made with this branch are now invalid (and this will happen every trunk savegame bump!)
truelight [Tue, 20 Mar 2007 00:37:19 +0000] rev 9493
(svn r9363) [NoAI] -Sync with trunk r9322:9362
truelight [Tue, 20 Mar 2007 00:21:24 +0000] rev 9492
(svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
rubidium [Tue, 20 Mar 2007 00:19:26 +0000] rev 9491
(svn r9361) [NoAI] -Add: some function to find, build and sell road vehicles.
truelight [Tue, 20 Mar 2007 00:14:29 +0000] rev 9490
(svn r9360) [NoAI] -Add: class-functions can now be static and still be added to SQ. There they behave as they are non-static, which is fine for that level of coding.
-Change: changed IsValidCargo to a static member