Version: Committing version data for tag: jgrpp-0.52.0

pull/507/head jgrpp-0.52.0
Jonathan G Rennison 1 year ago
parent c644aa754d
commit 6fb3fa7e77

@ -1,2 +1,2 @@
jgrpp-0.51.1 20230228 0 b7a82e0f292e93090971e8bc0d3a2d1bddca744f 1 0 2023
7efa39652d30ccfc168b2b6fd0dce39cdef352db1d1186b8d2384c349214d714 -
jgrpp-0.52.0 20230319 0 c644aa754d683c3697efa73ecfb7f23a94d3835d 1 0 2023
e2582e873f080481650b8dbc7eb085c658322f1a7c13fea2cf6cb82385c221ee -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.51.1
## JGR's Patchpack version 0.52.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -99,6 +99,7 @@ See [installation.md](/installation.md) for instructions on how to install.
#### Ships
* [Ship collision avoidance](http://www.tt-forums.net/viewtopic.php?f=33&t=74365).
* Allow NewGRF ships to carry more than one cargo.
#### Vehicles in General
@ -192,6 +193,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add settings for if/when towns can build road bridges and tunnels.
* Add setting to limit length of continuous inclined roads built by towns.
* Allow overriding town road construction settings and whether town growth is enabled on a per-town basis, add setting to enable this for multiplayer clients.
* Allow NewGRFs to set town zone radii.
#### Industries

@ -2,6 +2,21 @@
* * *
### v0.52.0 (2023-03-19)
* Fix template based train replacement build window not being refreshed for engine variant changes.
* Fix building a road stop/waypoint over an existing road stop/waypoint clearing the one-way state.
* Fix water flooding in the scenario editor at day lengths above 4.
* Fix crash if screen resized to be smaller than confirmation window.
* Fix tooltips for vertical link graph lines.
* Fix dropdown strings for the the autosave setting in the settings window.
* NewGRF:
* Allow ships to carry more than one cargo.
* Allow NewGRFs to set town zone radii.
* Routing restrictions:
* Fix values not being fully initialised to their defaults when changing action type in some cases.
* Re-order action and condition dropdowns.
* Bump trunk base from commit 09f7f32b8d85ea378984908b6a29764d8576284e to commit e5438891e27c0895964e1a030c91295d3b6ef474.
### v0.51.1 (2023-02-28)
* Fix crash when looking at the town growth speed setting in the settings window.
* Fix wrong texts in the about/question mark menu in the main toolbar.

Loading…
Cancel
Save