diff --git a/.ottdrev-vc b/.ottdrev-vc index 5ea674730d..8d5e622b5f 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.47.0 20220310 0 40cdf7944aca02ae9b3b321e88f375c813b78062 1 0 2022 -6657decad8102d84c53cd89fef17d7760cb6049d564557ddbde70c04b4a5ecc1 - +jgrpp-0.47.1 20220402 0 34af4844d15c37550026d02a4ceae5039f7f7274 1 0 2022 +c57b80e92c0118dfbaeb28c8e06e1438ae3dfdf31b8331af64c514d585d086aa - diff --git a/README.md b/README.md index c3cac1b3eb..a13d879108 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.47.0 +## JGR's Patchpack version 0.47.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 be2d6c0432..f342d3d3ea 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,17 @@ * * * +### 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. +* Fix viewport town/industry tooltips being shown on mouseover when in right-click to show tooltips mode. +* Routing restrictions: + * Fix deny and penalty actions not being applied to no-entry signals. + * Fix the restricted signal zoning overlay mode not including tunnels/bridges with restricted signals. + * Fix the PBS reservation end actions incorrectly handling the case where the state of a slot is tested after an instruction which would change the vehicle's membership of the slot. +* Include a specific reason why a vehicle cannot be ordered to a particular station in the error message. +* Bump trunk base from commit 0d8fbf647b2c819bee0a0883b5fc831aa64e4ee0 to commit 8537fa72063a7376065fd996fa249cc7dbfdb2f3. + ### v0.47.0 (2022-03-12) * Fix crash in scheduled dispatch window with nearest depot dispatch order. * Fix non-rail bridge construction setting polyrail endpoints.