From 8c8a129c23c4213f53fbb8f3c7e1e34b674cc9c9 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 10 Dec 2021 02:04:32 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.44.2 --- .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 2dd77095c3..e45eacd8e8 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.44.1 20211128 0 0cdaa8ef55fb77a13f866d2c5e9c59276b84012f 1 0 2021 -74b550e6ab4c696069162f42b6dca9828d03adb166dfa03bd9e40fc05ae2565c - +jgrpp-0.44.2 20211210 0 77d3be3d3bbc77a1d3948da40d92b3d79c4609af 1 0 2021 +5644e7d22bde0e65840565d1413d221a81f731d81e72b7e4c4e914854f3c58e8 - diff --git a/README.md b/README.md index 769e8a4082..be141e0795 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.44.1 +## JGR's Patchpack version 0.44.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 cfbf1e66e7..27839867e3 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### v0.44.2 (2021-12-10) +* Fix multiplayer desync which could occur when using order backups in some circumstances. +* Fix loading of the game log from upstream 12.x savegames. +* Apply negative values of the town cargo generation factor setting more strictly/accurately. +* Add a "default" mode to the timetable autofill rounding setting, use as the new default. +* Add NewGRF properties for NewGRF object ground sprite mode, slope/foundation mode and flood resistance. +* On dedicated servers, save a copy of the last autosave when a crash occurs (when not using the keep_all_autosave setting). +* Add Korean translations by TELK and Galician translations by pvillaverde. + ### v0.44.1 (2021-11-29) * Signals on bridges/tunnels: * Fix crash when the ignore signals button is used for wrong-way running on a signalled tunnel/bridge when using a multi-aspect signal GRF.