From be4c2be35b2ea7b7f9a992bd103fc74e10259e8f Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 4 Aug 2021 22:49:18 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.42.3 --- .ottdrev-vc | 4 ++-- README.md | 3 ++- jgrpp-changelog.md | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 4d715c7b1e..ab5934d0fb 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.42.2 20210709 0 0d80b4450dc038cb50037dd7015f6d585cb105ef 1 0 2021 -fa9d68e9e57daac4121d910a52ae8f8afc61b81e20a4f194f5339cac6075fcd0 - +jgrpp-0.42.3 20210804 0 8113b4bdbf8f0c7bcf92a4a4cf7514644b51a64c 1 0 2021 +bbf23b009c454994349f251074c2bac263edbb6f71f3a3940dd543ef33bf9515 - diff --git a/README.md b/README.md index d80ef86f06..ce59b33efc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.42.2 +## JGR's Patchpack version 0.42.3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -152,6 +152,7 @@ See [installation.md](/installation.md) for instructions on how to install. * Add setting to show a company-coloured mark next to vehicles in vehicle list windows, if their owner does not match the list owner. * Add a waiting cargo history graph for stations. * Add a tooltip to show station rating details (controlled by a setting). +* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names). #### Towns diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 44bd48d140..69faecb0f2 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.42.3 (2021-08-04) +* Fix multiplayer server crash when client joined during a threaded save or autosave. +* Fix station ratings tooltip in right click mode. +* Fix send vehicle to specific depot allowing incompatible road/tram types and rail types. +* Fix reversing a train not aborting through loading in some circumstances. +* Fix excessive logging of debugging information by default when running as a dedicated server. +* Fix network servers showing an incorrect client/company window when loading a save where the local company is not the first company. +* Fix false positive desync log messages for powered free wagon chains. +* Fix issues which could result in a multiplayer desync in some circumstances. +* Add the estimated max speed when full to the train template windows. +* Add NewGRF feature: extra station name strings. +* No longer mark the new train purchase window as experimental. + ### v0.42.2 (2021-07-09) * Further fix for incorrect display of vehicle capacity and cargo, and/or crashes in the new train purchase window. * Mark the new train purchase window as experimental.