From f40885ec506b080fe86e26b86155beb4ce45caaa Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Sep 2009 23:30:31 +0000 Subject: (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. --- src/ai/api/ai_changelog.hpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/ai/api') diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 6c14b7a2e..6fe23765f 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -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 -- cgit v1.2.3-70-g09d2