summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-09 15:14:22 +0000
committerrubidium <rubidium@openttd.org>2011-01-09 15:14:22 +0000
commite898a6a9f6977d273a264d900e054c41834151bd (patch)
tree2d0450279a3b34973ad499d90c9f5f82915f8392 /changelog.txt
parent63319e465805425a2cd01fadbe75b8b7ca0c5333 (diff)
downloadopenttd-e898a6a9f6977d273a264d900e054c41834151bd.tar.xz
(svn r21749) -Prepare: for 1.1.0-beta3
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index b1fa8da38..c10282c4a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,28 @@
+1.1.0-beta3 (2011-01-09)
+------------------------------------------------------------------------
+- Feature: Configurable limit amount of tiles that can be cleared/terraformed by a company [FS#4331] (r21728)
+- Feature: Show a list of companies in the owner legend and allow them to be toggled for visibility (r21720, r21718)
+- Feature: Console command 'list_ai_libs' to get a list of recognized AI libraries [FS#4372] (r21703)
+- Feature: Allow changing the AI configuration in the scenario editor / in game [FS#4362] (r21696)
+- Change: Tune 'realistic' acceleration even more to make more trains reach their top speed, and make it behave more like TTDPatch (r21712)
+- Change: Display the minimum height of the tile in the LandInfo window instead of the height of the northern corner. So it is more useful for NewGRF and AI developers, and maybe more transparent for players (r21711)
+- Fix: The diagonal iterator would iterate twice over some tiles [FS#4395] (r21747)
+- Fix: [NewGRF] Canal variable 83 accessed water random bits also for non-water tiles (e.g. watery industries or objects) (r21746)
+- Fix: [NewGRF] Canal variable 80 shall return consistent heights within a lock (r21745)
+- Fix: Allow Ctrl+Clicking automatic orders for scrolling to their destination (r21744)
+- Fix: Coast tiles were not drawn under bridges [FS#4386] (r21743)
+- Fix: Make clearing refit orders work again [FS#4388] (r21739)
+- Fix: Start loading when cur_order_index points to the destination station, i.e. after deleting not-reached automatic orders [FS#4384] (r21738)
+- Fix: A loading order was also marked as 'not part of orders' when the order before the current order was deleted (r21737)
+- Fix: Admin bots were not always notified of password changes [FS#4377] (r21727)
+- Fix: Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed (r21709)
+- Fix: [NewGRF] Report TTDPatch flag 4A (newobjects) as set (r21708)
+- Fix: The old ship pathfinder is too stupid to provide 'lost' notices; it would even get lost while following its own path [FS#4370] (r21706)
+- Fix: Do not perform any more checks after the connection is closed [FS#4374] (r21704)
+- Fix: Changing AI settings ingame was impossible when the difficulty level was other than custom (r21694)
+- Fix: Due to an error in the Debian changelog building of Debian/Ubuntu packages failed (r21682)
+
+
1.1.0-beta2 (2010-12-31)
------------------------------------------------------------------------
- Feature: Command logging using the admin interface (r21668)