summaryrefslogtreecommitdiff
path: root/src/order_type.h
AgeCommit message (Expand)Author
2009-01-04(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based ...rubidium
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2008-10-24(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-07-20(svn r13752) -Fix [FS#2130]: correctly restore conditional orders when they a...rubidium
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 r12661) -Add: ability to send a vehicle (using default orders) to the ne...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 r12643) -Codechange: be more explicit about the orders a vehicle has (no...rubidium
2008-04-09(svn r12640) -Codechange: let GetLoadType make a difference between full load...rubidium
2008-04-09(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remo...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 r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-03-28(svn r12475) -Codechange: cleanup coding style in news_gui.cpp.rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and openttd...rubidium