diff --git a/.ottdrev-vc b/.ottdrev-vc index 2387745084..9c43a31923 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.54.1 20230611 0 d9e7d2a7fd8b5b495290ca8d3e39f64bc3a25b28 1 0 2023 -01c77a49e69f1854729728cdf4e78d331a6da99ab8ce8d757f7c1d3630519098 - +jgrpp-0.54.2 20230618 0 551d581215cc0ad78ebc7c4165bb5544ff68a8c0 1 0 2023 +9cf8dafa0ce4cb09ef7e7cb2be84f878c49ce37ff8eb392d3ecdbec69eb53b6e - diff --git a/README.md b/README.md index 74124b96fe..23dffd513f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.54.1 +## JGR's Patchpack version 0.54.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index b4ee4061c1..20a0c99eab 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,20 @@ * * * +### v0.54.2 (2023-06-18) +* Picker tool: + * Fix crash when using picker tool on non-GRF objects. + * Disable picker tool in spectator mode. + * Add unset hotkey for picker tool in scenario editor. +* Fix crash when opening road build toolbar in scenario editor. +* Fix crash when changing AI interval setting. +* Fix crash when failing to load a game into a dedicated server at startup. +* Fix aircraft crash news messages being shown at wrong location in some cases. +* Fix refit in station with articulated vehicles with no capacity in the leading part. +* Cargo payment rate graph: Use the current time units in the x-axis (when graphing income against time). +* Spread tile loop iterations over all ticks when using a day length greater than one. +* Network: Auto-kick clients after too many failed rcon/settings attempts. + ### v0.54.1 (2023-06-11) * Fix crash on Windows (Vista and later)