From a33541480ce8d77b0880b5bebf98bc2545f00e1f Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 1 Aug 2023 00:01:41 +0100 Subject: [PATCH 1/2] Version: Committing version data for tag: jgrpp-0.54.5 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index c88c123d450..e5de72b85be 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.54.4 20230711 0 8499e85560df83a3555b41366013a1c947e94d37 1 0 2023 -934d83e771e0c152a648a0a9c64d8139012c4da0bbc70b298a7d2ccc1606894e - +jgrpp-0.54.5 20230731 0 748ff13a6de5c1ec12519e547cda5637a174f28e 1 0 2023 +773c4deb8c1f0341fe65320480e4b15f03f10e6bb78ce79c2855b447540e67ea - diff --git a/README.md b/README.md index 74c8a576c44..474b2aae1e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.54.4 +## JGR's Patchpack version 0.54.5 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 1d194c21569..22a6bc1ade3 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.54.5 (2023-07-31) +* Fix crash using picker tool on rail/road stations when no GRF classes defined. +* Fix crash which could occur after using the date cheat, when using cargo distribution. +* Fix duplication of capacity display in build window for multi-cargo ships. +* Fix link graph tooltips with very long links when zoomed in. +* Fix crash which could occur with some road/tram type GRFs. +* Add setting to show the order number in vehicle view window. +* Add setting to show whether towns are cities in town viewport labels. +* Do not spread temperate trees uphill if above lower snow line in the arctic climate. +* Do not unnecessarily extend train reservations when passing a signal with a maxmimum lookahead which is within the current reservation, when using realistic braking with aspect limited lookahead. +* Show distance information in linkgraph tooltip when ctrl pressed. +* Scroll to class when using picker tool on object. + ### v0.54.4 (2023-07-11) * Fix multiplayer desync which could occur when using cargo distribution. * Fix the build road/tram station stop windows not saving default window sizes. From 0d2604ff5279b3bd111a4aa279951305116da826 Mon Sep 17 00:00:00 2001 From: James103 <37945304+James103@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:17:08 -0500 Subject: [PATCH 2/2] Fix a typo in jgrpp-changelog.md --- jgrpp-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 22a6bc1ade3..4aafcfc68d9 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -11,7 +11,7 @@ * Add setting to show the order number in vehicle view window. * Add setting to show whether towns are cities in town viewport labels. * Do not spread temperate trees uphill if above lower snow line in the arctic climate. -* Do not unnecessarily extend train reservations when passing a signal with a maxmimum lookahead which is within the current reservation, when using realistic braking with aspect limited lookahead. +* Do not unnecessarily extend train reservations when passing a signal with a maximum lookahead which is within the current reservation, when using realistic braking with aspect limited lookahead. * Show distance information in linkgraph tooltip when ctrl pressed. * Scroll to class when using picker tool on object.