From 2dd786b0908846270a72e47decbbef2e89522d6c Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 13 Dec 2019 21:18:12 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.32.4 --- .ottdrev-vc | 4 ++-- README.md | 3 ++- jgrpp-changelog.md | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 1759ff3f00..0ee22176aa 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.32.3 20191120 0 b8ab9debed43a5e1124d5c51706ee72a4c40e4b8 1 0 -f6d9c115515865dbffa6da8dc42c61f31600456446b3ca45d14e052561ea1073 - +jgrpp-0.32.4 20191213 0 fd255963110574f6a14649968c9a259e085441c4 1 0 +d2d707e00f9fb3ef49b2ffad0900d8e4e9e5d16c2b47613912ff99ae510dc893 - diff --git a/README.md b/README.md index 55c2080d6b..1c5a930c3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.32.3 +## JGR's Patchpack version 0.32.4 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -250,6 +250,7 @@ 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 patch: show the name of the NewGRF in the build vehicle window. (added in v0.32.4). * 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 fb44404b6c..a2185b4cfb 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,14 @@ * * * +### v0.32.4 (2019-12-13) +* Fix incorrect company infrastructure totals and multiplayer desyncs when removing tram road stops. +* Fix vehicle autoreplace AI event when autoreplacing trains. +* Add patch: show the name of the NewGRF in the build vehicle window. +* Routing restrictions: Add speed restriction feature. +* Rename programmable signals to programmable pre-signals. +* Bump trunk base from commit ef8455f5498cc01bc60eb1c02902c38bbc332a7a to commit 35dc377a58c90abb67304a0c557449b6db3c0d3f. + ### v0.32.3 (2019-11-20) * Fix loading of savegames which use LZO compression. * Fix crash which could occur when attempting to load an unreadable/invalid savegame.