diff --git a/.ottdrev-vc b/.ottdrev-vc index cec63df8fc..b00f7904cc 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.49.0 20221027 0 23ef1364d03a29e0f5d8fb29de791aaede2704d9 1 0 2022 -890ac6d2e72df2548bd8c1fd7bd9b4a62c594583fde0c6534cc69392e41d9b07 - +jgrpp-0.49.1 20221113 0 8264e2ca4f79e88f009e1110ef4a172a93fca249 1 0 2022 +f01af75415e4be7c4acc9e9e444d13a17542721c448ccac4a281fbc90c48cbae - diff --git a/README.md b/README.md index 640e68d2d1..68c927edc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.49.0 +## JGR's Patchpack version 0.49.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 0432e2842c..d1489bf494 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,22 @@ * * * +### v0.49.1 (2022-11-13) +* Fix crash when the unload type of an order was changed to no unload and then back to unload, whilst a vehicle was unloading using that order. +* Fix multiplayer desync when changing the town zone settings in multiplayer. +* Fix multiplayer desync when creating companies in multiplayer when a saved default face feature was present at the client but not the server or vice versa. +* Fix town setting overrides not being allowed for multiplayer admins when the setting to enable for clients was not enabled. +* Fix trains making a PBS reservation when starting a timetabled wait at a waypoint in some cases. +* Fix new companies created in multiplayer not inheriting the client's default company settings. +* Fix crash if a network client's connection fails during the reporting of a connection problem to the server. +* Prevent spread/regrowth of temperate trees already on snowy ground, in the arctic climate. +* Enable upstream feature: prioritise faster routes for passengers, mail and express cargo. +* Increase maximum engine name length. +* Only show edge level crossing overlays for multi-track level crossings, even when the safer crossings settings is off. +* Allow various game settings to be changed in multiplayer, unless prevented by a NewGRF. +* Minor performance improvements to the rendering of normal-mode viewports. +* Bump trunk base from commit 4daad7f34840bcec2a568eb54149286c7f68c892 to commit 019dcb7b7b010ce85260aa075f859d63fa020868. + ### v0.49.0 (2022-10-27) * Fix calculating train curve speed limit on dual rail type tiles. * Fix crash if GS is removed when GS settings window is open.