summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
AgeCommit message (Expand)Author
2012-01-27(svn r23859) -Fix: Inserting conditional orders for ships checked the wrong o...frosch
2012-01-25(svn r23849) -Fix [FS#5008]: when the network is lagging, you try to copy a v...rubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-13(svn r23511) -Fix [FS#4885] (r23504): Aircraft orders could not be shared any...planetmaker
2011-12-13(svn r23505) -Add: Indication in the order list if the next destination of an...michi_cc
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-09(svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station ...rubidium
2011-11-12(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from...rubidium
2011-11-04(svn r23087) -Feature: Auto-refitting of vehicles during loading at a station...michi_cc
2011-08-30(svn r22858) -Feature: Conditional order depending on remaining lifetime of a...frosch
2011-08-26(svn r22845) -Fix [FS#4745]: perform stricter checks on some commands (monoid)rubidium
2011-07-02(svn r22620) -Change [FS#4651]: Enforce refit orders to be 'always go to depo...frosch
2011-06-14(svn r22589) -Fix [FS#4641]: PBS order forecasting modified the current order...frosch
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-04-16(svn r22331) -Change: When inserting an (automatic) order A in front of an or...frosch
2011-04-16(svn r22330) -Change: When a conditional order triggers and causes skipping t...frosch
2011-04-16(svn r22326) -Fix: Destinations of conditional orders were update incorrectly...frosch
2011-03-05(svn r22200) -Fix (r21642): removing a station order could stop when removing...smatz
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-18(svn r22105) -Fix: crash when copying an orderlist to a vehicle that already ...yexo
2011-02-09(svn r22046) -Fix [FS#4487]: Make sure order indices stay in range when copyi...frosch
2011-02-09(svn r22045) -Codechange: Move cancelling the current loading order on deleti...frosch
2011-02-08(svn r22024) -Fix [FS#4468]: verify we can allocate an OrderList before we ac...smatz
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...rubidium
2011-02-04(svn r21961) -Remove: limitation that not loading and not unloading is mutual...rubidium
2011-01-31(svn r21934) -Fix (r21933): The original plan was to run the regression befor...frosch
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-18(svn r21846) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-15(svn r21809) -Fix [FS#4404]: remove unreached automatic orders as well when r...rubidium
2011-01-09(svn r21744) -Fix: Allow Ctrl+Clicking automatic orders for scrolling to thei...frosch
2011-01-07(svn r21739) -Fix [FS#4388] (r19657): make clearing refit orders work againrubidium
2011-01-06(svn r21737) -Fix (r1)[FS#4384-ish]: A loading order was also marked as 'not ...frosch
2010-12-26(svn r21644) -Change: keep showing "No orders" when the order list is filled ...rubidium
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders f...rubidium
2010-12-22(svn r21603) -Codechange: no need to assign something to a variable and then ...rubidium
2010-12-22(svn r21602) -Codechange: split actual adding/removing of orders to/from a ve...rubidium
2010-12-14(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.terkhen
2010-12-11(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.rubidium
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-08-23(svn r20600) -Fix [FS#4075]: "downscale" a full load order to a load if possi...rubidium
2010-08-20(svn r20580) -Fix [FS#4039]: go via station and go via waypoint behaved diffe...rubidium
2010-08-19(svn r20571) -Codechange: free/reserve some bits in the order commands to inc...rubidium
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an o...rubidium
2010-08-18(svn r20539) -Codechange: make order backups more self-contained.rubidium
2010-08-15(svn r20498) -Fix [FS#4030]: ignore the non-stop state when comparing one ord...rubidium
2010-08-10(svn r20441) -Fix [FS#4024]: adding "goto nearest depot and stop" orders in o...rubidium
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-27(svn r20229) -Fix [FS#3986]: "Service at nearest depot" behaved the same as "...rubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth