From 1f5322de2092215b5b4e59afcd7801bbadb1b0f3 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 14 May 2020 22:22:39 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.34.3 --- .ottdrev-vc | 4 ++-- README.md | 3 ++- jgrpp-changelog.md | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 0a1fe6668f..46b2d37768 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.34.2 20200430 0 74b6981d9774a7ebd8d30f9b7d28c7d332f382e1 1 0 -e226810287ee38591ecfcd1a5666c44c0a365d34d48f7e82a965e854bb87505b - +jgrpp-0.34.3 20200514 0 47a55afe6da7709681a0755e41687fd15e0fd7ae 1 0 2020 +1cbbcad17be8e0a1c6edb621df3e39c61351f027fcd6492c93128a40a7fa37c9 - diff --git a/README.md b/README.md index 47c78b4c19..7417327982 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.34.2 +## JGR's Patchpack version 0.34.3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -257,6 +257,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. (added in v0.34.0). * Open train vehicle details window on total cargo tab if shift pressed. (added in v0.34.0). * Ctrl-click up/down in NewGRF window to move to top or bottom. (added in v0.34.2). + * Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3). * Various minor fixes, see changelog. * [NewGRF specification additions](docs/newgrf-additions.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions.html)). * [Low-level code/performance changes](docs/jgrpp-low-level-changes.md). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 07a90bbb2e..42d9665c67 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.34.3 (2020-05-14) +* Fix crash which could occur when using the reverse behind signal feature. +* Fix text entry using modifier keys when using Fcitx on Linux/SDL2. +* Continue waiting at rail waypoint if the next order is a wait order for the same waypoint. +* Conditional orders: + * Fix comparison operator not being reset when switching variable to load percentage or waiting cargo amount. + * Add mode to waiting cargo amount variable to check waiting station cargo via next node. + * Add slot acquire modes to train in slot conditional. + * Improve cargo dist link refresher handling of complex conditional orders. +* Fix compilation on MSVC. +* Various changes to improve thread safety/data races. +* Bump trunk base from commit 1f1345de098294a4744981d0043512569a35102a to commit 83cd040c61cf6ce966e78cc496c058d42977b387. + ### v0.34.2 (2020-05-01) * Fix crash which could occur when scrolling the viewport. * Fix crash which could occur when using the reverse behind signal feature.