From 555861510fee6b2a72721b2548dc1bb78596f414 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 14 Apr 2021 21:21:00 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.41.0 --- .ottdrev-vc | 4 ++-- README.md | 5 +++-- jgrpp-changelog.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 52b0ca074f..bbfb82c56a 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.40.5 20210328 0 583304927b0b213a5c09b5f2731b4bb9751d5b59 1 1 2021 -7fc9566482dfa8beebf0fd4ffa77d61e1b6b5c45007e5305a8cb60a4911e4061 - +jgrpp-0.41.0 20210414 0 cb08d56addad5f0294fd1b04a23a6dbce56203d9 1 0 2021 +e1316b122dd0ae1e0ab70dcea78e9aaf22f8a3dc8a68b46188df9f0d65283dd4 - diff --git a/README.md b/README.md index 73e3429b79..3aeb94bf3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.40.5 +## JGR's Patchpack version 0.41.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -298,8 +298,9 @@ 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. (added in v0.40.5). * Allow shift-clicking on borrow/repay money buttons to enter a quantity. (added in v0.40.5). * Add map generation settings to control river/lake and rocky patch generation. (added in v0.40.5). - * Add settings to customise the size of town zones. (added in v0.40.5). + * Add settings to customise the size of town zones, and city zones. (added in v0.40.5, v0.41.0). * Add setting to enable non-admin multiplayer clients to rename towns. (added in v0.40.5). + * Increase the limit of NewGRF house IDs in a single game from 512 to 1024. (added in v0.41.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)). * [NML specification additions](docs/newgrf-additions-nml.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions-nml.html)). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index a147f7de26..2e128b0575 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,36 @@ * * * +### 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. + * Fix crash or misrouting which could occur when a train which ignores signals is used to partially remove the reservation of another train, + and the track layout is modified to remove the endpoint of the train's original reservation, or an unreserved diverging junction is unexpectedly encountered. + * Adjust realistic braking physics to fix discrepancies between realistic braking and realistic acceleration. + * Refresh train lookahead when starting train from stationary. + * Reduce sensitivity of train brakes overheated breakdown. + * Fix train brakes overheated breakdown not triggering under some conditions where it should. +* Tooltips: + * Fix tooltip flickering when dragging outside window. + * Fix viewport drag tooltips not being removed when dragging over other windows. + * Fix old polyrail tooltips being left on screen. +* Fix crash when a path to directory is passed as a config file name. +* Fix articulated train units having all of their total weight allocated to the first articulated part, causing issues with slopes for realistic acceleration and braking. +* Fix building objects or trees on coast/shore tiles and then removing them preventing the tile being flooded afterwards in some circumstances. +* Fix network clients which fail to connect being left in the clients list of other connected clients in some circumstances. +* Fix desync which could occur when using drive-through train depots in some circumstances. +* Fix false positive desync warning messages for train cached deceleration values. +* 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 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. +* Change setting default for "Enable showing vehicle routes in the viewport" to on. +* Enable hardware acceleration/OpenGL renderer. +* Add Korean translations by TELK. +* Bump trunk base from commit f70aa8fabe5eabb39a62cc50a3a27ec1c2434ded to commit 3e0a16c027a42c84678b723540532d1f89fc4fbc. + ### v0.40.5 (2021-03-29) * Fix through load crash when the rearmost unit of a train is longer than the whole platform and has no cargo capacity. * Realistic braking: