glx [Mon, 19 May 2008 15:13:58 +0000] rev 10645
(svn r13189) [NoAI] -Sync: with trunk r13055:13185.
truebrain [Mon, 19 May 2008 14:14:33 +0000] rev 10644
(svn r13188) [NoAI] -Fix: missed @param in doxygen comment
truebrain [Mon, 19 May 2008 14:11:21 +0000] rev 10643
(svn r13187) [NoAI] -Codechange: rewrote the AI register part; C++ AIs are completely impossible now, and registration happens directly via AISquirrel. This cleans up the registration flow, and makes everything readable again, as sure I made a mess out of it :)
[NoAI] -Codechange: as a side-effect, ai_controller.cpp now includes all .hpp.sq
truebrain [Mon, 19 May 2008 14:06:55 +0000] rev 10642
(svn r13186) [NoAI] -Fix: RaiseTile and LowerTile can now operate on water-tiles. Use with care!
rubidium [Mon, 19 May 2008 09:48:47 +0000] rev 10641
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium [Mon, 19 May 2008 09:45:24 +0000] rev 10640
(svn r13184) -Codechange: make a window class of the signs list.
rubidium [Mon, 19 May 2008 09:39:05 +0000] rev 10639
(svn r13183) -Codechange: make a window class of the VehicleViewWindow.
rubidium [Mon, 19 May 2008 09:24:03 +0000] rev 10638
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
rubidium [Mon, 19 May 2008 09:18:51 +0000] rev 10637
(svn r13181) -Codechange: make news callback handling a little simpler. Patch by Cirdan.
peter1138 [Mon, 19 May 2008 09:17:26 +0000] rev 10636
(svn r13180) -Codechange: make a window class of the TownDirectoryWindow.