Tue, 01 May 2007 06:43:18 +0000(svn r9758) -Fix (FS#756): Ignore bit 1 (axis) of station tile layouts
peter1138 [Tue, 01 May 2007 06:43:18 +0000] rev 6556
(svn r9758) -Fix (FS#756): Ignore bit 1 (axis) of station tile layouts

Mon, 30 Apr 2007 20:05:31 +0000(svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game" windows accessible from the "New Server" window, any creation of new game/loading from the intro menu should not start a server.
rubidium [Mon, 30 Apr 2007 20:05:31 +0000] rev 6555
(svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game" windows accessible from the "New Server" window, any creation of new game/loading from the intro menu should not start a server.

Sun, 29 Apr 2007 22:51:12 +0000(svn r9756) -Fix [FS#755]: LeaveStation wasn't always called when a station was left.
rubidium [Sun, 29 Apr 2007 22:51:12 +0000] rev 6554
(svn r9756) -Fix [FS#755]: LeaveStation wasn't always called when a station was left.

Sun, 29 Apr 2007 22:33:51 +0000(svn r9755) -Codechange: refactor some more of the begin loading stuff.
rubidium [Sun, 29 Apr 2007 22:33:51 +0000] rev 6553
(svn r9755) -Codechange: refactor some more of the begin loading stuff.

Sun, 29 Apr 2007 21:24:08 +0000(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
rubidium [Sun, 29 Apr 2007 21:24:08 +0000] rev 6552
(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.

Sun, 29 Apr 2007 20:16:58 +0000(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
bjarni [Sun, 29 Apr 2007 20:16:58 +0000] rev 6551
(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
v->dest_tile is now copied when replacing the front engine

Sun, 29 Apr 2007 18:21:24 +0000(svn r9752) -Codechange: remove some duplication related to BeginLoading.
rubidium [Sun, 29 Apr 2007 18:21:24 +0000] rev 6550
(svn r9752) -Codechange: remove some duplication related to BeginLoading.

Sun, 29 Apr 2007 10:14:42 +0000(svn r9746) -Codechange [YAPF]: added DEBUGs level 0 if the current train order is OT_GOTO_WAYPOINT and waypoint is invalid or v->dest_tile is wrong
KUDr [Sun, 29 Apr 2007 10:14:42 +0000] rev 6549
(svn r9746) -Codechange [YAPF]: added DEBUGs level 0 if the current train order is OT_GOTO_WAYPOINT and waypoint is invalid or v->dest_tile is wrong

Sun, 29 Apr 2007 09:55:32 +0000(svn r9745) -Codechange [YAPF}: if destination is a waypoint then YAPF gets destination tile from that waypoint->xy instead of from v->dest_tile
KUDr [Sun, 29 Apr 2007 09:55:32 +0000] rev 6548
(svn r9745) -Codechange [YAPF}: if destination is a waypoint then YAPF gets destination tile from that waypoint->xy instead of from v->dest_tile

Sun, 29 Apr 2007 09:18:52 +0000(svn r9743) -Fix [FS#598]: Stop flooded towns from building roads on water.
maedhros [Sun, 29 Apr 2007 09:18:52 +0000] rev 6547
(svn r9743) -Fix [FS#598]: Stop flooded towns from building roads on water.