From 55664c5c80bffb5a3ab105a36bd5fcc91a1f6ce1 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 23 Aug 2024 23:07:46 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.61.0 --- .ottdrev-vc | 4 ++-- README.md | 6 ++++-- jgrpp-changelog.md | 26 ++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index a9b41e6e48..bc6f999532 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.60.2 20240711 0 a71f8b67036e26b76586ba1c15c722bb5fdfbf32 1 0 2024 -deb34987433654358259ff990c1ce8622ba3204615c3082be2a0c6d528ebc9e4 - +jgrpp-0.61.0 20240823 0 090279cd8f90cbb69a571d74258c23c0e04700e7 1 0 2024 +3e5abc7168321c603cd87923411993a9185fdb31ce593b3f203f57ecd6106a50 - diff --git a/README.md b/README.md index a730cf5247..58f9c0946e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.60.2 +## JGR's Patchpack version 0.61.0 This is a collection of features and other modifications applied to [OpenTTD](http://www.openttd.org/). It's a separate version of the game which can be installed and played alongside the standard game, not a loadable mod (NewGRF, script, or so on). @@ -206,6 +206,7 @@ The TT-Forums thread for this patchpack can be found [here](http://www.tt-forums #### Industries * Allow linking only inputs or outputs to the smallmap and map mode viewports in the industry chain window. +* Add setting to scale the industry event rate. #### Map and Landscaping @@ -259,6 +260,7 @@ The TT-Forums thread for this patchpack can be found [here](http://www.tt-forums * Add setting to increase the size of the main toolbar. * Add cargo filtering and a show by cargo mode to the company delivered cargo graph. * Add setting to display the area outside of the map as water. +* Add ctrl-clicking sign in sign list window to open extra viewport at sign coordinates. #### Limits @@ -272,7 +274,7 @@ The TT-Forums thread for this patchpack can be found [here](http://www.tt-forums #### Time and Date -* [Variable day length](http://www.tt-forums.net/viewtopic.php?p=1148227#p1148227). +* [Economy speed reduction factor](http://www.tt-forums.net/viewtopic.php?p=1148227#p1148227). * Add settings to show time in hours and minutes as well as or instead of days. #### Multiplayer diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index fb35bb5aa4..7233226060 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,32 @@ * * * +### v0.61.0 (2014-08-23) +* Fix crash in road pathfinder when path exceeds distance limit (2048 tiles). +* Fix crash which could occur in build airport window. +* Fix crash which could occur during drawing in rare circumstances. +* Fix multiplayer desync when copying programmable pre-signal program. +* Fix advice messages about duplicate orders for non-goto orders. +* Fix speed of very fast ships on aqueducts. +* Fix train unit ID allocation when moving an engine to a new train, when at the train limit. +* Rename day length factor setting to economy speed reduction factor setting. +* Add setting to scale the industry event rate. +* Improve handling of refit in station when using articulated vehicles and simultaneous unload. +* Simplify and clarify cargo scaling mode settings. +* Add ctrl-clicking sign in sign list window to open extra viewport at sign coordinates. +* Scheduled dispatch: + * Store last dispatched information individually for each vehicle. + * Add conditional order sub-type to test the vehicle's last dispatch slot and properties, at the time that the vehicle was assigned its dispatch slot. + * Show slots for different clock hours on separate lines. + * Fix prediction of dispatch slot assignments in the departure boards window. +* Template-based train replacement: + * Fix wrong replacement count when trains only differed from the template by refit. +* Hotkeys: + * Add unset hotkeys for duplicate and change jump target in order window. + * Add unset hotkey for refit in order window. + * Change default hotkey for the picker window to /. +* Bump trunk base from commit 45886e50b21fd1dee461e910267781e264574790 to commit f90172206615460d687339a1a663473025105f06. + ### v0.60.2 (2024-07-11) * Fix crash opening landscape window when there are no available objects. * Fix crash which can occur when NewGRFs overwrite a recolour sprite with a normal sprite.