From 0a17b7b11bcf5adc60324bd78b28a63b3ebc2b6d Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 20 May 2023 00:52:14 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.53.3 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 259e11d834..7e9a249cef 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.53.2 20230511 0 e74e08bf4711972d786739f4bea26ae05ae8ff18 1 0 2023 -860c9d183f630d76f850889aa1bfe89e725c961e8a500e62ccc02128e9fbeb5d - +jgrpp-0.53.3 20230520 0 7cad92988f01b767dde75acf622aed771fd1261e 1 0 2023 +19e26030ff7aceb955648ec606fefe42abee180d253f9ea72b4d94a9f45b1ecb - diff --git a/README.md b/README.md index af7afa4b72..2f2a5a753f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.53.2 +## JGR's Patchpack version 0.53.3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index dd0c1b0a92..3b1ffea90c 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,22 @@ * * * +### v0.53.3 (2023-05-20) +* Fix crash when selecting conditional orders in order window. +* Fix crash which could occur on MacOS when using UI scaling. +* Fix crash which could occur when upgrading airports when order backups are present. +* Fix train disconnection which could occur when a train reverses at the top of a sloped bridge ramp because the bridge is signalled in the opposite direction. +* Fix multi-track level crossings being left barred after removing the middle part. +* Fix horizontal resizing and UI scaling issues in slots window. +* Add routing restriction button to set other signals to be shared with the current signal. +* Allow changing tree placement algorithm setting in game. +* Reduce strength of the station rating penalty applied to cargo source stations on station cargo truncation. +* Remove the command delay for game scripts in single player when the game is paused by the game script. +* Avoid unnecessarily resetting the scrollbar in the vehicle refit window. +* Save game window: + * Fix the "overwriting a different save file" warning being shown when the file name has been changed to not overwrite the file. + * Mention in warning if the save file being overwritten is a vanilla save. + ### v0.53.2 (2023-05-11) * Fix crash when clicking the goto dropdown in the order window when a departure board via order is selected. * Fix rail platforms being left partially reserved after removing a train (due to a crash or company bankruptcy).