summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-08 16:53:22 +0000
committersmatz <smatz@openttd.org>2009-08-08 16:53:22 +0000
commitb43fd7266e2cc66028a7d15a1cee75bf89f6988e (patch)
tree26fb37af2c6fed35dc5fe1bdadc05679715ce917 /src/ai/api/ai_changelog.hpp
parentab9c71f0d95da7b9eef0271484ee4b7a93c4c376 (diff)
downloadopenttd-b43fd7266e2cc66028a7d15a1cee75bf89f6988e.tar.xz
(svn r17115) -Add [NoAI]: AISubsidy::SubsidyParticipantType, AISubsidy::GetSourceType, AISubsidy::GetSourceIndex, AISubsidy::GetDestinationType, AISubsidy::GetDestinationIndex for better subsidy management
-Change [NoAI]: mark AISubsidy::SourceIsTown, AISubsidy::GetSource, AISubsidy::GetDestinationType, AISubsidy::GetDestination as deprecated
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index a8e511030..42a67ad17 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -12,6 +12,10 @@
* \li AISign::GetMaxSignID
* \li AITile::GetHeight
* \li AIBaseStation::WAYPOINT_INVALID
+ * \li AISubsidy::SourceIsTown
+ * \li AISubsidy::GetSource
+ * \li AISubsidy::DestinationIsTown
+ * \li AISubsidy::GetDestination
*
* \b 0.8.0
*
@@ -19,6 +23,11 @@
* \li AIBaseStation
* \li AIBuoyList
* \li AIRail::RemoveRailWaypointTileRect
+ * \li AISubsidy::SubsidyParticipantType
+ * \li AISubsidy::GetSourceType
+ * \li AISubsidy::GetSourceIndex
+ * \li AISubsidy::GetDestinationType
+ * \li AISubsidy::GetDestinationIndex
*
* Other changes:
* \li The GetName / SetName / GetLocation functions were moved from AIStation
@@ -30,7 +39,7 @@
* savegames are invalid
* \li WAYPOINT_INVALID is now deprecated, use STATION_INVALID instead
* \li AISubsidy::GetSource and AISubsidy::GetDestination return STATION_INVALID
- * for awarded subsidies
+ * for awarded subsidies. They are deprecated as well
* \li AIs can create subclasses of API classes and use API constants as part
* of their own constants
* \li AIVehicleList_Station now also works for waypoints