summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
AgeCommit message (Expand)Author
2008-04-10(svn r12652) -Codechange: rework the order GUI a little more to make it a lit...rubidium
2008-04-10(svn r12650) -Feature: ability to force a vehicle to not load at a station.rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-09(svn r12641) -Codechange: do not use the same button for two completely disti...rubidium
2008-04-09(svn r12640) -Codechange: let GetLoadType make a difference between full load...rubidium
2008-04-09(svn r12639) -Fix: order window was not marked dirty on changed orders.rubidium
2008-04-09(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remo...rubidium
2008-04-08(svn r12633) -Fix: could not make a (go-to) depot order.rubidium
2008-04-08(svn r12630) -Fix (r12600): Missing 'break' made it impossible to add waypoin...maedhros
2008-04-08(svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServ...frosch
2008-04-08(svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.rubidium
2008-04-07(svn r12618) -Codechange: as load and unload type are now split, some case st...rubidium
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-07(svn r12615) -Codechange: rename some enums related to depot orders to make i...rubidium
2008-04-07(svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order.rubidium
2008-04-07(svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ...rubidium
2008-04-07(svn r12600) -Codechange: make GetNonStopType return a more augmented type; n...rubidium
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-06(svn r12595) -Codechange: hide Order's flags in the last few cases.rubidium
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-06(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions...rubidium
2008-04-06(svn r12586) -Codechange: do not access an order's refit variables directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-05(svn r12583) -Codechange: make AssignOrder a class function of order.rubidium
2008-04-05(svn r12582) -Codechange: move some (needlessly) static inlined functions fro...rubidium
2008-04-05(svn r12581) -Fix (r12580): trains would not stop correctly on intermediate s...rubidium
2008-04-05(svn r12580) -Codechange: merge some logical related to non-stop orders.rubidium
2008-04-05(svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unif...rubidium
2008-04-05(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and ro...rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-03-28(svn r12466) -Codechange: move DestinationID to a more logical location.rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-05(svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable...glx
2008-02-27(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add ...glx
2008-02-13(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yo...smatz
2008-02-02(svn r12040) -Codechange: Change IsOrderListShared from a simple function to ...belugas
2008-01-21(svn r11939) -Codechange: some type fixes and very initial steps into support...rubidium
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-13(svn r11832) -Codechange: get rid of (quite) some VARDEFs.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not n...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium