Version: Committing version data for tag: jgrpp-0.30.2

pull/88/head jgrpp-0.30.2
Jonathan G Rennison 5 years ago
parent 5c1168603d
commit ab157ea07f

@ -1,2 +1,2 @@
jgrpp-0.30.1 20190404 0 4bf48626742d9e279ce047af3d11ebb85f8fc4e0 1 0
637858bd6f2faafa7b01ff1180e0e3a77373fee85a3309fb4b2b3957f739d97d -
jgrpp-0.30.2 20190411 0 5c1168603d415e120e81cb1916c66f4ec035dc5e 1 0
3babbf8e43ad4d78719bcb0544e04dfcfc0d93cef90615d1d481a4041d3dad32 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.30.1
## JGR's Patchpack version 0.30.2
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -240,6 +240,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* 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).
* Allow diagonal construction of rivers in the scenario editor. (added in v0.30.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).

@ -2,6 +2,16 @@
* * *
### v0.30.2 (2019-04-11)
* Fix crash and/or non-functionality which could occur when using the bootstrap UI to download the base graphics, or when using the content download window.
* Fix crash which could occur when displaying the origin station of cargo in the station window.
* Fix crashes related to caching of viewport station sign positions.
* Fix create group from vehicle list command.
* Fix rail type conversion of dual track tiles when rail type labels differ at load.
* Allow diagonal construction of rivers in the scenario editor.
* Persist the zoning overlay modes in UI setting.
* Bump trunk base from commit 66c60e52bac69b752f1dd7b7c599577fcbfa17a1 to commit c0836bccefb7fbc6ebc8c5fa28886602067070f8.
### v0.30.1 (2019-04-05)
* Fix multiplayer desync when using build and refit (regression in v0.30.0).
* Bump trunk base from commit 24fc25164a7c4efbf78d28ce9a3dbc22d1f45f5f to commit 66c60e52bac69b752f1dd7b7c599577fcbfa17a1.

Loading…
Cancel
Save