From 6fb3fa7e77eeee676642cefdc11720a984ee1120 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 19 Mar 2023 22:59:11 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.52.0 --- .ottdrev-vc | 4 ++-- README.md | 4 +++- jgrpp-changelog.md | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index e79f513dea..27234c4103 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -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 - diff --git a/README.md b/README.md index 18be10a103..1fa653054d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index ef5f6e1b91..6432bbfc37 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -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.