diff options
author | yexo <yexo@openttd.org> | 2011-06-13 15:23:20 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2011-06-13 15:23:20 +0000 |
commit | 0dc20c7d5fdc97e7aa5527ce2573806232ee09c6 (patch) | |
tree | 0eb2e1387146b0660ebb57c93cce02af65fed8ca /src/ai/api/ai_changelog.hpp | |
parent | f851a515cc30b715caad56b34fe9db7be636e951 (diff) | |
download | openttd-0dc20c7d5fdc97e7aa5527ce2573806232ee09c6.tar.xz |
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index d9cc76e3a..76897a837 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -19,6 +19,17 @@ * * 1.2.0 is not yet released. The following changes are not set in stone yet. * + * API additions: + * + * \li AICompany::GetQuarterlyIncome + * \li AICompany::GetQuarterlyExpenses + * \li AICompany::GetQuarterlyCargoDelivered + * \li AICompany::GetQuarterlyPerformanceRating + * \li AICompany::GetQuarterlyCompanyValue + * + * API removals: + * \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead. + * * \b 1.1.0 * * API additions: |