src/order_cmd.cpp
Sat, 24 Mar 2007 15:13:46 +0000 truelight (svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted
Wed, 21 Mar 2007 15:19:33 +0000 belugas (svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O
Mon, 19 Mar 2007 15:59:23 +0000 truelight (svn r9338) -Fix: close the Shared Order Vehicle List if you remove the shared link with only 2 vehicles
Mon, 19 Mar 2007 15:36:18 +0000 truelight (svn r9337) -Fix [FS#542]: assert() when you removed the orders of a shared list while having the shared order vehicle list open.
Sun, 18 Mar 2007 22:07:44 +0000 peter1138 (svn r9301) -Codechange: Use cargo class to determine if a road vehicle can stop in bus or truck stops.
Thu, 08 Mar 2007 21:39:34 +0000 bjarni (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sun, 18 Feb 2007 16:24:29 +0000 tron (svn r8802) -Fix
Sun, 18 Feb 2007 08:50:27 +0000 tron (svn r8795) -Fix
Sat, 17 Feb 2007 14:54:31 +0000 tron (svn r8778) -Fix
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix
Fri, 16 Feb 2007 07:32:22 +0000 tron (svn r8754) -Fix
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
Sat, 03 Feb 2007 09:05:43 +0000 tron (svn r8550) -Fix
Thu, 01 Feb 2007 16:48:38 +0000 celestar (svn r8514) -Codechange: Turn IsBuoy into a method of stations
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)