Version: Committing version data for tag: jgrpp-0.47.0

This commit is contained in:
Jonathan G Rennison
2022-03-12 01:12:51 +00:00
parent 40cdf7944a
commit 0949482698
3 changed files with 18 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
jgrpp-0.46.1 20220207 0 bd4cfcee698fa57342d8cdc423ecfc8b8ca7fe71 1 0 2022 jgrpp-0.47.0 20220310 0 40cdf7944aca02ae9b3b321e88f375c813b78062 1 0 2022
1feb58d5e012e3a6d3a433e8f60b2d4ded254939167158e90a1ac9a7d24c3192 - 6657decad8102d84c53cd89fef17d7760cb6049d564557ddbde70c04b4a5ecc1 -

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.46.1 ## JGR's Patchpack version 0.47.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@@ -117,7 +117,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add setting to disable mass action buttons for top-level vehicle lists. * Add setting to disable mass action buttons for top-level vehicle lists.
* Add feature to create a new auto-named group when dragging and dropping a vehicle onto the new group button (ctrl includes shared order vehicles). * Add feature to create a new auto-named group when dragging and dropping a vehicle onto the new group button (ctrl includes shared order vehicles).
* Add settings to reduce vehicle running costs when a vehicle is stationary or in a depot. * Add settings to reduce vehicle running costs when a vehicle is stationary or in a depot.
* If a train or ship's next order is for the current station when leaving, start loading again without moving, instead of leaving. * If a vehicle's next order is for the current station when leaving, start loading again without moving, instead of leaving.
* Slots and counters. * Slots and counters.
See the [guide on the wiki](https://github.com/JGRennison/OpenTTD-patches/wiki/Signalling) for more information. See the [guide on the wiki](https://github.com/JGRennison/OpenTTD-patches/wiki/Signalling) for more information.
* Add cargo capacity / running cost sort mode to the build vehicle window. * Add cargo capacity / running cost sort mode to the build vehicle window.
@@ -157,6 +157,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* [Departure boards](https://www.tt-forums.net/viewtopic.php?f=33&t=49956). * [Departure boards](https://www.tt-forums.net/viewtopic.php?f=33&t=49956).
* Add road waypoints. * Add road waypoints.
* Add NewGRF road stops.
* Add a setting to increase the station catchment radius. * Add a setting to increase the station catchment radius.
* Station rating: track "last visited vehicle type" separately per cargo. * Station rating: track "last visited vehicle type" separately per cargo.
* Add setting to scale station cargo capacity and rating tolerance by size. * Add setting to scale station cargo capacity and rating tolerance by size.
@@ -193,7 +194,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* [Adjusted arctic tree placement](http://www.tt-forums.net/viewtopic.php?f=33&t=72502). * [Adjusted arctic tree placement](http://www.tt-forums.net/viewtopic.php?f=33&t=72502).
* Add a new tree placement mode (perfect). * Add a new tree placement mode (perfect).
* [Minimum town distance](https://www.tt-forums.net/viewtopic.php?f=33&t=33625). * [Minimum town distance](https://www.tt-forums.net/viewtopic.php?f=33&t=33625).
* Add map generation settings to control river/lake and rocky patch generation. * Add map generation settings to control river/lake, rocky patch, and tropic zone generation.
* Add generation of wide rivers. * Add generation of wide rivers.
* Add settings to customise the size of town zones, and city zones. * Add settings to customise the size of town zones, and city zones.

View File

@@ -2,6 +2,18 @@
* * * * * *
### v0.47.0 (2022-03-12)
* Fix crash in scheduled dispatch window with nearest depot dispatch order.
* Fix non-rail bridge construction setting polyrail endpoints.
* Fix the autosave interval setting being reset at startup when it was previously set to use a custom interval.
* Add NewGRF road stops.
* Add routing restriction action to make the train exempt from automatic train speed adaptation.
* Add hotkeys for building road waypoints to the road/tram toolbars.
* Implement automatic train speed adaptation on signalled tunnels/bridges.
* Allow configuring the width of tropic zones around water during map generation.
* If an aircraft or road vehicle's next order is for the current station when leaving, start loading again without moving, instead of leaving.
* Bump trunk base from commit 83b6defbfb0fa649a854767ae7c8b5a18f917e80 to commit 0d8fbf647b2c819bee0a0883b5fc831aa64e4ee0.
### v0.46.1 (2022-02-07) ### v0.46.1 (2022-02-07)
* Fix crash or incorrect text in the scheduled dispatch window when a dispatch schedule is assigned to a depot order. * Fix crash or incorrect text in the scheduled dispatch window when a dispatch schedule is assigned to a depot order.
* Fix crash which could occur when using aircraft with cargodist after loading a 12.x vanilla savegame/scenario. * Fix crash which could occur when using aircraft with cargodist after loading a 12.x vanilla savegame/scenario.