From 92a95bd864c3c1e84bad02c55ce834969c4e84e4 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 29 Mar 2021 00:30:17 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.40.5 --- .ottdrev-vc | 4 ++-- README.md | 11 ++++++++--- jgrpp-changelog.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 5 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index e4a53aef88..52b0ca074f 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.40.4 20210307 0 b25cbc969cdafa8a961952ca914a391884937725 1 1 2021 -920229e9142d2f77bb9356ef65dcfcc7c00b1755a89f7671be0fafb93c103233 - +jgrpp-0.40.5 20210328 0 583304927b0b213a5c09b5f2731b4bb9751d5b59 1 1 2021 +7fc9566482dfa8beebf0fd4ffa77d61e1b6b5c45007e5305a8cb60a4911e4061 - diff --git a/README.md b/README.md index 9b5ba9dd87..73e3429b79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.40.4 +## JGR's Patchpack version 0.40.5 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -276,10 +276,10 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on * Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. (added in v0.34.0). * Open train vehicle details window on total cargo tab if shift pressed. (added in v0.34.0). * Ctrl-click up/down in NewGRF window to move to top or bottom. (added in v0.34.2). - * Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3, v0.37.0, v0.40.2). + * Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3, v0.37.0, v0.40.2, v0.40.5). * Improve road vehicle pathfinding when multiple vehicles are simultaneously heading to a station with multiple bay/stop entrances. (added in v0.35.0). * Add setting to scale station cargo capacity and rating tolerance by size. (added in v0.35.0). - * Add setting to disable vehicle expiry after a given year. (added in v0.35.0). + * Add settings to disable vehicle expiry and introduction after the given years. (added in v0.35.0, v0.40.5). * Add setting to control road vehicle re-routing on road layout changes. (added in v0.35.0). * Add news setting for trains waiting due to routing restrictions. (added in v0.36.0). * Add setting for alternative linkgraph overlay colour schemes. (added in v0.36.0). @@ -295,6 +295,11 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on * Add "indifferent" mode to the town council attitude to area restructuring setting. (added in v0.40.2). * Add support for zstd savegame compression for autosaves and network joins. (added in v0.40.3). * Add setting for shading trees on slopes in viewports (default on). (added in v0.40.3). + * 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 setting to enable non-admin multiplayer clients to rename towns. (added in v0.40.5). * 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 3aff193003..a147f7de26 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,34 @@ * * * +### 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: + * Fix crash which could occur when a command caused multiple reserved signals to be unreserved. + * Fix unnecessary braking when leaving station with order without non-stop flag. + * Fix building over existing stations bypassing realistic braking moving train restrictions. + * Fix train overshot station advice message being shown to all companies. + * Improve braking behaviour when descending slopes. + * Increase signal sighting distance (how close the train needs to get to a signal before the driver can "see" it). +* Map generation: + * Allow configuring the height at which rainforests start in the sub-tropic climate. + * Allow configuring the size of rocky patches and how the size of rocky patches increases with height. + * Add "very many" and "extremely many" modes for the number of rivers to generate. + * Add settings to control river and lake generation parameters, and how rivers interact with deserts in the sub-tropic climate. +* Fix flickering of polyrail measurement tooltip. +* Fix routing restriction train is loading status condition incorrectly evaluating as false when predicting future orders. +* Add settings to customise the size of town zones. +* Allow clicking the money text in the cheats window to enter a quantity. +* Allow shift-clicking on borrow/repay money buttons to enter a quantity. +* Add setting to disable new vehicles being introduced after a given year. +* Add setting to enable non-admin multiplayer clients to rename towns. +* Add timetable lateness/earliness conditional order. +* Add additional YAPF pathfinder penalty when reversing at a waypoint which is already reserved. +* Fix save/load errors which could occur on some GCC versions. +* Fix Windows crash log dialog not appearing for crashes not on the main thread. +* Packaging: Fix various issues with the package metadata for Debian/Ubuntu .deb files. +* Add Korean translations by TELK. + ### v0.40.4 (2021-03-07) * Fix crash when removing/upgrading airport with hangar window open. * Fix compiling as a dedicated server.