Version: Committing version data for tag: jgrpp-0.56.2

wip-string jgrpp-0.56.2
Jonathan G Rennison 5 months ago
parent e7ef53a434
commit 5eb426be78

@ -1,2 +1,2 @@
jgrpp-0.56.1 20231208 0 714d2c04e464be9e0afa2d159d3544c60dc95dc9 1 0 2023
4053d6f7f5a8bc5b20c8d5cf18c42f84c2c96f6bb9fc348ea3d295f8688e0183 -
jgrpp-0.56.2 20231230 0 e7ef53a43421d5b727fbeb157403b9a33c7360f8 1 0 2023
ea002c5670ad97d78b685613970006ea988975b0defd4195c0469a09a6fca6d5 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.56.1
## JGR's Patchpack version 0.56.2
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -58,6 +58,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Remember the last-used signal type between games.
* Add client setting to show the introduction year for train wagons.
* Add setting for rail depot maximum speed.
* Add setting to allow auto-fill signal dragging to skip over stations/waypoints.
#### Roads and Road Vehicles
@ -259,6 +260,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add zoom in support to the minimap window.
* Add setting to increase the size of the main toolbar.
* Add cargo filtering and a show by cargo mode to the company delivered cargo graph.
* Add setting to display the area outside of the map as water.
#### Limits

@ -2,6 +2,21 @@
* * *
### v0.56.2 (2023-12-30)
* Fix signals incorrectly being considered always reserve through even after the program was modified to remove this, in some cases.
* Fix high-speed trains reversing at waypoints/behind signals failing to stop and reverse in some cases.
* Fix incorrect graphics/behaviour and blocked/wire/pylon states with certain rail station NewGRFs.
* Fix incorrect time conversions to/from minutes when using clock offsets in some cases.
* Fix infrastructure totals and road/tram type conversion behaviour when using road/tram bridges where the two ends have different road/tram owners.
* Fix online content downloads halting before completion or causing crashes in some cases.
* Add setting to allow auto-fill signal dragging to skip over stations/waypoints.
* Add setting for map edge behaviour, and whether to display the area outside map as water.
* Add a company setting to set the default dispatch schedule duration.
* Increase sign text length limit.
* Remove "Show cargo type filter in vehicle lists" setting, now always enabled.
* Enable the opt-in OpenTTD survey functionality: https://survey.openttd.org/participate.
* Bump trunk base from commit ab535c0a8665e6380c5037d7b6f0a507fc91d36a to commit feb94d233d8fdceff193a4c59298960d8148d470.
### v0.56.1 (2023-12-08)
* Fix crash which could occur when using some languages (which use grammatical gender).
* Fix crash which could occur when the config file is an older version or has missing sections.

Loading…
Cancel
Save