Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
when clicking on the "skip" button while pressing CTRL. | |||
2007-05-18 | (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ↵ | rubidium | |
strictness. | |||
2007-05-13 | (svn r9832) -Fix: leave the station when manually skipping to the next order ↵ | rubidium | |
and we are currently (un)loading. | |||
2007-05-04 | (svn r9784) -Codechange: remove unused variable. | rubidium | |
2007-04-17 | (svn r9662) -Documentation: Doxygen corrections and @file omissions | belugas | |
2007-03-24 | (svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with ↵ | truelight | |
one more vehicle and no orders, segfaulted | |||
2007-03-21 | (svn r9390) -Documentation : correct Doxygen of comments and @file ↵ | belugas | |
inclusion. This time, brought to you by the letter O | |||
2007-03-19 | (svn r9338) -Fix: close the Shared Order Vehicle List if you remove the ↵ | truelight | |
shared link with only 2 vehicles | |||
2007-03-19 | (svn r9337) -Fix [FS#542]: assert() when you removed the orders of a shared ↵ | truelight | |
list while having the shared order vehicle list open. | |||
2007-03-18 | (svn r9301) -Codechange: Use cargo class to determine if a road vehicle can ↵ | peter1138 | |
stop in bus or truck stops. | |||
2007-03-08 | (svn r9072) -Codechange: [Orders] added methods to orders to free them and ↵ | bjarni | |
check if they are in use | |||
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the ↵ | rubidium | |
coding style (and rest of the code). | |||
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-02-18 | (svn r8802) -Fix | tron | |
-Fix: When inserting an order for a ship while checking the distance between the new order and the order it is inserted after adhere the order types to determine the correct type of destination (i.e. station or depot) Also do a better job in determining the preceding order NOTE: 0.5 candidate | |||
2007-02-18 | (svn r8795) -Fix | tron | |
Remove the explicit check for buoys when inserting goto station orders. This is already covered by the preceding OWNER_NONE test. | |||
2007-02-17 | (svn r8778) -Fix | tron | |
-Codechange: Allow goto station orders to public stations in general, not just oilrigs (though this is the same till now) | |||
2007-02-16 | (svn r8755) -Fix | tron | |
Abbreviate GetAirport(st->airport_type) to st->Airport() | |||
2007-02-16 | (svn r8754) -Fix | tron | |
Do not handle a special case for goto hangar orders to oilrigs - they do not have a hangar anyway | |||
2007-02-07 | (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ↵ | bjarni | |
VEH_Train is 0, VEH_Road is 1 and so on This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places) Surprisingly this can be done without changing the savegame format | |||
2007-02-03 | (svn r8550) -Fix | tron | |
Building a vehicle does not involve allocating orders, so do not check whether orders could be allocated | |||
2007-02-01 | (svn r8514) -Codechange: Turn IsBuoy into a method of stations | celestar | |
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 | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |