From 6c3ce55a0b5d5c1128bf69cfd10d14f9ba3d72da Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 8 May 2021 11:06:31 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.41.1 --- .ottdrev-vc | 4 ++-- README.md | 4 +++- jgrpp-changelog.md | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index bbfb82c56a..53148031fd 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.41.0 20210414 0 cb08d56addad5f0294fd1b04a23a6dbce56203d9 1 0 2021 -e1316b122dd0ae1e0ab70dcea78e9aaf22f8a3dc8a68b46188df9f0d65283dd4 - +jgrpp-0.41.1 20210508 0 1db19dd88c153948316a1872d9a8c7eac8f4f77e 1 0 2021 +33760dba8102c2ae512cdc8329a7d05722d7311ff7dea62b63de4e685d692da4 - diff --git a/README.md b/README.md index d31d15c10e..31af49b19f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.41.0 +## JGR's Patchpack version 0.41.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -150,6 +150,7 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on * Add very and extremely slow options to town growth rate setting. * Add a setting to scale town growth rate by proportion of town cargo transported. * Add "indifferent" mode to the town council attitude to area restructuring setting. +* Disallow converting town-owned roads to types with the no houses flag. #### Industries @@ -233,6 +234,7 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on * Allow clicking the money text in the cheats window to enter a quantity. * Add cheats to set inflation income and cost factors. * Add cheat to set all station ratings to 100%. +* Add cheat to set all town local authority ratings to Outstanding. #### Cargo Distribution and Link Graph diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 2e128b0575..bdf9cd21d7 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,27 @@ * * * +### v0.41.1 (2021-05-08) +* Fix crash which could occur due to houses having the wrong tile layout when loading old savegames where the NewGRFs had more overriding house types than the previous lower house ID limit. +* Fix crash when removing airport with order backup, when the hangar window is open. +* Fix crash when using the 32bpp-sse2 blitter with tree-shading. +* Fix scheduled dispatch initialising with incorrect values when the date times the daylength was too large. +* Fix timetable hours/minutes window dialog window setting incorrect values when the date times the daylength was too large. +* Fix button states for other company vehicles and some tooltip texts in the scheduled dispatch window. +* Fix date cheat/scenario load not adjusting vehicle date of last service. +* Fix crash in debug window parent button for non-GRF industries. +* Fix debug window persistent storage display showing the last non-zero stored item as zero if it is the last in a group of 4. +* Add cheat: town local authority ratings fixed as Outstanding. +* Disallow converting town-owned roads to types with the no houses flag. +* Allow moving between drive through train depot ends when exit of the current depot is blocked. +* Realistic braking: + * Add NewGRF railtype property to disable realistic braking physics for trains of that railtype. + * Disable realistic braking for TELE, PIPE, and WIRE railtypes by default. +* Console tab completion now also includes command aliases. +* Re-write the readme document. +* Add Korean translations by TELK. +* Bump trunk base from commit 3e0a16c027a42c84678b723540532d1f89fc4fbc to commit 8fa53f543a5929bdbb12c8776ae9577594f9eba7, with some further commits picked up to 8c3fa2a3bf079424529a49b58f0466e4285d5874. + ### v0.41.0 (2021-04-14) * Realistic braking: * Fix crash which could occur when the ignore signals button is used to send a train the wrong way onto a signalled tunnel/bridge. @@ -24,6 +45,7 @@ * Fix false positive desync warning messages when loading very old savegames. * Fix setting console command displaying wrong min/max values with some settings. * Fix map generator creating excessively square lakes, create more natural-looking shapes instead. +* Add cheat to fix station ratings at 100%. * Add settings to customise the size of city zones separately from town zones. * Increase the limit of NewGRF house IDs in a single game from 512 to 1024. * Change numbering of zones in the house picker window to match the town zone settings and the NewGRF specification.