truelight [Tue, 24 Jul 2007 18:42:25 +0000] rev 9687
(svn r10674) [NoAI] -Fix: AIVehicle SQ file was out-dated
rubidium [Fri, 20 Jul 2007 15:48:17 +0000] rev 9686
(svn r10636) [NoAI] -Sync with trunk r10532:10635.
truelight [Thu, 19 Jul 2007 23:10:08 +0000] rev 9685
(svn r10634) [NoAI] -Documentation: of course I forgot to document the VehicleType enum
truelight [Thu, 19 Jul 2007 23:01:41 +0000] rev 9684
(svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
[NoAI] -Codechange: use 'vehicle', not 'town' in AIVehicleListValuator ;)
[NoAI] -Fix: don't output pointers in regression as they change on systems and runs
truelight [Thu, 19 Jul 2007 22:41:38 +0000] rev 9683
(svn r10632) [NoAI] -Documentation: fix the documentation for AIEvent Constructor
truelight [Thu, 19 Jul 2007 22:39:43 +0000] rev 9682
(svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight [Thu, 19 Jul 2007 22:26:26 +0000] rev 9681
(svn r10630) [NoAI] -Fix: allow enums to not have a predefined value for Squirrel
truelight [Thu, 19 Jul 2007 19:42:54 +0000] rev 9680
(svn r10629) [NoAI] -Fix: on returning a class instance which is NULL, do not make a wrapper SQ, but return a NULL pointer too
truelight [Thu, 19 Jul 2007 17:13:38 +0000] rev 9679
(svn r10625) [NoAI] -Fix: returning C++ classes, by creating a temp SQ class, had its problems, this should fix them all (double-frees, wrong scope, ..)
truelight [Thu, 19 Jul 2007 16:17:10 +0000] rev 9678
(svn r10623) [NoAI] -Documentation: document AITileListNeighbourRoadCount a bit more