diff --git a/.ottdrev-vc b/.ottdrev-vc index 28531ff9919..a9b41e6e481 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.60.1 20240703 0 ae516b4a869540072f86a8e041f2e2c554dd6670 1 0 2024 -30d60a49e07e9aa22f4c182f47fdf4d70392c7bafbbaf34c24461486d0d993f2 - +jgrpp-0.60.2 20240711 0 a71f8b67036e26b76586ba1c15c722bb5fdfbf32 1 0 2024 +deb34987433654358259ff990c1ce8622ba3204615c3082be2a0c6d528ebc9e4 - diff --git a/README.md b/README.md index 55827fb645d..8470480720b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.60.1 +## JGR's Patchpack version 0.60.2 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 c86824335f6..fb35bb5aa4f 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,14 @@ * * * +### 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. +* Fix one-way signalled bridges with parrallel diagonal tracks on the exit tile applying one-way behaviour to the bypassing track. +* Fix the acceleration/braking scaling setting not immediately updating running trains when the setting is changed, this could cause multiplayer desyncs. +* Fix the pathfinder not considering a signalled tunnel/bridge entrance or exit tile as a valid place to end a reservation in some cases. +* Bump trunk base from commit b2218e75d4dea4261c6638579d3e501080b85bdc to commit 45886e50b21fd1dee461e910267781e264574790. + ### v0.60.1 (2024-07-03) * Fix network clients being disconnected when attempting to join a multiplayer game. * Fix false-positive warning messages about inconsistencies which could cause multiplayer desyncs.