diff --git a/.ottdrev-vc b/.ottdrev-vc index 5a15c78170..0a1fe6668f 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.34.1 20200412 0 5ac240147eaa07764b8ae896a14cd084d156a8d8 1 0 -4a32f30293ea2a387af81bf897b4326d9156521d3c34087343d45a39e96f52fe - +jgrpp-0.34.2 20200430 0 74b6981d9774a7ebd8d30f9b7d28c7d332f382e1 1 0 +e226810287ee38591ecfcd1a5666c44c0a365d34d48f7e82a965e854bb87505b - diff --git a/README.md b/README.md index 78f32f7c6f..47c78b4c19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.34.1 +## JGR's Patchpack version 0.34.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -202,6 +202,11 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Multiple rail types per tile (added in v0.29.0) +* More cheats and cheats in multiplayer (added in v0.34.2) + * Add support for server admin use of money, magic bulldozer, tunnels and jet crashes cheats in multiplayer. + * Add setting to allow non server admins to use the money cheat in multiplayer. + * Add cheats to set inflation income and cost factors. + * Save/load and savegame format changes * Various changes to improve handling of savegames which use features not in trunk. * Savegames from this patchpack are not loadable in trunk. @@ -251,6 +256,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * 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). + * Ctrl-click up/down in NewGRF window to move to top or bottom. (added in v0.34.2). * 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 c8827cc54b..07a90bbb2e 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,26 @@ * * * +### v0.34.2 (2020-05-01) +* Fix crash which could occur when scrolling the viewport. +* Fix crash which could occur when using the reverse behind signal feature. +* Fix a source of multiplayer desyncs caused by the build and refit vehicle feature. +* Fix removing a track piece from a rail custom bridge head to create two parallel tracks assigning the wrong track type to the non-bridge track. +* Fix cargo type load orders which contain both load if available and full load loading types. +* Fix timetable handling of wait at depot or waypoint orders in the departures window. +* Fix graphical rendering issues (clipping/flickering) in some circumstances. +* Fix too short length limit of waiting cargo amount conditional order text input. +* Fix `screenshot minimap ` console command ignoring the name parameter. +* Fix GameScripts being able to consume all available CPU time by repeatedly attempting to found a town. +* Cheats: + * Add support for server admin use of money, magic bulldozer, tunnels and jet crashes cheats in multiplayer. + * Add setting to allow non server admins to use the money cheat in multiplayer. + * Add cheats to set inflation income and cost factors. +* Ctrl-click up/down in NewGRF window to move to top or bottom. +* Minor performance improvements. +* Add Korean translations by TELK. +* Bump trunk base from commit 9339e4dcad8aa74ff1b2723ea63a2e31c23f5d44 to commit 1f1345de098294a4744981d0043512569a35102a. + ### v0.34.1 (2020-04-13) * Fix crash which could occur at startup for some combinations of resolution and zoom settings. * Fix crash which could occur on WINE on systems with more than two network interfaces.