From 8669cedfea38eb3f7241120af4fd697e839ef4ad Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 1 May 2022 01:09:06 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.47.2 --- .ottdrev-vc | 4 ++-- README.md | 6 ++++-- jgrpp-changelog.md | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 8d5e622b5f..deebe49812 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.47.1 20220402 0 34af4844d15c37550026d02a4ceae5039f7f7274 1 0 2022 -c57b80e92c0118dfbaeb28c8e06e1438ae3dfdf31b8331af64c514d585d086aa - +jgrpp-0.47.2 20220501 0 452d22ce37f9ca8bf06def6520c188521bb20db1 1 0 2022 +3c3c55990bce6d50a4632c53767893fc25a66979757eb5cd43418a5da594a236 - diff --git a/README.md b/README.md index a13d879108..8bc89568c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.47.1 +## JGR's Patchpack version 0.47.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -168,10 +168,11 @@ 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). * Add sort by number of vehicles calling to the station list window. * Add setting to distribute cargo received at a station to all accepting industries equally, instead of just one of them. * Add setting to allow hiding viewport labels of individual waypoints. +* Increase the distance a station can be from the town centre and still be assigned have the same name as the town (no suffix/prefix), for large towns. +* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names). #### Towns @@ -232,6 +233,7 @@ See [installation.md](/installation.md) for instructions on how to install. * Topography and industry screenshots. * Make smallmap refresh period variable with map mode/zoom and pause state. * Add display setting for income/cost text effects. +* Make the company infrastructure window scrollable. #### Limits diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index f342d3d3ea..e247e9c133 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,21 @@ * * * +### v0.47.2 (2022-05-01) +* Fix crash and/or multiplayer desync after a new industry is built within the catchment of an existing station. +* Fix multiplayer desync after a raise land action removed a water object next to a dock. +* Fix wrong water infrastructure total and multiplayer desync after building canal/river over a canal tile with an object on it. +* Fix adding a new scheduled dispatch schedule not updating the window in multiplayer. +* Make the company infrastructure window scrollable. +* Snow: + * Fix arctic tree range around snow line setting not handling seasonally variable snow lines. + * Add a setting to adjust seasonally variable snow line width for arctic tree placement. + * Fix flat road tiles with foundations on the snow line not being drawn with snow. +* Station names: + * Increase the distance a station can be from the town centre and still be assigned have the same name as the town (no suffix/prefix), for large towns. + * Allow extra station name GRFs to use extra names even when there are default names available. +* Bump trunk base from commit 8537fa72063a7376065fd996fa249cc7dbfdb2f3 to commit e79724ea22b2c4428ab402a808b7ab777fec2985. + ### v0.47.1 (2022-04-02) * Fix crash when a road vehicle leaves a bus/truck stop when it is has no orders. * Fix road vehicles incorrectly being allowed to be ordered to incompatible depots.