From a0c8bd21644fca543275e2d0ded0c7ae91ce7d6e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 3 Apr 2019 23:57:29 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.30.0 --- .ottdrev-vc | 4 ++-- README.md | 12 ++++++++---- jgrpp-changelog.md | 17 +++++++++++++++++ 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 003fa92330..3c6cc7b1e8 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.29.3 20190222 0 f4528a43d300e7f7764e64a98b6d44f0110f1443 1 -2c6abbb2eb2c628091bad4fa96e25c667e2df8e4859d722ad54fb948a2216709 - +jgrpp-0.30.0 20190403 0 5de3d907a0e7946de73f86a385cdbcb9d142e5cb 1 0 +180176b8aa28f7f54259c19d6d3489d6f2efee7992b931ae5fecc4e6186820b7 - diff --git a/README.md b/README.md index 140bc3cdfc..0fdad36a29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.29.3 +## JGR's Patchpack version 0.30.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -185,7 +185,6 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add a setting to disable removing sea/rivers (added in v0.21.0) * Town growth - * Towns build bridges over rails [imported](https://www.tt-forums.net/viewtopic.php?f=33t=76052) (added in v0.21.0) * Add very and extremely slow options to town growth rate setting. (added in v0.21.0) * Add a setting to scale town growth rate by proportion of town cargo transported. (added in v0.21.0) @@ -238,18 +237,23 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add setting to control if and how land purchasing is permitted. (added in v0.29.0). * Add GUI setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames. (added in v0.29.1). * Add game setting to allow only non-stop orders for trains and road vehicles. (added in v0.29.3). + * Disallow ordering ordinary road vehicles to tram depots and vice versa. (added in v0.30.0). + * Add UI setting for whether to open the new vehicle GUI when share-cloning. (added in v0.30.0). + * Add company setting for whether to advance order when cloning/copying/sharing (if current depot is in order list). (added in v0.30.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). * Translations * German (by Auge and Kruemelchen) - * Korean (by kiwitreekor and TELK) + * Korean (by kiwitreekor and TELK) + * Japanese (by Qwerty Asd) * Superseded features * Label threads with a descriptive name on supported Unixy platforms (added in v0.8.1), in trunk as of r27670. * Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator (added in v0.9.0), in trunk as of commit 17257b96. - * Increase number of available rail track types from 16 to 32 [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=74365) (added in v0.13.0), this is increased to 64 rail track types in trunk as of commit bf8d7df7, (added in v0.26.0). + * Increase number of available rail track types from 16 to 32 [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=74365) (added in v0.13.0), this is increased to 64 rail track types in trunk as of commit bf8d7df7, (added in v0.26.0). + * Towns build bridges over rails [imported](https://www.tt-forums.net/viewtopic.php?f=33t=76052) (added in v0.21.0), in trunk as of commit 50a0cf19. #### Caveats for loading savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892): * This is not guaranteed to be bug free diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index eb58552388..a347f3b668 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,23 @@ * * * +### v0.30.0 (2019-04-03) +* Fix crash which could occur when attempting to build a rail station partially off the map. +* Fix crash which could occur when disaster vehicles were present. +* Fix mass changing of rail waypoint orders. +* Fix wrong rail type being used in some circumstances for dual rail type tiles. +* Fix enabling/disabling timetable automation for a vehicle in some circumstances. +* Fix viewport hovering and tunnel build viewport length tooltip when hover mode is set to right-click. +* Fix the show town population in label setting not being followed when also showing the rating. +* Fix display of restricted programmable signals which use NewGRF graphics. +* Disallow ordering ordinary road vehicles to tram depots and vice versa. +* Add UI setting for whether to open the new vehicle GUI when share-cloning. +* Add company setting for whether to advance order when cloning/copying/sharing (if current depot is in order list). +* Add client setting for the zoning overlay UI state. +* Remove town builds bridges over rail setting, feature in trunk. +* Add Japanese translations by Qwerty Asd. +* Bump trunk base from commit 690d1dd6a4490821759a6025114e0dc3eb656293 to commit 24fc25164a7c4efbf78d28ce9a3dbc22d1f45f5f. + ### v0.29.3 (2019-02-22) * Fix crash which could occur when disaster vehicles which emit effects were present. * Fix case where trains were unable to exit signalled bridge/tunnels.