From 354ec53b3c48fe0c5bb22a46acf62f57e10050fc Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 29 Nov 2013 13:15:02 +0000 Subject: (svn r26137) -Merge: documentation updates from 1.3 branch --- src/script/api/ai_changelog.hpp | 13 +++++++++++++ src/script/api/game_changelog.hpp | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'src/script') 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: -- cgit v1.2.3-54-g00ecf