diff --git a/.ottdrev-vc b/.ottdrev-vc index 9c43a31923..438ea95a25 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.54.2 20230618 0 551d581215cc0ad78ebc7c4165bb5544ff68a8c0 1 0 2023 -9cf8dafa0ce4cb09ef7e7cb2be84f878c49ce37ff8eb392d3ecdbec69eb53b6e - +jgrpp-0.54.3 20230709 0 f6e8ea059d6d606248a427ec7ac0657b4547d8fb 1 0 2023 +c930331c5c3b6492c601c82dab0e7b5e91890a3acf3c788dbb2cdfde5a944f8e - diff --git a/README.md b/README.md index 2bc9d23931..ac3526bed9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.54.2 +## JGR's Patchpack version 0.54.3 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -282,6 +282,7 @@ See [installation.md](/installation.md) for instructions on how to install. * [Give money to company, instead of player](https://www.tt-forums.net/viewtopic.php?f=33&t=63899), broadcast money transfer notifications to all players. * Add setting to enable non-admin multiplayer clients to rename towns. * Add a password mechanism to change network game settings from a network client. +* Auto-kick clients after too many failed rcon/settings attempts. * Various changes to reduce the probability of desyncs and improve desync reporting/diagnostics. * Add support for zstd savegame compression for autosaves and network joins. * Increase the number of settings which can be changed in multiplayer. diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 20a0c99eab..4e56604e5b 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,25 @@ * * * +### v0.54.3 (2023-07-08) +* Fix screenshots made from the small map window producing an all-black image. +* Fix creating a goal from a gamescript putting the goal text into the goal progress field. +* Fix requests to the online content service using an out of date vanilla version. +* Fix sound output for linux-generic release builds. +* Fix multi-cargo ships not showing all cargos in the build vehicle window. +* Fix dual pane purchase window with mixed wagon/enginge variant trees. +* Fix text rendering with 8bpp-simple blitter. +* Fix crash which could due to order backups not correctly restoring dispatch schedules when it was not enabled. +* Fix scheduled dispatch being used for predicted arrival/departure times in the timetable window when it was not enabled. +* Fix using default graphics for all signals and recolouring of signal posts when using an original TTD baseset. +* Add/extend viewport tooltips for stations, waypoints, industries, depots and town tiles. +* Add setting for whether to shade height in viewport map mode. +* Add "long-term" autosaves. A second set of autosaves which is updated whenever the primary set of autosaves wraps around to 0. +* Change station naming to allow using the unsuffixed name at an increased distance from the town centre. +* Remove upper limit from the give money command. +* Improve accuracy of link graph capacity/usage estimation at high day lengths. +* Bump trunk base from commit 3a03a12a9c460918e81af96cca55399b60064261 to commit 1ff0dc11d8d017dbbd8f9d1e94ff5087a21063b5. + ### v0.54.2 (2023-06-18) * Picker tool: * Fix crash when using picker tool on non-GRF objects.