From d00e93baffdb583bc2eb804be0da2e4b151b957b Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 29 Jan 2022 13:41:04 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.46-rc2 --- .ottdrev-vc | 4 ++-- README.md | 13 ++++++++++--- jgrpp-changelog.md | 9 +++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 7df48080e8..0b1cbe3308 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.46-rc1 20220129 0 f5ef81f5ac69b15baad592880ae11423753f4c6e 1 0 2022 -01ea0d30c473f68815e0280a3fcbe0aae3df16b0b5576f0016a0f453b17c2d0a - +jgrpp-0.46-rc2 20220129 0 b0f9cc389fc16a08f9b8e1bce5d06542eb2ab2c7 1 0 2022 +113665a913a2655ea276b6e0b5853e6d1b66623e96d2537c5402145f516559a4 - diff --git a/README.md b/README.md index 814ae60554..d651b3494c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.46-rc1 +## JGR's Patchpack version 0.46-rc2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -31,7 +31,6 @@ See [installation.md](/installation.md) for instructions on how to install. * Drive-through train depots. * [Template-based train replacement](http://www.tt-forums.net/viewtopic.php?f=33&t=58904). * [Routing restrictions](http://www.tt-forums.net/viewtopic.php?f=33&t=73397). - This also includes slots and counters. See the [guide on the wiki](https://github.com/JGRennison/OpenTTD-patches/wiki/Signalling) for more information. * [Programmable pre-signals](http://www.tt-forums.net/viewtopic.php?f=33&t=47690). These are not shown in the build signal window by default. @@ -56,6 +55,7 @@ See [installation.md](/installation.md) for instructions on how to install. * 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. +* Remember the last-used signal type between games. #### Roads and Road Vehicles @@ -68,6 +68,7 @@ See [installation.md](/installation.md) for instructions on how to install. * Add setting for default road/tram types. * Add a setting to turn off road vehicles slowing in curves. * Add a setting to disable road vehicles from passing through each other when blocked for an extended period of time. +* Allow road vehicle go to station/waypoint orders to have an associated required stop/bay/waypoint direction. #### Level Crossings @@ -117,6 +118,8 @@ See [installation.md](/installation.md) for instructions on how to install. * 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 train or ship's next order is for the current station when leaving, start loading again without moving, instead of leaving. +* Slots and counters. + See the [guide on the wiki](https://github.com/JGRennison/OpenTTD-patches/wiki/Signalling) for more information. #### Orders and Timetabling @@ -130,7 +133,8 @@ See [installation.md](/installation.md) for instructions on how to install. * Order occupancy. Add column to the orders GUI to show occupancy running average, show the average order occupancy, and add a vehicle sort mode. * [Timetabling waiting time in depots](http://www.tt-forums.net/viewtopic.php?f=33&t=70969). -* [Scheduled dispatch](https://github.com/innocenat/OpenTTD-patches/tree/scheduled-dispatch-sx). +* Scheduled dispatch. + This allows dispatching vehicles from timing points using one or more repeating schedules. This is useful for clock-face timetabling. * [More conditional orders](http://www.tt-forums.net/viewtopic.php?f=33&t=38317). Next station: is cargo waiting, is cargo accepted, number of free platforms, amount of cargo waiting. Percent of times, per-cargo load percentage, current time/date, timetable lateness. @@ -151,6 +155,7 @@ See [installation.md](/installation.md) for instructions on how to install. #### Stations * [Departure boards](https://www.tt-forums.net/viewtopic.php?f=33&t=49956). +* Add road waypoints. * Add a setting to increase the station catchment radius. * Station rating: track "last visited vehicle type" separately per cargo. * Add setting to scale station cargo capacity and rating tolerance by size. @@ -164,6 +169,7 @@ See [installation.md](/installation.md) for instructions on how to install. * [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. +* Add setting to allow hiding viewport labels of individual waypoints. #### Towns @@ -253,6 +259,7 @@ See [installation.md](/installation.md) for instructions on how to install. * 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. +* Add client setting for whether to sync localisation settings (such as measurement units) with the server. #### Money diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 7cff006cbf..6590863d4d 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### v0.46-rc2 (2022-01-29) +* Road waypoints: + * Fix crash when changing one-way state of road waypoints. + * Fix crash in road vehicle overtaking checks with road waypoints. + * Fix removal of road waypoints during bankruptcy. + * Road waypoints no longer block road inferred one-way state interpolation. +* Fix crash when opening rail waypoint window if there are now fewer types available than the type that was last selected. +* Add Korean translations by TELK. + ### v0.46-rc1 (2022-01-28) * Fix timetable wait times not being cleared when changing to a non-stopping order. * Fix text input and display of speeds in tiles/day units in routing restriction window.