Version: Committing version data for tag: jgrpp-0.60.2

This commit is contained in:
Jonathan G Rennison 2024-07-11 01:15:20 +01:00
parent a71f8b6703
commit 2de0dd17c2
3 changed files with 11 additions and 3 deletions

View File

@ -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 -

View File

@ -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).

View File

@ -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.