diff --git a/.ottdrev-vc b/.ottdrev-vc index b53adff36b..d6278e2393 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.34-rc1 20200311 0 8fb0b638faecba5e3b311ff28cdc8168e314d28f 1 0 -5241a3e003a12a70b1518681a66813aaf9c03528f43f78bef0e1280da1b96dad - +jgrpp-0.34.0 20200406 0 f077c3bf6e8a5589a84a3ba03650d03f47f196be 1 0 +df5da3f8800ebf94c15eb3f5a9d0f70648408ff15b9f3b84ae66d17ef1bf0156 - diff --git a/README.md b/README.md index 550336f8aa..fe574ad763 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.34-rc1 +## JGR's Patchpack version 0.34.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -249,6 +249,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Change network protocol to send server/join and rcon passwords in hashed form instead of in clear text. (added in v0.31.4). * Add modifier key window for toggling shift/ctrl key states using mouse. (added in v0.32-rc4). * Add IME support on Linux/SDL2 (SDL2-supported IMEs and Fcitx). (added in v0.32.0). + * Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. (added in v0.34.0). + * Open train vehicle details window on total cargo tab if shift pressed. (added in v0.34.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 71bf42939b..6538c2de9d 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,17 @@ * * * +### v0.34.0 (2019-04-07) +* Fix crash when attempting to draw zero-size or invalid sprite. +* Fix crash which could occur when scrolling the viewport on some platforms. +* Fix crash which could occur when renaming a vehicle group or engine, when the list window is open and sorted by name, on some platforms. +* Fix crash which could occur when changing company colours when invalid NewGRF objects are present. +* Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. +* Open train vehicle details window on total cargo tab if shift pressed, instead of ctrl. +* Increase margin between right-hand columns in depatures window. +* Fix window/viewport rendering regressions from v0.34-rc1. +* Bump trunk base from commit 71913607540088819b60f12b765504ab7dfe7a64 to commit b50d77b831c60f9f162a6f1d2bc9ca19e702784e. + ### v0.34-rc1 (2019-03-11) * Fix crash when using house pick/place tool with NewGRF houses. * Fix crash which could occur when using a high town cargo generation factor.