Version: Committing version data for tag: jgrpp-0.32.0

This commit is contained in:
Jonathan G Rennison
2019-10-12 01:23:51 +01:00
parent 1bbfd69657
commit 0876bca9b7
3 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.32-rc5
## JGR's Patchpack version 0.32.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@@ -249,6 +249,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add a password mechanism to change network game settings from a network client. (added in v0.31.4).
* 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).
* 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).