diff options
author | rubidium <rubidium@openttd.org> | 2012-04-15 18:59:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-04-15 18:59:04 +0000 |
commit | 25987e2e8bbeee4496f8cc1d0be1eca744a0b3fa (patch) | |
tree | 2c8369e44873b58b6097fadc67b7477ced0b220d /src | |
parent | a777fe1b3c91d5abdfc48c1ef9a983455a07d4c0 (diff) | |
download | openttd-25987e2e8bbeee4496f8cc1d0be1eca744a0b3fa.tar.xz |
(svn r24121) -Merge: documentation update from 1.2
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index d360e465f..a355aeb0a 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -21,8 +21,6 @@ * * \b 1.2.0 * - * 1.2.0 is not yet released. The following changes are not set in stone yet. - * * API additions: * * \li AIAirport::GetMaintenanceCostFactor @@ -75,6 +73,19 @@ * \li AITown::GetLastMonthTransportedPercentage no longer has prerequisites * based on town effects. * + * \b 1.1.5 + * + * No changes + * + * \b 1.1.4 + * + * API additions: + * \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached. + * + * \b 1.1.3 + * + * No changes + * * \b 1.1.2 * * No changes |