From 322363b6eaeb634492d415f024e616532a2f3a72 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 9 Jun 2022 01:08:29 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.47.3 --- .ottdrev-vc | 4 ++-- README.md | 6 +++++- jgrpp-changelog.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index deebe49812..db509e135f 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.47.2 20220501 0 452d22ce37f9ca8bf06def6520c188521bb20db1 1 0 2022 -3c3c55990bce6d50a4632c53767893fc25a66979757eb5cd43418a5da594a236 - +jgrpp-0.47.3 20220609 0 16185e817e1f096a1ba0067a9ebe142f287e063a 1 0 2022 +432c691642d1732a438f290b1d85e489ead96dd8e6947d2480e0f3a1620a8193 - diff --git a/README.md b/README.md index 8bc89568c6..e0c8986421 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.47.2 +## JGR's Patchpack version 0.47.3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -188,6 +188,7 @@ See [installation.md](/installation.md) for instructions on how to install. #### Industries * Industry cargo generation factor. +* Allow linking only inputs or outputs to the smallmap and map mode viewports in the industry chain window. #### Map and Landscaping @@ -208,6 +209,8 @@ See [installation.md](/installation.md) for instructions on how to install. * Add setting to control if and how land purchasing is permitted. * Add a company rate limit for land purchasing. * Add a company rate limit for object construction. +* 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. #### Scenario Editor @@ -234,6 +237,7 @@ See [installation.md](/installation.md) for instructions on how to install. * Make smallmap refresh period variable with map mode/zoom and pause state. * Add display setting for income/cost text effects. * Make the company infrastructure window scrollable. +* Add setting to disable water animation depending on zoom level. #### Limits diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index e247e9c133..bee8357649 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,34 @@ * * * +### v0.47.3 (2022-06-09) +* Fix being able to add/remove/modify tunnel/bridge signals when occupied by trains, which could result in train or game crashes. +* Fix crash when building public roads encountered level crossings and other non-normal road. +* Fix performance problems refreshing the cargodist link graph when order lists contained many conditional order loops. +* Fix timetable autofill activation when scheduled dispatch is active. +* Disabling timetable automation without holding the ctrl key no longer clears the timetable. +* Support railtype-dependant GRF train speed limits with realistic braking. +* Fix selecting a savegame with realistic braking enabled in the load savegame window triggering realistic braking signal checks on the current game. +* Allow ctrl-clicking on trains of other companies on own track to start/stop. +* Add setting to disable water animation depending on zoom level. +* Add setting to disable object expiry after a given year. +* Add setting to ignore object introduction dates. +* Allow linking only inputs or outputs to smallmap and viewport map mode in industry chain window. +* Viewport map mode: + * Fix ships not always updating in viewport map mode. + * Fix the industry chain window not always updating viewports in industry map mode. + * Fix scrolling viewport overlay over vehicle dots on animated blitters. + * Fix scrolling viewport overlay on emscripten. + * Allow using the measurement tool in viewport map mode. +* Trees: + * Fix tree tile grass not growing when tree growth/spread was disabled. + * Make tree tile grass growth speed independent of the tree growth speed. + * Adjust positioning of seasonally variable snow line width for arctic tree placement. +* Improve reliability of crashlog writing on Unix/Linux and MacOS. +* Add various features to the NewGRF debug window. +* Various NewGRF and realistic braking related minor performance improvements. +* Bump trunk base from commit e79724ea22b2c4428ab402a808b7ab777fec2985 to commit 0d3756818fc2178242b0a72d979131a9cb376d76. + ### v0.47.2 (2022-05-01) * Fix crash and/or multiplayer desync after a new industry is built within the catchment of an existing station. * Fix multiplayer desync after a raise land action removed a water object next to a dock.