From 92fc0f364b86cce92f2675ad2de8f5b6567313c8 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 4 Oct 2021 21:38:37 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.43.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 2fe588c7b4..b5f76052e1 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.43.0 20210912 0 9d18a8869f43c09ac0ca90d1067695872b0188b6 1 0 2021 -c3b70543dc0c3b29485abf7b81a99d157e7e70bbe0fcf2fa30fd075f1eabd663 - +jgrpp-0.43.1 20211004 0 fe8da3ae3a190cff0a9dcc552fe0825ca28c5850 1 0 2021 +fbeb6b45e2e75ab56dd72ed06410f90827a489b5cf6b3236f3605b51c5747bdc - diff --git a/README.md b/README.md index e2dbb865a4..56a74337ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.43.0 +## JGR's Patchpack version 0.43.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 72b91efc7f..27ba1d612c 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### v0.43.1 (2021-10-04) +* Fix multi-aspect signal graphics not being immediately enabled for newly generated maps. +* Fix premature PBS reservations with using reverse at waypoint orders with timetabled wait times. +* Fix incorrect font heights when using custom fonts on MacOS. +* Fix crash when trying to place multitile objects at map edge. +* Routing restrictions: + * The reverse behind signal pathfinder now takes into account the train length to avoid reversing sidings which are too short. +* Add sort by maximum speed (fully loaded) to train list window. + ### v0.43.0 (2021-09-12) * Fix reversing a train inside a depot disrupting the PBS reservation of another train heading into the depot. * Fix ships being drawn with the wrong image direction after rotating in place in some circumstances.