diff --git a/.ottdrev-vc b/.ottdrev-vc index 22c7ccf21ac..14ce0ff428c 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.16.0 27680 0 jgrpp-0.16.0 -ea6424fb85b1413b5fa709190fb8ddd9b0d44c3865dca627bc0ad949a51dc3d6 - +jgrpp-0.16.1 27719 0 jgrpp-0.16.1 +63986251572bb5d3a10170d9c23ce24c21e735e6c6ad0a3df933e1468effb2d9 - diff --git a/README.md b/README.md index 50eae877f63..841d370af44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.16.0 +## JGR's Patchpack version 0.16.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -181,7 +181,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Various improvements to the crash logger. * Label threads with a descriptive name on supported Unixy platforms. (added in v0.8.1) * Adjust cargo dest link graph job scheduling algorithm to improve responsiveness. (added in v0.16.0) - * Add hover tool-tips, and improve visual contrast of cargo labels, in cargo dest graph legend window. (added in v0.16.0) + * Add hover tool-tips, and improve visual contrast of cargo labels, in cargo dest graph legend window. (added in v0.16.0) + * Add shift-clicking on vehicle depot button to select specific depot. (added in v0.16.1) * Translations * German (by Auge): including vehicle group info, vehicle details window, the zoning toolbar, and settings for improved breakdowns and adjacent level crossings. diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index d90ed8658d9..5b97e64ff58 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.16.1 (2017-01-05) +* Fix hang which could occur when using conditional orders and cargodest. +* Fix vehicle repair costs patch, and change cost algorithm to avoid excessive costs. +* Fix redrawing of viewport order lines/markers for multiplayer clients. +* Fix template replacement virtual vehicles from appearing in advice news messages. +* Signals on bridges/tunnels: + * Fix train crash on bridge/tunnel with signals leaving red signals behind when crash cleared. + * Change back of bridge/tunnel PBS exit to be a line-end safe waiting point. +* Add shift-clicking on vehicle depot button to select specific depot. +* Show warning dialog if NewGRFs use too many string IDs. +* Add Korean translations by kiwitreekor. +* Bump trunk base from r27680 to r27719 + ### v0.16.0 (2016-11-26) * Fix wrong calculation of infrastructure sharing train repayment on track deletion due to track owner bankruptcy. * Fix loaded SpringPP savegames having wrong red/green state of signals on bridges/tunnels.