Version: Committing version data for tag: jgrpp-0.47.2
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
jgrpp-0.47.1 20220402 0 34af4844d15c37550026d02a4ceae5039f7f7274 1 0 2022
|
jgrpp-0.47.2 20220501 0 452d22ce37f9ca8bf06def6520c188521bb20db1 1 0 2022
|
||||||
c57b80e92c0118dfbaeb28c8e06e1438ae3dfdf31b8331af64c514d585d086aa -
|
3c3c55990bce6d50a4632c53767893fc25a66979757eb5cd43418a5da594a236 -
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
## JGR's Patchpack version 0.47.1
|
## JGR's Patchpack version 0.47.2
|
||||||
|
|
||||||
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
|
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
|
||||||
|
|
||||||
@@ -168,10 +168,11 @@ See [installation.md](/installation.md) for instructions on how to install.
|
|||||||
* Add setting to show a company-coloured mark next to vehicles in vehicle list windows, if their owner does not match the list owner.
|
* Add setting to show a company-coloured mark next to vehicles in vehicle list windows, if their owner does not match the list owner.
|
||||||
* Add a waiting cargo history graph for stations.
|
* Add a waiting cargo history graph for stations.
|
||||||
* Add a tooltip to show station rating details (controlled by a setting).
|
* Add a tooltip to show station rating details (controlled by a setting).
|
||||||
* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names).
|
|
||||||
* Add sort by number of vehicles calling to the station list window.
|
* Add sort by number of vehicles calling to the station list window.
|
||||||
* Add setting to distribute cargo received at a station to all accepting industries equally, instead of just one of them.
|
* Add setting to distribute cargo received at a station to all accepting industries equally, instead of just one of them.
|
||||||
* Add setting to allow hiding viewport labels of individual waypoints.
|
* Add setting to allow hiding viewport labels of individual waypoints.
|
||||||
|
* Increase the distance a station can be from the town centre and still be assigned have the same name as the town (no suffix/prefix), for large towns.
|
||||||
|
* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names).
|
||||||
|
|
||||||
#### Towns
|
#### Towns
|
||||||
|
|
||||||
@@ -232,6 +233,7 @@ See [installation.md](/installation.md) for instructions on how to install.
|
|||||||
* Topography and industry screenshots.
|
* Topography and industry screenshots.
|
||||||
* Make smallmap refresh period variable with map mode/zoom and pause state.
|
* Make smallmap refresh period variable with map mode/zoom and pause state.
|
||||||
* Add display setting for income/cost text effects.
|
* Add display setting for income/cost text effects.
|
||||||
|
* Make the company infrastructure window scrollable.
|
||||||
|
|
||||||
#### Limits
|
#### Limits
|
||||||
|
|
||||||
|
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
|
### v0.47.2 (2022-05-01)
|
||||||
|
* Fix crash and/or multiplayer desync after a new industry is built within the catchment of an existing station.
|
||||||
|
* Fix multiplayer desync after a raise land action removed a water object next to a dock.
|
||||||
|
* Fix wrong water infrastructure total and multiplayer desync after building canal/river over a canal tile with an object on it.
|
||||||
|
* Fix adding a new scheduled dispatch schedule not updating the window in multiplayer.
|
||||||
|
* Make the company infrastructure window scrollable.
|
||||||
|
* Snow:
|
||||||
|
* Fix arctic tree range around snow line setting not handling seasonally variable snow lines.
|
||||||
|
* Add a setting to adjust seasonally variable snow line width for arctic tree placement.
|
||||||
|
* Fix flat road tiles with foundations on the snow line not being drawn with snow.
|
||||||
|
* Station names:
|
||||||
|
* Increase the distance a station can be from the town centre and still be assigned have the same name as the town (no suffix/prefix), for large towns.
|
||||||
|
* Allow extra station name GRFs to use extra names even when there are default names available.
|
||||||
|
* Bump trunk base from commit 8537fa72063a7376065fd996fa249cc7dbfdb2f3 to commit e79724ea22b2c4428ab402a808b7ab777fec2985.
|
||||||
|
|
||||||
### v0.47.1 (2022-04-02)
|
### v0.47.1 (2022-04-02)
|
||||||
* Fix crash when a road vehicle leaves a bus/truck stop when it is has no orders.
|
* Fix crash when a road vehicle leaves a bus/truck stop when it is has no orders.
|
||||||
* Fix road vehicles incorrectly being allowed to be ordered to incompatible depots.
|
* Fix road vehicles incorrectly being allowed to be ordered to incompatible depots.
|
||||||
|
Reference in New Issue
Block a user