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
2011-11-08
(svn r23162) -Fix (r23133): Silence gcc warning.
frosch
2011-11-08
(svn r23135) -Fix (r23133): always compile before commit
yexo
2011-11-08
(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly ...
yexo
2011-11-08
(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return fal...
yexo
2011-11-05
(svn r23122) -Fix (23120): Silence GCC warning.
michi_cc
2011-11-05
(svn r23120) -Feature: [NoAI] Support for refit orders.
michi_cc
2011-10-25
(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.
frosch
2011-09-01
(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new ...
yexo
2011-08-31
(svn r22861) -Add: [NoAI] support the new conditional order introduced in r22...
yexo
2011-05-18
(svn r22473) -Codechange: Automatic orders are better called implicit orders ...
planetmaker
2011-05-01
(svn r22396) -Document: some AI doxygen stuff
rubidium
2011-02-06
(svn r21992) -Fix [FS#4467]: AIs trying to change the AIOF_GOTO_NEAREST_DEPOT...
yexo
2011-01-31
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...
frosch
2011-01-23
(svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way ...
yexo
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-22
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers fr...
rubidium
2010-12-21
(svn r21571) -Codechange: Having a break after a return is no good.
alberth
2010-08-19
(svn r20571) -Codechange: free/reserve some bits in the order commands to inc...
rubidium
2010-08-06
(svn r20389) [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid Order)"...
rubidium
2010-03-19
(svn r19464) -Codechange: move GetHangarTile to Airport
yexo
2010-03-19
(svn r19463) -Codechange: add helper function to determine if an airport has ...
yexo
2010-03-18
(svn r19455) -Codechange: split all airport information in Station to a seper...
yexo
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
[next]