Tue, 01 May 2007 16:45:03 +0000(svn r9761) -Codechange: refactor cargo payment out of LoadUnloadVehicle.
rubidium [Tue, 01 May 2007 16:45:03 +0000] rev 7055
(svn r9761) -Codechange: refactor cargo payment out of LoadUnloadVehicle.

Tue, 01 May 2007 16:35:14 +0000(svn r9760) -Codechange: remove the need for saving some vehicle variables.
rubidium [Tue, 01 May 2007 16:35:14 +0000] rev 7054
(svn r9760) -Codechange: remove the need for saving some vehicle variables.

Tue, 01 May 2007 15:25:00 +0000(svn r9759) -Add: added threading code for MorphOS (tokai)
truelight [Tue, 01 May 2007 15:25:00 +0000] rev 7053
(svn r9759) -Add: added threading code for MorphOS (tokai)

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 7052
(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 7051
(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 7050
(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 7049
(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 7048
(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 7047
(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 7046
(svn r9752) -Codechange: remove some duplication related to BeginLoading.