summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
AgeCommit message (Expand)Author
2007-11-03(svn r11370) -Fix [FS1384]: manually replacing a vehicle with shared orders m...rubidium
2007-10-05(svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these ordersglx
2007-09-28(svn r11184) -Codechange: cleanup the code related to backup orders.rubidium
2007-08-03(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...rubidium
2007-08-02(svn r10760) -Codechange: make the order struct use the pool item class as su...rubidium
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-08(svn r10071) -Feature [FS#828]: moving of orders (skidd13).rubidium
2007-06-04(svn r10033) -Feature [FS#760]: skip to the selected order in the order list ...rubidium
2007-05-18(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...rubidium
2007-05-13(svn r9832) -Fix: leave the station when manually skipping to the next order ...rubidium
2007-05-04(svn r9784) -Codechange: remove unused variable.rubidium
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-03-24(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with ...truelight
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-19(svn r9338) -Fix: close the Shared Order Vehicle List if you remove the share...truelight
2007-03-19(svn r9337) -Fix [FS#542]: assert() when you removed the orders of a shared l...truelight
2007-03-18(svn r9301) -Codechange: Use cargo class to determine if a road vehicle can s...peter1138
2007-03-08(svn r9072) -Codechange: [Orders] added methods to orders to free them and ch...bjarni
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-18(svn r8802) -Fixtron
2007-02-18(svn r8795) -Fixtron
2007-02-17(svn r8778) -Fixtron
2007-02-16(svn r8755) -Fixtron
2007-02-16(svn r8754) -Fixtron
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-03(svn r8550) -Fixtron
2007-02-01(svn r8514) -Codechange: Turn IsBuoy into a method of stationscelestar
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr