diff options
Diffstat (limited to 'src')
-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: |