From a36eefa2ef7faf61e61a37f05dd64e7e0182cd03 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 11 Dec 2022 15:37:58 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.50.0 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index d40a5a88a9..865ddc6b6d 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.49.2 20221127 0 2eecf19edb584529802680a48b11bac7b8cde091 1 0 2022 -c586cf64340f5d2340a69b0ce6701572b0c75b665e35a1c115ddaee42cc62342 - +jgrpp-0.50.0 20221211 0 a3e313b4d58930cce53c8651ec679497cb49da84 1 0 2022 +d9c6961f14ebbdcfdd93fd4022bc6485c9ec31d4b3bd49d97d809c7c66e64375 - diff --git a/README.md b/README.md index 1d3949c21a..a80a74af1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.49.2 +## JGR's Patchpack version 0.50.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 91decaa7eb..9615b7aa96 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,27 @@ * * * +### v0.50.0 (2022-12-11) +* Fix cloning/copying aircraft with go to nearest hangar orders. +* Fix custom road stops types which are only for the other bus/lorry type not being disabled in the build window. +* Fix airport catchment overlays not being refreshed when upgrading/moving. +* Fix the maximum zoom out client setting being reset whenever the config file was saved by vanilla OpenTTD. +* Fix plan lines of other companies not being redrawn when public/private mode changed. +* Change the cost of adding/removing signals from tunnels and bridges to be proportional to the number of affected signals. +* Link graph: + * Fix incorrect link travel time estimates with day lengths greater than 1. + * Fix link travel time estimates being set too high when refreshing links in some cases. + * Fix performance issues when adding a new set of links to an existing large link graph. + * Improve link graph recalculation performance on large graphs. + * Reduce link graph recalculation scheduling duration on large graphs. + * Show more information in the overlay tooltip when holding the ctrl key. +* Departure boards: + * Fix repeated departures when using implicit orders. + * Fix handling of conditional orders which cannot be predicted. + * Fix buttons not being updated when changing departure board settings with departure board windows open. + * Improve various button labels/tooltips and button handling, and setting names. +* Bump trunk base from commit 7c3c92f8b8d0c67d817095d367720272d96882ab to commit daacde44964e4f42899d9d94f88cc398e17901d7. + ### v0.49.2 (2022-11-28) * Fix crash when clicking non-train counter value or scheduled dispatch conditional order. * Fix order window dropdown issues with timetable state and scheduled dispatch conditional orders.