Version: Committing version data for tag: jgrpp-0.31.0

pull/88/head jgrpp-0.31.0
Jonathan G Rennison 5 years ago
parent bdcafb38cc
commit 4666b1ef81

@ -1,2 +1,2 @@
jgrpp-0.30.3 20190412 0 601f3aaef48b0fe928d3131bfcf21ec353d2cf63 1 0
3e1d553acbd3cc1b763202249732445183b9a3526316eaa9b3b3c0b9d7d3deb7 -
jgrpp-0.31.0 20190506 0 bdcafb38ccad4bb5ce94ee9c54dc9adfe2edca03 1 0
ab2a651f4d60d1b6feef7119d6e12bb700c3d56cd4eb8502812c4faccf688a93 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.30.3
## JGR's Patchpack version 0.31.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -241,6 +241,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add UI setting for whether to open the new vehicle GUI when share-cloning. (added in v0.30.0).
* Add company setting for whether to advance order when cloning/copying/sharing (if current depot is in order list). (added in v0.30.0).
* Allow diagonal construction of rivers in the scenario editor. (added in v0.30.2).
* Add setting to allow articulated road vehicles to overtake other vehicles. (added in v0.31.0).
* Add new link graph distribution modes: asymmetric (equal) and asymmetric (nearest). (added in v0.31.0).
* 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,25 @@
* * *
### v0.31.0 (2019-05-06)
* Fix online content requests which included a large numbers of missing items.
* Fix crash which could be triggered by an AI.
* Add setting to allow articulated road vehicles to overtake other vehicles (default on).
* Allow removing signals from plain rail track when a train is present.
* Open train vehicle details window on total cargo tab if ctrl presed.
* Link graph:
* Allow overriding distribution mode on a per-cargo basis, in game.
* Add new distribution modes: asymmetric (equal) and asymmetric (nearest).
* Template-based train replacement:
* Allow cloning template trains with unavailable vehicles.
* Show warning on templates which include unavailable vehicles.
* Change default non-global polyrail hotkeys to Y, CTRL-Y.
* Improvements to crash logging (on Unix and Mac).
* Fix potential multiplayer desync.
* Fix false positive warnings in desync debug logging.
* Add further checks to desync debug logging.
* Bump trunk base from commit c0836bccefb7fbc6ebc8c5fa28886602067070f8 to commit 66cd32a252ee0edab11448b560371878b2189223.
### v0.30.3 (2019-04-12)
* Fix crashes on Windows/MinGW caused by race condition at thread initialisation due to incorrect template argument deduction.

Loading…
Cancel
Save