diff --git a/.ottdrev-vc b/.ottdrev-vc index adf9baf051c..dcbbfade5eb 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.63.0 20241102 0 de2a22dd7db9259772b2d028377b9362dd858a95 1 0 -cd5ba27ce0e19b59c44273ae983fb53c127ad60038af2ce23e64ca24b53e7eca - +jgrpp-0.63.1 20241111 0 1b368c22630c3e6194035b4beab16a2952b210cd 1 0 +3b65f4869a3d96b300fd2c4236b733217f4a5a0f3ff4cbd6f82fe93e622558c3 - diff --git a/README.md b/README.md index 69832bacea7..92f3c2b1c40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.63.0 +## JGR's Patchpack version 0.63.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 631693c8479..e73a42cb302 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,21 @@ * * * +### v0.63.1 (2024-11-11) +* Fix crash which could occur when a drive-through road stop was occupied by a road vehicle and a company merger/bankruptcy/deletion or multiplayer desync occurred. +* Fix crash which could occur when creating PNG screenshots. +* Fix signals incorrectly defaulting to green in some layouts with mixed one-way and two-way path signals. +* From vanilla: fix incorrect transfer costs for non-passenger cargoes. +* Scheduled dispatch: + * Fix departure slots being incorrectly reused when using a non-zero maximum delay. +* Departure boards: + * Fix scheduled dispatch 24 hour mode only showing departures/arrivals in the outgoing direction for routes only scheduled at one end. + * Fix wrong times in scheduled dispatch 24 hour mode when the start order has a missing travel time. + * Add button to filter displayed departures/arrivals by a station/waypoint calling point. + * Allow opening more than one departure window for the same station/waypoint/depot. + * Update departure board windows immediately when changing timetables or dispatch schedules when the game is paused. +* Bump trunk base from commit 9dae626237569356b1fe25c439edae3c685c49e1 to commit c9bd21d57986105ed08627967e5bcac5a0f0768e. + ### v0.63.0 (2024-11-02) * Fix crash when pressing arrow keys in bootstrap mode. * Fix crash when viewing town windows when the town had an invalid cargo goal.