(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums

This commit is contained in:
truebrain
2011-12-02 23:40:16 +00:00
parent c3ae66089a
commit 974f1ee8d1
8 changed files with 140 additions and 69 deletions

View File

@@ -47,6 +47,8 @@
* reflect what it does.
* \li AIInfo has all its configure settings renamed from AICONFIG to just CONFIG
* like CONFIG_RANDOM.
* \li AIEvent has all its types renamed from AI_ET_ prefix to just ET_ prefix,
* like ET_SUBSIDY_OFFER.
*
* API removals:
* \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead.