Version: Committing version data for tag: jgrpp-0.55.0

pull/595/head jgrpp-0.55.0
Jonathan G Rennison 9 months ago
parent f51d51de40
commit 44d4d4944c

@ -1,2 +1,2 @@
jgrpp-0.54.5 20230802 0 3a07f92474933d772c4ef9dc901ab7f1297f34c1 1 0 2023
163ae5f42ac608dc05bc30d30bb0614b0ae79180867cba94281a1047a8c551e7 -
jgrpp-0.55.0 20230904 0 f51d51de407f03a1a9bd01f782c59503398de45c 1 0 2023
fe3afebcd0d7d5517b7e99df9dc27b3137c2b7828f98312c120c7b281511b483 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.54.5
## JGR's Patchpack version 0.55.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -197,6 +197,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add public roads (road network automatically built between towns) at map generation and in the scenario editor.
* Add settings for if/when towns can build road bridges and tunnels.
* Add setting to limit length of continuous inclined roads built by towns.
* Add setting for whether to allow converting town road to non-house types.
* Allow overriding town road construction settings and whether town growth is enabled on a per-town basis, add setting to enable this for multiplayer clients.
* Allow NewGRFs to set town zone radii.
* Show town count in town directory window.
@ -228,7 +229,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add setting to disable object expiry after a given year.
* Add setting to ignore object introduction dates.
* Add setting for whether to confirm before demolishing industries and/or rail stations.
* Add picker tool for objects, rail types, road types, rail stations/waypoints and road stops/waypoints, to the main toolbar help menu.
* Add picker tool for objects, rail types, road types, rail stations/waypoint, road stops/waypoints and signals, to the main toolbar help menu.
#### Scenario Editor

@ -2,6 +2,29 @@
* * *
### v0.55.0 (2023-09-04)
* Fix incorrect NewGRF industry texts in some cases.
* Fix inaccurate waiting cargo total in station window when using cargodist.
* Fix autorenew/autoreplace of multi-cargo articulated vehicles and multi-cargo ships.
* Fix engine news messages with multi-cargo articulated vehicles and multi-cargo ships.
* Fix crash which could occur on Linux when using ICU and mixed script texts.
* Fix train-only texts and sorts modes being shown in non-train slots windows.
* Template-based train replacement:
* Fix various refit issues in refit as incoming vehicle mode.
* The autoreplace button in depot windows now also does template replacements.
* Add signal support to picker tool.
* Add setting for whether to allow converting town road to non-house types.
* Add setting to also limit acceleration when using realistic braking.
* Change cargo at next station conditional orders to use a manually specified station.
* Allow custom signal styles to disable aspect-limited mode.
* Right to left languages:
* Fix layout in template replacement windows.
* Fix block indent in routing restriction and programmable pre-signals windows.
* Do not unnecessarily re-write configuration files for in-game only setting changes.
* Various minor performance improvements.
* Linux release builds: Remove Ubuntu 18.04, add Debian bookworm.
* Bump trunk base from commit 1ff0dc11d8d017dbbd8f9d1e94ff5087a21063b5 to commit 3effb8931c36b8bbacae8fe77ad5b85406767d9f.
### v0.54.5 (2023-08-02)
* Fix crash using picker tool on rail/road stations when no GRF classes defined.
* Fix crash which could occur after using the date cheat, when using cargo distribution.

Loading…
Cancel
Save