From 680085fc2d3520d5e6208075c16b39b370f7b5fe Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 24 Feb 2024 14:55:55 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.58.0 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 41f96a8fef..a8ab32afa8 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.57.1 20240204 0 b2b96fff13e11c49175a29b9bc2d2b78ba6a1eb1 1 0 2024 -bb781c7812392ed8e076a3331d38aef9533c73722a20053c40f9338ced691d1e - +jgrpp-0.58.0 20240224 0 64be289942b09943e8280f5ca468c8be4757f083 1 0 2024 +cbec696a8bef3ab0b3b16c340c5730ddaf724d5eb5a14990d03656d5265cf3f9 - diff --git a/README.md b/README.md index 1862b91698..a3d78f8a87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.57.1 +## JGR's Patchpack version 0.58.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 8993b772e5..f97d7a7f37 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,30 @@ * * * +### v0.58.0 (2024-02-24) +* Fix crash when road vehicles change length in drive-through road stops (e.g. due to refits). +* Fix crash when showing the savegame file overwrite warning for a save with no readable version. +* Fix crash when joining a network server which used GRF custom town zones. +* Fix road vehicles being deleted in a bay road stop leaving the stop marked as occupied. +* Fix handling of airport noise/count limits in local authority permissive mode. +* Fix rail toolbar layout when polyrail button is hidden. +* Fix multi-cargo ship capacity display in the autoreplace and available ships windows. +* Fix displayed speed units in station rating tooltip. +* Fix warning messages when loading very old savegames. +* Fix crash which could occur on Windows when closing the game by closing its attached debug console. +* Fix clicking vehicle window drop-down menus hiding vehicle overlay lines/markers. +* Time-keeping: + * Add support for vanilla wallclock mode. + * No longer scale displayed running costs by the day length factor, show per original year. + * Fix news message durations being scaled by the day length factor. +* Add support for vanilla unbunching. +* Add setting to only spawn primary industries. +* Reduce flickering/sprite sorting problems for vehicles and catenary diagonally underneath bridges. +* Add road vehicle stop direction to the order window manage order dropdown. +* Disable company-only zoning overlay modes in spectator mode. +* Increase pathfinding limit for river generation. +* Bump trunk base from commit 6b21368bc2fdef6877ef5930f94e85719b670a76 to commit 8bccb5805a94eb2acb0e581185ca34090f2b1397. + ### v0.57.1 (2024-02-04) * Fix crashes or rendering problems which could occur in some cases when multiple viewports were active. * Fix not being able to change both the hour and minute in the non-text timetable time dialog.