From a248495ee349a616e69793c5959a7944080e19ea Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 2 Aug 2023 20:29:07 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.54.5 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index c88c123d45..a0d50f25bf 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 20230802 0 3a07f92474933d772c4ef9dc901ab7f1297f34c1 1 0 2023 +163ae5f42ac608dc05bc30d30bb0614b0ae79180867cba94281a1047a8c551e7 - diff --git a/README.md b/README.md index 74c8a576c4..474b2aae1e 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 1d194c2156..9028e9424b 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,20 @@ * * * +### v0.54.5 (2023-08-02) +* 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. +* Fix duplicate town names when using the many random towns function in the scenario editor. +* 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 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. + ### 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.