summaryrefslogtreecommitdiff
path: root/src/script/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-07-14 08:55:38 +0000
committerfrosch <frosch@openttd.org>2013-07-14 08:55:38 +0000
commitc35591c8644d0059a738212e6105e3464f706051 (patch)
tree98dce6cff022beda6f6f30b9b3adc85bc8d510ae /src/script/api/ai_changelog.hpp
parentb7c1c5ccf0eaa5b74a2ff19635f76c0312f60508 (diff)
downloadopenttd-c35591c8644d0059a738212e6105e3464f706051.tar.xz
(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r--src/script/api/ai_changelog.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp
index ce2d55745..9519c2607 100644
--- a/src/script/api/ai_changelog.hpp
+++ b/src/script/api/ai_changelog.hpp
@@ -20,11 +20,11 @@
* 1.4.0 is not yet released. The following changes are not set in stone yet.
*
* API additions:
- * \li AIStation::HasRating
+ * \li AIStation::HasCargoRating
* \li AITile::GetTerrainType
*
* Other changes:
- * \li AIStation::GetRating does return -1 for cargo-station combinations that
+ * \li AIStation::GetCargoRating does return -1 for cargo-station combinations that
* do not have a rating yet instead of returning 69.
*
* \b 1.3.0
@@ -75,10 +75,10 @@
* \li AIOrder::SetOrderRefit
* \li AIRail::GetMaintenanceCostFactor
* \li AIRoad::GetMaintenanceCostFactor
+ * \li AITile::GetTownAuthority
* \li AITown::GetCargoGoal
* \li AITown::GetGrowthRate
* \li AITown::GetLastMonthReceived
- * \li AITown::GetTownAuthority
* \li AITownEffectList (to walk over all available town effects)
* \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached
* \li AIVehicle::GetMaximumOrderDistance
@@ -98,7 +98,7 @@
* Other changes:
* \li AITown::GetLastMonthProduction no longer has prerequisites based on town
* effects.
- * \li AITown::GetLastMonthTransported no longer has prerequisites based on
+ * \li AITown::GetLastMonthTransported resp. AITown::GetLastMonthSupplied no longer has prerequisites based on
* town effects.
* \li AITown::GetLastMonthTransportedPercentage no longer has prerequisites
* based on town effects.