diff --git a/.ottdrev-vc b/.ottdrev-vc index 66b0b5f2da..46ae66d880 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.26.1 20180806 0 b582ef8078a8f66b5f77fabf978c89771e65e260 -0b50beb6480730ae99207198c39f54f8cb7f49c95e9579c92d9907bd2e2faf03 - +jgrpp-0.26.2 20180812 0 28c5453926f3723344fed4a96318e0da1f6b16d7 +0167668c711c73eaa0b943b7cb102f752d23879901b9d77b0f7b8999c542bd1f - diff --git a/README.md b/README.md index df6cc99c0b..ecac9b330f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.26.1 +## JGR's Patchpack version 0.26.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index a511ab1e9e..03c6892bf9 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,16 @@ * * * +### v0.26.2 (2018-08-12) +* Fix crash/incorrect behaviour when propagating signal state changes up to the rear side of bridge/tunnel tiles. +* Fix script/AI construction of rail track and waypoints. +* Fix line height mismatch when selecting items in the timetable window. +* Fix the cost of constructing a depot not including the cost of its foundation. +* NewGRF bridges: + * Increase the number of bridge types from 13 to 16. + * Allow NewGRFs to set bridge selection sprites. +* Bump trunk base from commit 5df3a65074295f7a50f3a5a6bab355b6ab28afdc to commit 50d930298dd99d20022c0f4a3bc080487f8afc17. + ### v0.26.1 (2018-08-06) * Fix crash when deleting train from signalled tunnel/bridge (e.g. due to company bankruptcy). * Fix being able to add signals to bridge with junction custom bridge head at far end.