From e34cc229d163599df578a23def613cc3f038a78c Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 29 Oct 2021 21:19:36 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.43.2 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index b5f76052e1..646fc638c7 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.43.1 20211004 0 fe8da3ae3a190cff0a9dcc552fe0825ca28c5850 1 0 2021 -fbeb6b45e2e75ab56dd72ed06410f90827a489b5cf6b3236f3605b51c5747bdc - +jgrpp-0.43.2 20211029 0 6bc3481931dabe2b72a2781e985922c6fecd7763 1 0 2021 +3a352dd8343555b193b112845a82173b65aee14cc6764c51dfe1f6bc8fd25d7b - diff --git a/README.md b/README.md index 56a74337ce..71d549bcc2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.43.1 +## JGR's Patchpack version 0.43.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 27ba1d612c..bccccfb2ed 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,20 @@ * * * +### v0.43.2 (2021-10-29) +* Fix crash when using the ignore signals button to sent a train the wrong-way on a signalled tunnel or bridge. +* Fix multiplayer desync when using "perfect" tree placement mode in arctic climate. +* Fix aircraft shadows being drawn facing the wrong direction. +* Fix timetabled 0 wait times not being shown for stations/depots in the timetable window. +* Add settings for minimum contiguous landmass size for town and city placement. +* Add current day and current month routing restriction conditionals. +* Add current day and current month conditional orders. +* Company bankruptcy: + * When declining to buy a company, ask the next company immediately instead of after the time period expires. + * Do not wait for companies which have no connected clients to buy a company. + * Add console command to offer a company for sale. +* Add Korean translations by TELK. + ### 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.