Thu, 22 Mar 2007 09:10:00 +0000(svn r9406) [NoAI] -Fix: made the detection of 'void' against 'non-void' functions for the class->SQ convertor via templates (as MSVC failed to understand the other method) (KUDr) noai
truelight [Thu, 22 Mar 2007 09:10:00 +0000] rev 9510
(svn r9406) [NoAI] -Fix: made the detection of 'void' against 'non-void' functions for the class->SQ convertor via templates (as MSVC failed to understand the other method) (KUDr)
-Fix: merged squirrel_helper.cpp to squirrel_helper.hpp, as that was a silly attempt of TrueLight (KUDr)
-Fix: put all Squirrel conversion code in a namespace instead of a class (to avoid G++ bitching) (KUDr)

Thu, 22 Mar 2007 08:58:17 +0000(svn r9405) [NoAI] -Fix: fix MSVC project files to include squirrel correctly noai
truelight [Thu, 22 Mar 2007 08:58:17 +0000] rev 9509
(svn r9405) [NoAI] -Fix: fix MSVC project files to include squirrel correctly

Thu, 22 Mar 2007 08:56:26 +0000(svn r9404) [NoAI] -Fix: one more MSVC2005 (KUDr) noai
truelight [Thu, 22 Mar 2007 08:56:26 +0000] rev 9508
(svn r9404) [NoAI] -Fix: one more MSVC2005 (KUDr)

Thu, 22 Mar 2007 08:54:55 +0000(svn r9403) [NoAI] -Fix: make it compilable on MSVC2005 (KUDr) noai
truelight [Thu, 22 Mar 2007 08:54:55 +0000] rev 9507
(svn r9403) [NoAI] -Fix: make it compilable on MSVC2005 (KUDr)

Thu, 22 Mar 2007 02:38:30 +0000(svn r9397) [NoAI] -Fix r9396: one file was wrong noai
glx [Thu, 22 Mar 2007 02:38:30 +0000] rev 9506
(svn r9397) [NoAI] -Fix r9396: one file was wrong

Thu, 22 Mar 2007 02:32:43 +0000(svn r9396) [NoAI] -Sync with trunk r9362:9393 noai
glx [Thu, 22 Mar 2007 02:32:43 +0000] rev 9505
(svn r9396) [NoAI] -Sync with trunk r9362:9393

Thu, 22 Mar 2007 01:47:14 +0000(svn r9395) [NoAI] -Fix r9331: some AIRoad() depot and station directions were wrong (Zuu) noai
glx [Thu, 22 Mar 2007 01:47:14 +0000] rev 9504
(svn r9395) [NoAI] -Fix r9331: some AIRoad() depot and station directions were wrong (Zuu)
[NoAI] -Fix r9283: build/remove only half-road on start and end tiles
[NoAI] -Codechange: use a cleaner way to determine drive_trough/bus/truck flag (KUDr)
[NoAI] -Update: AIRoad() regression test

Tue, 20 Mar 2007 21:07:54 +0000(svn r9381) [NoAI] -Fix: inconsistency between documentation and actual behaviour (Zuu). noai
rubidium [Tue, 20 Mar 2007 21:07:54 +0000] rev 9503
(svn r9381) [NoAI] -Fix: inconsistency between documentation and actual behaviour (Zuu).

Tue, 20 Mar 2007 20:19:48 +0000(svn r9379) [NoAI] -Add: function to get the TileIndex from an (X, Y) coordinate. noai
rubidium [Tue, 20 Mar 2007 20:19:48 +0000] rev 9502
(svn r9379) [NoAI] -Add: function to get the TileIndex from an (X, Y) coordinate.

Tue, 20 Mar 2007 14:30:42 +0000(svn r9375) [NoAI] -Fix r9374: make AIOrder() work for SQ (enums not yet) noai
truelight [Tue, 20 Mar 2007 14:30:42 +0000] rev 9501
(svn r9375) [NoAI] -Fix r9374: make AIOrder() work for SQ (enums not yet)