From c080a3c42c2ff90323618aa044d818e745109022 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 22 Feb 2017 21:32:16 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.17.2 --- .ottdrev-vc | 4 ++-- README.md | 6 +++--- jgrpp-changelog.md | 12 ++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index b3d05a5655..e9f1eea2b2 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.17.0 27743 0 jgrpp-0.17.0 -0d235f066353e62e87f28d5e07fd32ab6f87c2216125e3acfee657833e7a8aba - +jgrpp-0.17.2 27747 0 jgrpp-0.17.2 +50383058b9387c70f87c7b4cf3958c25dfc3ded1b5234a812694115aa1b358a6 - diff --git a/README.md b/README.md index 089f11e31e..68a5eefd72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.17.1 +## JGR's Patchpack version 0.17.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -167,7 +167,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Performance improvements * Improve dedicated server performance. Up to approximately 2.5x faster. (added in v0.8.1) - * Improve cargodest link graph calculation performance. Up to approximately 33% faster. (added in v0.8.1) + * Improve cargodest link graph calculation performance. Up to approximately 2x faster. (~1.3x faster in v0.8.1, further improvements in v0.17.2) * Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator. (added in v0.9.0) * Various minor changes (see changelog). @@ -186,7 +186,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add hover tool-tips, and improve visual contrast of cargo labels, in cargo dest graph legend window. (added in v0.16.0) * Add shift-clicking on vehicle depot button to select specific depot. (added in v0.16.1) * Increase maximum setting limits for per-company vehicle-type limits. (added in v0.17.0) - * Increase maximum permitted vehicle name length. (added in v0.17.0) + * Increase maximum permitted vehicle name length (added in v0.17.0), and vehicle group name length (added in v0.17.2) * Translations * German (by Auge): including vehicle group info, vehicle details window, the zoning toolbar, and settings for improved breakdowns and adjacent level crossings. diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index c474adfd7a..27093a9e82 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,18 @@ * * * +### v0.17.2 (2017-02-22) +* Fix crash due to articulated trams decoupling when doing a U-turn, when the end-of-line was removed mid-way through the turn. +* Fix wrong calculation of company infrastructure totals for road tunnels, which could cause multiplayer desyncs. +* Fix crash when removing secondary road type from tunnel. +* Fix crash and/or multiplayer desync after updating orders of vehicles which refer to stations/depots owned by a company which is being deleted. +* Increase maximum permitted group name length. +* Improvements to crash logging. +* Improve performance of linkgraph, and minor other areas. +* Fix memory leak when aborting linkgraph jobs due to abandoning game. +* Add Korean translations by kiwitreekor. +* Bump trunk base from r27743 to r27747 + ### v0.17.1 (2017-02-14) * Fix crash when deleting bridge/tunnel with signals due to company reset/bankruptcy. * Fix crash in linkgraph job scheduler when the total estimated cost of all jobs is 0.