From 66b9e8031518a079491f26962a54472a54812ddc Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 17 Feb 2021 02:38:26 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.40.2 --- .ottdrev-vc | 4 ++-- README.md | 5 +++-- jgrpp-changelog.md | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 117e4cfd68..56b1d7e64e 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.40.1 20210205 0 03f95322aebfc52481e8448bc574eca3a195ddd3 1 1 2021 -5eb5cd5328fdce4ff375f6b1ab189dda913b1ccf92e42175e97c0a73cc0e0c5c - +jgrpp-0.40.2 20210216 0 310bb876a2d96c8cad5bbb2a7fa55242998758bc 1 1 2021 +174fdc6a18b4e35961b74f74941777b154499186d120585f853099c5730c6357 - diff --git a/README.md b/README.md index a66bbc53a3..d0ac7e35f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.40.1 +## JGR's Patchpack version 0.40.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -276,7 +276,7 @@ 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). + * Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3, v0.37.0, v0.40.2). * 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). @@ -292,6 +292,7 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on * Add console commands for conditional execution from game date. (added in v0.39.2). * Add client setting for vehicle naming scheme. (added in v0.40.0). * Add setting to control dates over which inflation is applied. (added in v0.40.0). + * Add "indifferent" mode to the town council attitude to area restructuring setting. (added in v0.40.2). * 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 739c0274ff..94e20d4996 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,26 @@ * * * +### v0.40.2 (2021-02-17) +* Fix upgrading road bridge with opposite road/tram type producing broken bridge ramps where required road/tram pieces are missing. +* Fix crash if AI attempts to set order flags of invalid vehicle's order and the no non-stop orders setting is enabled. +* Fix case where reservations could become detached from trains when a restricted signal returns inconsistent reserve through results in the realistic braking model. +* Fix trains slowing down too much when stopping at stations in the original braking model. +* Fix train speed not being set to 0 for timetabled wait at waypoint orders. +* Fix departure boards not handling unconditional order jumps. +* Fix viewport order lines not handling unconditional jump orders. +* Fix autorenew failure advice due to bad refit being shown to all companies. +* Add conditional order for current time/date. +* Add release slot train order. +* Add "indifferent" mode to the town council attitude to area restructuring setting. +* Show warning icon in order window if there are timetable warnings. +* If realistic braking can't be enabled, show an extra viewport on the signal preventing enabling. +* Routing restrictions: + * Add PBS end signal conditional for use with realistic braking. + * Add reserved tiles ahead conditional for use with realistic braking. + * Change PBS entry signal conditional to be in the advanced category in the UI. +* Fix building on Apple MacOS 10.12. + ### v0.40.1 (2021-02-05) * Fix crash when removing signals from bridge or tunnel. * Fix left mouse button scrolling in viewport map mode.