diff --git a/.ottdrev-vc b/.ottdrev-vc index 6deebcd9bd..f7208f51d6 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.22.1 27935 0 jgrpp-0.22.1 -f48c4da2e5cb36a315144584f4f1e039bcf893c8d619584bc807bc6e8839da27 - +jgrpp-0.22.2 27963 0 jgrpp-0.22.2 +d35cde3459764991f53cbe12c4432e0e554a88de589ebdbc1153af409f7496e0 - diff --git a/README.md b/README.md index 6405573408..7bd87975bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.22.1 +## JGR's Patchpack version 0.22.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -197,7 +197,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator. (added in v0.9.0) * Various minor changes (see changelog). -* Multiple docs per station [imported](https://github.com/KeldorKatarn/OpenTTD_PatchPack/tree/feature/multiple_docks) (added in v0.22.0) +* Multiple docks per station [imported](https://github.com/KeldorKatarn/OpenTTD_PatchPack/tree/feature/multiple_docks) (added in v0.22.0) * Cargo type filter in vehicle list windows [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=77147) (added in v0.22.0) This has been modified to support more windows and more cargo options. diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 237c6065fa..26bc0359a3 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,18 @@ * * * +### v0.22.2 (2018-01-14) +* Fix crash when trams attempted do a short turnaround in a tunnel mouth. +* Timetabling: + * Implement autofill/automate for taken conditional orders. + * Add UI warnings for conditional order timetabling. +* Fix crash when a company went bankrupt whilst having template replacement virtual trains. +* Vehicle breakdowns: + * Implement critical breakdown speed reduction for road vehicles. + * Set a minimum speed for critical breakdown speed reductions. +* Fix incorrect vehicle running costs for day lengths > 3. +* Bump trunk base from r27935 to r27963. + ### v0.22.1 (2017-12-10) * Fix not being able to build water industries when removing water is disabled * Bump trunk base from r27927 to r27935 (includes trunk fix for right mouse scrolling on recent Windows 10 update)