diff --git a/.ottdrev-vc b/.ottdrev-vc index ae58ae9da7..96b610a062 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.30.3 20190412 0 601f3aaef48b0fe928d3131bfcf21ec353d2cf63 1 0 -3e1d553acbd3cc1b763202249732445183b9a3526316eaa9b3b3c0b9d7d3deb7 - +jgrpp-0.31.0 20190506 0 bdcafb38ccad4bb5ce94ee9c54dc9adfe2edca03 1 0 +ab2a651f4d60d1b6feef7119d6e12bb700c3d56cd4eb8502812c4faccf688a93 - diff --git a/README.md b/README.md index fe9a6e47bb..78e36410f2 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 1573382af1..d363e96e8a 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.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.