summaryrefslogtreecommitdiff
path: root/src/ai/api
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-08 20:34:23 +0000
committersmatz <smatz@openttd.org>2009-09-08 20:34:23 +0000
commitb52f692c2987c182b9d70eb6bcbc3a01a6b0593c (patch)
tree506c748dac834d70350b5f0decf2340546eccf04 /src/ai/api
parent58a3023f3efe7887ffedf4ed21d464ee72692f59 (diff)
downloadopenttd-b52f692c2987c182b9d70eb6bcbc3a01a6b0593c.tar.xz
(svn r17478) -Document [NoAI]: descibe changes in subsidy logic in AI changelog
Diffstat (limited to 'src/ai/api')
-rw-r--r--src/ai/api/ai_changelog.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 7a0f0fef3..d71e53e37 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -61,6 +61,13 @@
* API version 0.7 is assumed. This function should return the major and
* minor number of the stable version of the API the AI is written against.
* For 0.7.2 that would be 0.7, for 1.1.3 it would be 1.1, etc.
+ * \li The subsidy logic has changed. Subsidy is now awarded when cargo
+ * originating from subsidy source is delivered to station that has subsidy
+ * destination it its catchment area. One industry tile or one town house
+ * is enough as long as station accepts the cargo. Awarded subsidies are no
+ * longer bound to stations used for first delivery, any station can be
+ * used for loading and unloading as long as cargo is transfered from
+ * source to destination.
*
* \b 0.7.3
*