forked from mirror/OpenTTD
(svn r17469) -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7.
This commit is contained in:
@@ -30,16 +30,15 @@
|
||||
* \li AIIndustry::GetLastMonthTransportedPercentage
|
||||
*
|
||||
* API removals:
|
||||
* \li AIOrder::ChangeOrder
|
||||
* \li AISign::GetMaxSignID
|
||||
* \li AITile::GetHeight
|
||||
* \li AIBaseStation::WAYPOINT_INVALID
|
||||
* \li AISubsidy::SourceIsTown
|
||||
* \li AISubsidy::GetSource
|
||||
* \li AISubsidy::DestinationIsTown
|
||||
* \li AISubsidy::GetDestination
|
||||
* \li AITown::GetMaxProduction
|
||||
* \li AIWaypoint::WAYPOINT_INVALID
|
||||
* \li AIOrder::ChangeOrder, use AIOrder::SetOrderFlags instead
|
||||
* \li AISign::GetMaxSignID, use AISignList instead
|
||||
* \li AITile::GetHeight, use AITile::GetMinHeight/GetMaxHeight/GetCornerHeight instead
|
||||
* \li AISubsidy::SourceIsTown, use AISubsidy::GetSourceType instead
|
||||
* \li AISubsidy::GetSource, use AISubsidy::GetSourceIndex instead
|
||||
* \li AISubsidy::DestinationIsTown, use AISubsidy::GetDestinationType instead
|
||||
* \li AISubsidy::GetDestination, use AISubsidy::GetDestinationIndex instead
|
||||
* \li AITown::GetMaxProduction, use AITown::GetLastMonthProduction instead
|
||||
* \li AIWaypoint::WAYPOINT_INVALID, use AIBaseStation::STATION_INVALID instead
|
||||
*
|
||||
* Other changes:
|
||||
* \li The GetName / SetName / GetLocation functions were moved from AIStation
|
||||
|
Reference in New Issue
Block a user