diff options
author | rubidium <rubidium@openttd.org> | 2013-11-29 13:15:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-11-29 13:15:02 +0000 |
commit | 354ec53b3c48fe0c5bb22a46acf62f57e10050fc (patch) | |
tree | 35678e0cd4950a2b72ab595fd6ff790e72d14902 /src/script | |
parent | aa8f9e28a2d43f025d031af571efbd897630a7a5 (diff) | |
download | openttd-354ec53b3c48fe0c5bb22a46acf62f57e10050fc.tar.xz |
(svn r26137) -Merge: documentation updates from 1.3 branch
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 13 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 0039eaf91..a40996c0f 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -30,6 +30,19 @@ * \li AIStation::GetCargoRating does return -1 for cargo-station combinations that * do not have a rating yet instead of returning 69. * + * \b 1.3.3 + * + * No changes + * + * \b 1.3.2 + * + * No changes + * + * \b 1.3.1 + * + * API additions: + * \li AITile::GetTerrainType + * * \b 1.3.0 * * API additions: diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index cf5d44573..e55d8c214 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -40,6 +40,19 @@ * \li GSStation::GetCargoRating does return -1 for cargo-station combinations that * do not have a rating yet instead of returning 69. * + * \b 1.3.3 + * + * No changes + * + * \b 1.3.2 + * + * No changes + * + * \b 1.3.1 + * + * API additions: + * \li GSTile::GetTerrainType + * * \b 1.3.0 * * API additions: |