Version: Committing version data for tag: jgrpp-0.50.2

pull/477/head jgrpp-0.50.2
Jonathan G Rennison 1 year ago
parent 312361dfb4
commit 7ec00f4242

@ -1,2 +1,2 @@
jgrpp-0.50.1 20221228 0 d97968a4f9dfedce1c416b513e7ee1973d707bca 1 0 2022
0bbd0e93bda3df37c50de788b0b91e1b1e0604a54e71f63fe461bbf4cebc18c9 -
jgrpp-0.50.2 20230118 0 312361dfb4b38e531ae89f0454a53f463eb0af91 1 0 2023
f28b3d8f13883bc39ba588746087c43e88b205e22897f6e03b2e97b5712893ba -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.50.1
## JGR's Patchpack version 0.50.2
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -191,7 +191,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add public roads (road network automatically built between towns) at map generation and in the scenario editor.
* Add setting for if/when towns can build road tunnels.
* Add setting to limit length of continuous inclined roads built by towns.
* Allow overriding town road construction settings on a per-town basis, add setting to enable this for multiplayer clients.
* Allow overriding town road construction settings and whether town growth is enabled on a per-town basis, add setting to enable this for multiplayer clients.
#### Industries
@ -246,6 +246,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add display setting for income/cost text effects.
* Make the company infrastructure window scrollable.
* Add setting to disable water animation depending on zoom level.
* Add zoom in support to the minimap window.
#### Limits

@ -2,6 +2,21 @@
* * *
### v0.50.2 (2023-01-20)
* Fix crash which could occur when refreshing all signal states when rail infrastructure sharing was disabled and signalled tunnel/bridges were present.
* Fix changing the day length shifting the scheduled dispatch start times, and pending timetable start times, when using time in minutes.
* Fix the set timetable start time/date button.
* Fix direction of semaphore no-entry signal sprites for west/east track.
* Fix freight weight multiplier not being applied in the train build window.
* Fix cargo capacity display of articulated engines with no capacity in the leading part, in the build vehicle window.
* Add zoom in support to the minimap window.
* Add per-town override to disable town growth.
* Enabling the go to depot and sell feature no longer changes the behaviour of the go to depot button when the ctrl key is not pressed.
* Infrastructure sharing:
* Disallow control over other company trains wholly in depots.
* Allow using mass start/stop buttons in other company depots.
* Bump trunk base from commit f7e2b6ef12b259817d2a4a3705b33f0b09d0eff7 to commit 83d5e681fc133d2820aff3cf05159bce820e2b56.
### v0.50.1 (2022-12-28)
* Fix crash on hovering link graph link where both ends have same position.
* Fix layout issues with the road stop (bus/lorry stop) build window.

Loading…
Cancel
Save