index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ai
/
api
/
ai_order.cpp
Age
Commit message (
Expand
)
Author
2010-02-22
(svn r19198) -Codechange: store the size of stations in savegames
yexo
2010-02-04
(svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop lo...
yexo
2010-01-27
(svn r18925) -Fix (r18924): a waypoint can have a buoy but no rail waypoint tile
yexo
2010-01-27
(svn r18924) -Fix [NoAI]: AIOrder::GetOrderDestination could return a non-way...
yexo
2010-01-18
(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a st...
yexo
2010-01-15
(svn r18807) -Codechange: introduce AirportSpec and move several non-statemac...
yexo
2009-12-30
(svn r18667) -Fix [FS#3454]: [NoAI] crash when trying to get the order destin...
rubidium
2009-12-16
(svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest d...
yexo
2009-12-12
(svn r18471) -Codechange/Fix: [NoAI] Deduplicate code betweeen AIVehicle::Ski...
frosch
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-10
(svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' wi...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-18
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...
yexo
2009-07-26
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...
rubidium
2009-07-25
(svn r16948) -Codechange: some code reductions and usage of wrapper functions
rubidium
2009-07-25
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-10
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
rubidium
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 files
smatz
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
2009-05-23
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
rubidium
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 includes
smatz
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