rubidium [Tue, 07 Aug 2007 15:22:58 +0000] rev 7423
(svn r10821) -Cleanup: remove the strings that are not needed anymore since r10820.
rubidium [Tue, 07 Aug 2007 15:20:31 +0000] rev 7422
(svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
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.
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.
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.
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.
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.
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.
maedhros [Mon, 06 Aug 2007 11:58:15 +0000] rev 7415
(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.
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.