src/vehiclelist.cpp
Tue, 14 Oct 2008 19:27:08 +0000 rubidium (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Sat, 27 Sep 2008 14:58:46 +0000 frosch (svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains.
Thu, 21 Aug 2008 01:42:21 +0000 belugas (svn r14118) -Fix(r14104): typos creeping like bugs
Wed, 20 Aug 2008 01:29:05 +0000 belugas (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Sun, 17 Aug 2008 21:07:09 +0000 rubidium (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though.
Sun, 17 Aug 2008 19:56:17 +0000 rubidium (svn r14096) -Codechange: merge the shared order's vehicle list management to a single location.
Wed, 28 May 2008 11:56:21 +0000 peter1138 (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h