summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-11-05 15:31:21 +0000
committermichi_cc <michi_cc@openttd.org>2011-11-05 15:31:21 +0000
commita22b4f1f9154a508aef79cd6d8cc21d5c84eb559 (patch)
treeef3b508833f20176662b033ec94120a0ada9aa12 /src/ai/api/ai_changelog.hpp
parent6a2735d24ed54158b93eac217e803dcd89f67a9e (diff)
downloadopenttd-a22b4f1f9154a508aef79cd6d8cc21d5c84eb559.tar.xz
(svn r23120) -Feature: [NoAI] Support for refit orders.
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 30c524ffa..68777440b 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -21,12 +21,17 @@
*
* API additions:
*
+ * \li AICargo::CT_AUTO_REFIT
+ * \li AICargo::CT_NO_REFIT
* \li AICompany::GetQuarterlyIncome
* \li AICompany::GetQuarterlyExpenses
* \li AICompany::GetQuarterlyCargoDelivered
* \li AICompany::GetQuarterlyPerformanceRating
* \li AICompany::GetQuarterlyCompanyValue
* \li AIController::GetOpsTillSuspend
+ * \li AIOrder::GetOrderRefit
+ * \li AIOrder::IsRefitOrder
+ * \li AIOrder::SetOrderRefit
* \li AITown::GetTownAuthority
* \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached
*