Version: Committing version data for tag: jgrpp-0.49.0

pull/444/head jgrpp-0.49.0
Jonathan G Rennison 2 years ago
parent 23ef1364d0
commit 41b9d74280

@ -1,2 +1,2 @@
jgrpp-0.48.5 20221005 0 315bc3482d0317f66b1dfc386b1e010bd75a79f4 1 0 2022
ded276b6ee5be065fb7c1bc9d271c58d7bede2e176c12ea3f9f6c3cce4e2402f -
jgrpp-0.49.0 20221027 0 23ef1364d03a29e0f5d8fb29de791aaede2704d9 1 0 2022
890ac6d2e72df2548bd8c1fd7bd9b4a62c594583fde0c6534cc69392e41d9b07 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.48.5
## JGR's Patchpack version 0.49.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -153,7 +153,8 @@ See [installation.md](/installation.md) for instructions on how to install.
* Timetabled wait times at waypoints.
* Add warning/info messages to the timetable window.
* Add features to reverse the order of an order list, and to append the reverse of an order list.
(Use the ctrl key when the end of orders marker is selected).
(Use the ctrl key when the end of orders marker is selected, or enable the order management button).
* Add features to duplicate an individual order and to change the jump target of conditional orders.
* Add company setting for whether to advance the current order when cloning/copying/sharing (if current depot is in order list).
* Add vehicle list menu item to mass cancel go to or service at depot orders.
@ -188,6 +189,9 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add "indifferent" mode to the town council attitude to area restructuring setting.
* Disallow converting town-owned roads to types with the no houses flag.
* 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.
#### Industries

@ -2,6 +2,23 @@
* * *
### v0.49.0 (2022-10-27)
* Fix calculating train curve speed limit on dual rail type tiles.
* Fix crash if GS is removed when GS settings window is open.
* Orders:
* Add support for duplicating individual orders.
* Allow moving the jump target of an existing conditional order.
* Add a change counter value order type.
* Towns:
* 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.
* Custom signal style (normal/shunt combined mode):
* Fix incorrect default for reservations through intermediary shunt signals.
* Reservations ending in a depot now default to shunt mode.
* MacOS: Re-enable touchbar support.
* Bump trunk base from commit f011a559d01db3eb43e71031ff03fa904a41d068 to commit 4daad7f34840bcec2a568eb54149286c7f68c892.
### v0.48.5 (2022-10-05)
* Fix vehicles with no cargo being shown with the cargo of the last selected vehicle in the build vehicle window.
* Fix animation of NewGRF road stops.

Loading…
Cancel
Save