Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-02 | (svn r13949) -Codechange [YAPP]: Declare the functions for processing ↵ | rubidium | |
conditional orders as non-static. (michi_cc) | |||
2008-07-14 | (svn r13702) -Fix: do not overflow the order/timetable window when 'long' ↵ | rubidium | |
orders are displayed. | |||
2008-04-27 | (svn r12913) -Add: ability to backup and restore a player's economic data ↵ | bjarni | |
and data for a vehicle (or chain of vehicles) Autoreplace uses this with the following benefits: -Mass autoreplace (the button in the depot window) will now estimate costs correctly -Autoreplace now either replaces correctly or manages to keep the original vehicle (no more broken trains) Thanks to Ammler for testing this | |||
2008-04-14 | (svn r12699) -Codechange: Unify the order drawing code for orders and ↵ | maedhros | |
timetables. | |||
2008-04-05 | (svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the ↵ | rubidium | |
'unified' ProcessOrder. | |||
2008-04-05 | (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and ↵ | rubidium | |
road vehicles. | |||
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium | |