rubidium [Sat, 17 May 2008 20:54:18 +0000] rev 10602
(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h.
glx [Sat, 17 May 2008 20:49:45 +0000] rev 10601
(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.
glx [Sat, 17 May 2008 17:37:44 +0000] rev 10600
(svn r13144) -Codechange: make classes of the BuildRoad[Depot|Station]Window.
smatz [Sat, 17 May 2008 16:59:12 +0000] rev 10599
(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
glx [Sat, 17 May 2008 16:27:36 +0000] rev 10598
(svn r13142) -Codechange: make classes of the Build[RailDepot|RailStation|RailWaypoint|Signal]Window
rubidium [Sat, 17 May 2008 13:04:30 +0000] rev 10597
(svn r13141) -Codechange: remove an unused variable from Window.
rubidium [Sat, 17 May 2008 13:01:30 +0000] rev 10596
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
rubidium [Sat, 17 May 2008 12:48:06 +0000] rev 10595
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
rubidium [Sat, 17 May 2008 12:26:00 +0000] rev 10594
(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
rubidium [Sat, 17 May 2008 11:46:35 +0000] rev 10593
(svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server.