(svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot

This commit is contained in:
rubidium
2009-09-09 09:46:08 +00:00
parent f1cc044a40
commit f3f6eaa6dc
5 changed files with 92 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
* \li AIBaseStation
* \li AIBuoyList
* \li AIEventCompanyAskMerger
* \li AIIndustry::GetLastMonthTransportedPercentage
* \li AIRail::RemoveRailStationTileRectangle
* \li AIRail::RemoveRailWaypointTileRectangle
* \li AISubsidy::SubsidyParticipantType
@@ -30,7 +31,7 @@
* \li AISubsidy::GetDestinationType
* \li AISubsidy::GetDestinationIndex
* \li AITown::GetLastMonthTransportedPercentage
* \li AIIndustry::GetLastMonthTransportedPercentage
* \li AIVehicleList_Depot
*
* API removals:
* \li AIOrder::ChangeOrder, use AIOrder::SetOrderFlags instead