summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
AgeCommit message (Expand)Author
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-23(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehiclerubidium
2009-05-22(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriaterubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-09(svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate s...frosch
2009-05-02(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().frosch
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-20(svn r16107) -Add [NoAI]: AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to ...yexo
2009-04-15(svn r16063) -Fix (r13752): MOF_COND_DESTINATION was not accepted by CmdModif...frosch
2009-04-12(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...rubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-02-05(svn r15354) -Fix (r14803): first shared of a vehicle could be NULL making it...rubidium
2009-02-04(svn r15333) -Fix: AIs weren't restricted to a maximum length for ship orders.Yexo
2009-02-01(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
2009-01-11(svn r14990) -Codechange: handle articulated RVs and trams more strictly in G...rubidium
2009-01-10(svn r14954) -Fix [FS#1890]: sharing/cloning/inserting of orders that the/a v...rubidium
2009-01-10(svn r14952) -Codechange: unify the "can vehicle go to station" testsrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-04(svn r14840) -Cleanup: remove duplicate includesglx
2009-01-04(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircra...smatz
2009-01-04(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based ...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
2009-01-03(svn r14801) -Codechange: don't reference Vehicle::num_orders directly but th...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz
2008-11-23(svn r14616) -Fix [FS#2424]: a nearest depot order should be "equal" to the r...rubidium
2008-11-21(svn r14601) -Fix: the nearest depot and stop in depot orders didn't work tog...rubidium
2008-11-11(svn r14577) -Fix [FS#2403]: vehicle didn't respect its 'refit in nearest dep...smatz
2008-10-30(svn r14547) -Fix: order pool seemed to look full when it was not as it only ...rubidium
2008-10-24(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)rubidium
2008-10-08(svn r14449) -Fix [FS#2338]: service at nearest depot acted like go to neares...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-24(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo...smatz
2008-09-15(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...smatz
2008-09-14(svn r14319) -Fix (r10760): use operator delete when deleting an order, so or...smatz
2008-09-14(svn r14317) -Fix (r13662) [FS#2298]: Order distance processing for condition...peter1138
2008-08-27(svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough wind...frosch
2008-08-27(svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-neare...frosch
2008-08-25(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'smatz
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...belugas