summaryrefslogtreecommitdiff
path: root/src/order_base.h
AgeCommit message (Expand)Author
2012-02-14(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.michi_cc
2011-12-13(svn r23507) -Fix (r23505): Comment typo.michi_cc
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-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-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-01-18(svn r21846) -Codechange: move documentation towards the code to make it more...rubidium
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 r21602) -Codechange: split actual adding/removing of orders to/from a ve...rubidium
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-02-22(svn r19215) -Codechange: Add Order::GetLocation() to deduplicate code.frosch
2009-11-21(svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore ...rubidium
2009-11-20(svn r18202) -Codechange: remove an unused functionrubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-28(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...rubidium
2009-06-21(svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained ...yexo
2009-05-22(svn r16380) -Codechange: rename pool.hpp to pool_type.hppsmatz
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-22(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable...smatz
2009-05-17(svn r16338) -Codechange: split loading of references to two phasessmatz
2009-05-17(svn r16333) -Cleanup: remove a bunch of unused wrapper functions.rubidium
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-02(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().frosch
2009-04-12(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...rubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14813) -Codechange: use uint instead of 'just' unsigned.rubidium
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2008-11-21(svn r14601) -Fix: the nearest depot and stop in depot orders didn't work tog...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-12(svn r12667) -Feature: conditional 'skip/jump' orders.rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-09(svn r12640) -Codechange: let GetLoadType make a difference between full load...rubidium
2008-04-08(svn r12633) -Fix: could not make a (go-to) depot order.rubidium
2008-04-07(svn r12620) -Fix: automatic servicing of vehicles made them stop in the depot.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 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