diff --git a/.ottdrev-vc b/.ottdrev-vc index 2d9cd98f04..50ae389ec8 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.59.0 20240505 0 6de4fa921c8d3a7ad4204383e5f991f59ed9072e 1 0 2024 -89f23ced2dbc6410527173a2bcf8427c1a2af35c5c29a7101aa43a0b55286ac3 - +jgrpp-0.59.1 20240519 0 5e971bfc026aa9a58773d89c583e78765156b9e4 1 0 2024 +f0d82005ae0e64dc0f833d5cbd6776afb06c9a513cc83119ce8fd0a2e5be097b - diff --git a/README.md b/README.md index f06de17b18..dfb247be54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.59.0 +## JGR's Patchpack version 0.59.1 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). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 48168279e8..d023fd6d9c 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,22 @@ * * * +### v0.59.1 (2024-05-20) +* Fix crash when sorting by capacity in autoreplace window. +* Fix non-percentage servicing interval when using wallclock mode. +* Fix road vehicles skipping orders when using implicit orders. +* Fix setting default value for industry cargo scaling mode when loading old savegames. +* Fix setting display for industry cargo scaling. +* Fix crash which could occur when using autorenew/autoreplace wagon removal with leading engines longer than the train length limit. +* Fix crash which could occur with loading certain GRFs. +* Fix multiplayer desync when joining a server after previously loading a scenario. +* Fix keyboard input issues on Linux/SDL. +* Realistic braking: + * Fix accuracy issues with realistic acceleration and braking when a train is underpowered for ascending or descending a steep slope. + * Reduce sensitivity of train brakes overheated breakdown. +* Add setting to shorten vehicle view status text. +* Bump trunk base from commit bd7120bae41b6e7ac86c664c8220b59cd57242bb to commit 88cf99017a26f887230d2c14d057a97bbf077f7c. + ### v0.59.0 (2024-05-05) * Fix loading recent vanilla savegame versions resulting in incorrect industry cargoes. * Fix incorrect station catchment/acceptance which could occur when an oil rig/water industry completed construction, which could cause multiplayer desyncs.