Version: Committing version data for tag: jgrpp-0.32.0

pull/104/head jgrpp-0.32.0
Jonathan G Rennison 5 years ago
parent 1bbfd69657
commit 0876bca9b7

@ -1,2 +1,2 @@
jgrpp-0.32-rc5 20190922 0 8b8a97c248666bb340baed9a6a3d1339b6f06412 1 0
cb6269eadd849b4360d17bf5f5b2da6543b927e0817b3151c36f7a92fd4fb94e -
jgrpp-0.32.0 20191012 0 1bbfd69657b9f96e66c9536d9a97711a494254bb 1 0
7e231389e32602061540e6bf498362d654d42482356d143bd7f17726e9e4f531 -

@ -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).

@ -2,6 +2,15 @@
* * *
### v0.32.0 (2019-10-12)
* Fix crash when disabling infrastructure sharing with vehicles with go to nearest depot orders.
* Fix order backup not saving/restoring timetable automation, separation and scheduled dispatch states.
* Fix modifier key window not always updating.
* Routing restrictions: Add load percentage conditional.
* Add support for IMEs on Linux/SDL2 (SDL2-supported IMEs and Fcitx).
* Various performance improvements.
* Bump trunk base from commit 1f418555a13b63379e4ce52ec96cbed6e04dca7d to commit e2e112baaabaaeec1f04f13c3759f24c06b42cf2.
### v0.32-rc5 (2019-09-22)
* Fix crash when using road convert tool on road station tiles.
* Fix crash when clicking on a station from the order window where the station sign tile is not a station tile.

Loading…
Cancel
Save