Version: Committing version data for tag: jgrpp-0.34.3

pull/175/head jgrpp-0.34.3
Jonathan G Rennison 4 years ago
parent 47a55afe6d
commit 1f5322de20

@ -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 -

@ -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).

@ -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.

Loading…
Cancel
Save