Mon, 06 Aug 2007 15:00:32 +0000(svn r10814) -Fix [FS#1103]/Codechange: allow trams to be reverse manually, even though there is no track to do so.
rubidium [Mon, 06 Aug 2007 15:00:32 +0000] rev 7421
(svn r10814) -Fix [FS#1103]/Codechange: allow trams to be reverse manually, even though there is no track to do so.

Mon, 06 Aug 2007 14:08:25 +0000(svn r10813) -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors.
rubidium [Mon, 06 Aug 2007 14:08:25 +0000] rev 7420
(svn r10813) -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors.

Mon, 06 Aug 2007 13:44:50 +0000(svn r10812) -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all parts of articulated vehicles as dirty, not just the front.
maedhros [Mon, 06 Aug 2007 13:44:50 +0000] rev 7419
(svn r10812) -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all parts of articulated vehicles as dirty, not just the front.

Mon, 06 Aug 2007 13:05:45 +0000(svn r10811) -Fix (r10097): Refit all the parts of an articulated road vehicle, not just the first part.
maedhros [Mon, 06 Aug 2007 13:05:45 +0000] rev 7418
(svn r10811) -Fix (r10097): Refit all the parts of an articulated road vehicle, not just the first part.

Mon, 06 Aug 2007 12:54:03 +0000(svn r10810) -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo.
maedhros [Mon, 06 Aug 2007 12:54:03 +0000] rev 7417
(svn r10810) -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo.

Mon, 06 Aug 2007 12:46:49 +0000(svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicles should not attempt to do their own pathfinding.
maedhros [Mon, 06 Aug 2007 12:46:49 +0000] rev 7416
(svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicles should not attempt to do their own pathfinding.

Mon, 06 Aug 2007 11:58:15 +0000(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.
maedhros [Mon, 06 Aug 2007 11:58:15 +0000] rev 7415
(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.

Mon, 06 Aug 2007 06:23:44 +0000(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave.
rubidium [Mon, 06 Aug 2007 06:23:44 +0000] rev 7414
(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave.

Sun, 05 Aug 2007 21:20:55 +0000(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
rubidium [Sun, 05 Aug 2007 21:20:55 +0000] rev 7413
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.

Sun, 05 Aug 2007 17:43:04 +0000(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
rubidium [Sun, 05 Aug 2007 17:43:04 +0000] rev 7412
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.