From 1be966073097a8484a2e5c7d86a22006155bbf7b Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 7 Feb 2017 19:47:55 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.17.0 --- .ottdrev-vc | 4 ++-- README.md | 8 ++++++-- jgrpp-changelog.md | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 14ce0ff428..b3d05a5655 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.16.1 27719 0 jgrpp-0.16.1 -63986251572bb5d3a10170d9c23ce24c21e735e6c6ad0a3df933e1468effb2d9 - +jgrpp-0.17.0 27743 0 jgrpp-0.17.0 +0d235f066353e62e87f28d5e07fd32ab6f87c2216125e3acfee657833e7a8aba - diff --git a/README.md b/README.md index 841d370af4..7a8609c1d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.16.1 +## JGR's Patchpack version 0.17.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -163,6 +163,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add a setting to increase the station catchment radius (added in v0.16.0) +* Custom bridge heads for road bridges (added in v0.17.0) + * 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) @@ -182,7 +184,9 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Label threads with a descriptive name on supported Unixy platforms. (added in v0.8.1) * Adjust cargo dest link graph job scheduling algorithm to improve responsiveness. (added in v0.16.0) * 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) + * 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) * 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 5b97e64ff5..fb4a593b9b 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,27 @@ * * * +### v0.17.0 (2017-02-07) +* Template-based train replacement: + * Fix crash on load/join after a company which owns templates goes bankrupt or is bought out. + * Fix incorrect cost estimates in GUI for templates. +* Fix go to nearest depot and halt orders, not halting. +* Fix vehicle breakdown repair cost being paid when vehicle is being auto-replaced. +* Fix inverted condition for cargo waiting conditional order. +* Fix trains on adjacent non-connected tiles being able to crash into each other. +* Fix various UI/display issues with group collapsing. +* Fix various issues for cargo type orders in multiplayer. +* Fix lifetime profit not being fully reset when renewing vehicle. +* Fix vehicle list windows erroneously including sort by length for ships and aircraft, which caused a crash when used. +* Minor fix: more fully clear timetable state when clearing timetable automation. +* Minor fix: increase cost of removing secondary road-type from bridges/tunnels to correct amount. +* Add custom bridge heads for road bridges. +* Increase maximum setting limits for per-company vehicle-type limits. +* Increase maximum permitted vehicle name length. +* Signals on tunnel/bridges are now included in company infrastructure stats. +* Add a natural sort function to use if not compiling with ICU. +* Bump trunk base from r27719 to r27743 + ### v0.16.1 (2017-01-05) * Fix hang which could occur when using conditional orders and cargodest. * Fix vehicle repair costs patch, and change cost algorithm to avoid excessive costs.