Version: Committing version data for tag: jgrpp-0.42.3

pull/306/head jgrpp-0.42.3
Jonathan G Rennison 3 years ago
parent 8113b4bdbf
commit be4c2be35b

@ -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 -

@ -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

@ -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.

Loading…
Cancel
Save