Version: Committing version data for tag: jgrpp-0.45.0

This commit is contained in:
Jonathan G Rennison
2022-01-05 19:22:23 +00:00
parent 1c7f6b97a5
commit dd37591ee6
3 changed files with 35 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.44.2
## JGR's Patchpack version 0.45.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@@ -55,6 +55,7 @@ See [installation.md](/installation.md) for instructions on how to install.
This requires a NewGRF which supports this and realistic train braking.
* No-entry signals.
These are not shown in the build signal window by default.
* Add client setting to show all signals using the default baseset sprites.
#### Roads and Road Vehicles
@@ -115,7 +116,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 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.
* If a vehicle's next order is for the current station when leaving, start loading again without moving, instead of leaving.
* If a train or ship's next order is for the current station when leaving, start loading again without moving, instead of leaving.
#### Orders and Timetabling
@@ -162,6 +163,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add a tooltip to show station rating details (controlled by a setting).
* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names).
* Add sort by number of vehicles calling to the station list window.
* Add setting to distribute cargo received at a station to all accepting industries equally, instead of just one of them.
#### Towns
@@ -231,6 +233,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Increase per-vehicle order limit from 254 to 64k.
* Increase maximum setting limits for per-company vehicle-type limits.
* Increase maximum permitted vehicle, group, depot and station/waypoint name lengths.
* Increase maximum permitted rail waypoint types from 256 to 64k.
#### Time and Date
@@ -249,6 +252,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Various changes to reduce the probability of desyncs and improve desync reporting/diagnostics.
* Add support for zstd savegame compression for autosaves and network joins.
* Increase the number of settings which can be changed in multiplayer.
* Store company passwords in network server saves in an encrypted form such that they are automaticaly restored when loaded into the same network server.
#### Money
@@ -272,6 +276,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add new link graph distribution modes: asymmetric (equal) and asymmetric (nearest).
* Allow overriding distribution mode on a per-cargo basis, in game.
* Fix inaccurate cargo distribution and link graph overlays, and various other problems with large link graphs.
* Add setting to increase the cargodist link graph distance/cost metric of aircraft links.
#### Input
@@ -289,6 +294,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Pause on savegame load if ctrl key is pressed.
* Ctrl-click up/down in NewGRF window to move to top or bottom.
* Add setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames.
* Allow setting the autosave interval to a custom number of in-game days or real-time minutes.
* Add more hotkeys.
* Allow AI/GS developers to reload GSs.
* Various extensions to the NewGRF developer debug tools.