summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-16 08:20:33 +0000
committerrubidium <rubidium@openttd.org>2010-07-16 08:20:33 +0000
commit50c7f60eca6da0f710084da9d4ecf1ae9217498b (patch)
tree6db547ec5ddea2f2338ecd8300c3c72545795abe /src
parent816222cd487bcce5c7cae9c56c01cd95ac836c10 (diff)
downloadopenttd-50c7f60eca6da0f710084da9d4ecf1ae9217498b.tar.xz
(svn r20160) -Merge: changelog updates from the 1.0 branch
Diffstat (limited to 'src')
-rw-r--r--src/ai/api/ai_changelog.hpp18
1 files changed, 15 insertions, 3 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 4b059d0ef..b979d0ef1 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -23,20 +23,32 @@
* \li AIIndustry::GetIndustryID
* \li AIIndustryType::INDUSTRYTYPE_TOWN
* \li AIIndustryType::INDUSTRYTYPE_UNKNOWN
- * \li AIRail::GetMaxSpeed
- * \li AIRail::ERR_RAILTYPE_DISALLOWS_CROSSING
*
* API removals:
* \li HasNext for all lists.
*
* Other changes:
- * \li AIBridge::GetPrice now returns the price of the bridge without the cost for the rail or road.
* \li AIRoad::BuildRoadStation now allows overbuilding.
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding.
* \li AIEngine::GetPower can be used for road vehicles.
* \li AIEngine::GetWeight can be used for road vehicles.
* \li AIEngine::GetMaxTractiveEffort can be used for road vehicles.
*
+ * \b 1.0.3
+ *
+ * API additions:
+ * \li AIRail::ERR_RAILTYPE_DISALLOWS_CROSSING
+ *
+ * \b 1.0.2
+ *
+ * Other changes:
+ * \li AIBridge::GetPrice now returns the price of the bridge without the cost for the rail or road.
+ *
+ * \b 1.0.1
+ *
+ * API additions:
+ * \li AIRail::GetMaxSpeed
+ *
* \b 1.0.0
*
* API additions: