summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
AgeCommit message (Expand)Author
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...smatz
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-04-14(svn r12699) -Codechange: Unify the order drawing code for orders and timetab...maedhros
2008-04-13(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for roa...rubidium
2008-04-13(svn r12688) -Change: make default non-stop for depot/waypoint orders the sam...rubidium
2008-04-12(svn r12671) -Fix (r12644): orders window of competitors' vehicles was missin...smatz
2008-04-12(svn r12670) -Add: unconditional/always order 'jump/skip' variable.rubidium
2008-04-12(svn r12667) -Feature: conditional 'skip/jump' orders.rubidium
2008-04-11(svn r12663) -Codechange: move the definition from 'order_d' to a more approp...rubidium
2008-04-11(svn r12661) -Add: ability to send a vehicle (using default orders) to the ne...rubidium
2008-04-11(svn r12660) -Codechange: make the creation of depot order strings a little m...rubidium
2008-04-10(svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect.rubidium
2008-04-10(svn r12655) -Change: show the current state in the drop down 'buttons'.rubidium
2008-04-10(svn r12654) -Codechange: remove some unneeded right click handling due to th...rubidium
2008-04-10(svn r12653) -Codechange: disable load/unload dropdowns when there is a 'via'...rubidium
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 r12649) -Fix: refit orders not being shown.rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-09(svn r12644) -Codechange: rework the order gui a little to prepare it for som...rubidium
2008-04-09(svn r12643) -Codechange: be more explicit about the orders a vehicle has (no...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 r12638) -Codechange: give order_gui.cpp a touch of coding style.rubidium
2008-04-09(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remo...rubidium
2008-04-08(svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.rubidium
2008-04-07(svn r12615) -Codechange: rename some enums related to depot orders to make i...rubidium
2008-04-07(svn r12600) -Codechange: make GetNonStopType return a more augmented type; n...rubidium
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-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-02-14(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()...frosch
2008-02-02(svn r12040) -Codechange: Change IsOrderListShared from a simple function to ...belugas
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.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-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium