diff options
author | rubidium <rubidium@openttd.org> | 2010-02-04 22:14:11 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-02-04 22:14:11 +0000 |
commit | 34fa63b8f59465ed01ffbb856e0a6b77d6a4c4ed (patch) | |
tree | 92844dbde1b8beead6234fb4c718d3d827870a78 /src | |
parent | 9e03eb08a2126c863ebd464964750264f31dd05e (diff) | |
download | openttd-34fa63b8f59465ed01ffbb856e0a6b77d6a4c4ed.tar.xz |
(svn r19011) -Update: AI changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 90e640d9d..fc8b697c8 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -102,6 +102,12 @@ * the search bounding box and the industry's bounding box intersect, are * counted. Previously these industries (and their cargos), although they * produced cargo for a station at the given location, were not returned. + * \li AIRail::BuildRail will now fail completely if there is an obstacle + * between the begin and end, instead of building up to the obstacle and + * returning that everything went okay. + * \li Orders for buoys are now waypoint orders, i.e. instead of using the + * station orders for buoys one has to use waypoint orders. + * \li Autoreplaces can now also be set for the default group via AIGroup. * * \b 0.7.5 * |