diff --git a/.ottdrev-vc b/.ottdrev-vc index ab5934d0fb..2fe588c7b4 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.42.3 20210804 0 8113b4bdbf8f0c7bcf92a4a4cf7514644b51a64c 1 0 2021 -bbf23b009c454994349f251074c2bac263edbb6f71f3a3940dd543ef33bf9515 - +jgrpp-0.43.0 20210912 0 9d18a8869f43c09ac0ca90d1067695872b0188b6 1 0 2021 +c3b70543dc0c3b29485abf7b81a99d157e7e70bbe0fcf2fa30fd075f1eabd663 - diff --git a/README.md b/README.md index ce59b33efc..e2dbb865a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.42.3 +## JGR's Patchpack version 0.43.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -51,6 +51,10 @@ See [installation.md](/installation.md) for instructions on how to install. * Add information about train full and empty loads and achievable speeds to the train info window. * Add setting to sort track types by category and speed. * Add a setting for whether to pathfind up to back of a one-way path signal. +* Multi-aspect signal graphics. + 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. #### Roads and Road Vehicles @@ -153,6 +157,7 @@ See [installation.md](/installation.md) for instructions on how to install. * Add a waiting cargo history graph for stations. * 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. #### Towns diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 69faecb0f2..a4135d69cb 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,45 @@ * * * +### v0.43.0 (2021-09-12) +* Fix reversing a train inside a depot disrupting the PBS reservation of another train heading into the depot. +* Fix ships being drawn with the wrong image direction after rotating in place in some circumstances. +* Fix ships with images which depend on speed not being redrawn when the speed has changed. +* Fix signals on dual railtype tiles using wrong per-railtype custom signals. +* Fix conditional order loops on leaving a depot when a timetabled wait time is set. +* Signals on bridges/tunnels: + * Fix tunnel exit signal not being set to red when train exited. + * Fix signals on bridge middle parts not using per-railtype custom signals. + * The signal spacing distance is now fixed at signalling time, changing the company spacing setting now only affects newly signalled bridges/tunnels, not existing ones. + * The signal spacing distance is now automatically adjusted to fit the tunnel/bridge length. This is to avoid the last middle signal being too close to the exit signal. +* Routing restrictions: + * Add slot action: try to acquire (only on reserve). + * Fix last station visited not being set when the reservation ends at the target station, this could cause long-reserve conditionals to use the wrong last station visited value. + * Fix reverse behind signal pathfinding when there is no dead-end beyond the signal. + * The reverse behind signal pathfinder now takes into account the train length to avoid reversing sidings which are too short. +* NewGRF: + * Allow using NewGRF switches (Action 2/3) for general rail signal sprites, in the same way as per-railtype signal sprites. + * Enable recolouring of signal graphics. + * Add support for multi-aspect signal graphics (requires realistic braking). +* Realistic braking: + * Adjust braking constants to slightly increase train braking forces. + * Block signals into blocks with junctions now default to red with realistic braking. +* Template-based train replacement: + * Show refitted capacity when adding template vehicles with cargo filter. + * Show buy cost and running cost in template windows. + * Allow cloning trains directly from the template train list. +* Add new signal type: no-entry signal. (This is not shown by default). +* Add sort by number of vehicles calling to station list window. +* Add improved breakdowns speed reductions for ships. +* Train speed adaption: adjust look-ahead distances at lower speeds. +* Make remove and routing restriction buttons in the signal build window mutually exclusive. +* Add hotkey support to the signal build window. +* Add spectate menu item to company toolbar menu. +* Send back a message for rcon and settings_access failures. +* Show linear scaling value in settings window for cargo scaling settings. +* Add support for retrieving JGRPP-only content from the Bananas content service. +* Add Korean translations by TELK. + ### v0.42.3 (2021-08-04) * Fix multiplayer server crash when client joined during a threaded save or autosave. * Fix station ratings tooltip in right click mode.