summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_order.cpp
AgeCommit message (Expand)Author
2009-06-24(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()smatz
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-23(svn r16640) -Codechange: move roadstop stuff to separate filessmatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-23(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehiclerubidium
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-06(svn r16239) -Fix (r16199): Use the stop/non-stop intermediate orderflags AIs...yexo
2009-05-02(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().frosch
2009-04-26(svn r16165) -Add [FS#2801] [NoAI]: several functions to AIOrder to check the...yexo
2009-04-21(svn r16109) -Fix [NoAI]: Make sure AIOrder::GetDestination always returns a ...yexo
2009-04-21(svn r16108) -Fix [NoAI]: When giving an aircraft a goto-hangar order don't l...yexo
2009-04-20(svn r16107) -Add [NoAI]: AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to ...yexo
2009-04-20(svn r16106) -Fix [NoAI]: AIOrder::SetOrderFlags always removed "Service if n...yexo
2009-04-15(svn r16062) -Fix (r16037): AIOrder::InsertOrder was broken. Default all AI o...frosch
2009-03-12(svn r15684) -Add [NoAI]: AIOrder::SkipToOrder().yexo
2009-03-04(svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::...yexo
2009-02-19(svn r15527) -Fix (r15526): A ')' too much.yexo
2009-02-19(svn r15526) -Add [NoAI]: Support for conditional orders.yexo
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-16(svn r15101) -Change [API CHANGE]: more consistant naming for consts:truebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain