Version: Committing version data for tag: jgrpp-0.40.2
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
jgrpp-0.40.1 20210205 0 03f95322aebfc52481e8448bc574eca3a195ddd3 1 1 2021
|
jgrpp-0.40.2 20210216 0 310bb876a2d96c8cad5bbb2a7fa55242998758bc 1 1 2021
|
||||||
5eb5cd5328fdce4ff375f6b1ab189dda913b1ccf92e42175e97c0a73cc0e0c5c -
|
174fdc6a18b4e35961b74f74941777b154499186d120585f853099c5730c6357 -
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
## JGR's Patchpack version 0.40.1
|
## JGR's Patchpack version 0.40.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/)
|
||||||
|
|
||||||
@@ -276,7 +276,7 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on
|
|||||||
* Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. (added in v0.34.0).
|
* Add support for allowing/disallowing supply to a station, per cargo, by ctrl-clicking the station cargo rating. (added in v0.34.0).
|
||||||
* Open train vehicle details window on total cargo tab if shift pressed. (added in v0.34.0).
|
* Open train vehicle details window on total cargo tab if shift pressed. (added in v0.34.0).
|
||||||
* Ctrl-click up/down in NewGRF window to move to top or bottom. (added in v0.34.2).
|
* Ctrl-click up/down in NewGRF window to move to top or bottom. (added in v0.34.2).
|
||||||
* Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3, v0.37.0).
|
* Additional conditional order types/modes. (added in v0.24.0, v0.33.1, v0.34.3, v0.37.0, v0.40.2).
|
||||||
* Improve road vehicle pathfinding when multiple vehicles are simultaneously heading to a station with multiple bay/stop entrances. (added in v0.35.0).
|
* Improve road vehicle pathfinding when multiple vehicles are simultaneously heading to a station with multiple bay/stop entrances. (added in v0.35.0).
|
||||||
* Add setting to scale station cargo capacity and rating tolerance by size. (added in v0.35.0).
|
* Add setting to scale station cargo capacity and rating tolerance by size. (added in v0.35.0).
|
||||||
* Add setting to disable vehicle expiry after a given year. (added in v0.35.0).
|
* Add setting to disable vehicle expiry after a given year. (added in v0.35.0).
|
||||||
@@ -292,6 +292,7 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on
|
|||||||
* Add console commands for conditional execution from game date. (added in v0.39.2).
|
* Add console commands for conditional execution from game date. (added in v0.39.2).
|
||||||
* Add client setting for vehicle naming scheme. (added in v0.40.0).
|
* Add client setting for vehicle naming scheme. (added in v0.40.0).
|
||||||
* Add setting to control dates over which inflation is applied. (added in v0.40.0).
|
* Add setting to control dates over which inflation is applied. (added in v0.40.0).
|
||||||
|
* Add "indifferent" mode to the town council attitude to area restructuring setting. (added in v0.40.2).
|
||||||
* Various minor fixes, see changelog.
|
* Various minor fixes, see changelog.
|
||||||
* [NewGRF specification additions](docs/newgrf-additions.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions.html)).
|
* [NewGRF specification additions](docs/newgrf-additions.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions.html)).
|
||||||
* [NML specification additions](docs/newgrf-additions-nml.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions-nml.html)).
|
* [NML specification additions](docs/newgrf-additions-nml.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions-nml.html)).
|
||||||
|
@@ -2,6 +2,26 @@
|
|||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
|
### v0.40.2 (2021-02-17)
|
||||||
|
* Fix upgrading road bridge with opposite road/tram type producing broken bridge ramps where required road/tram pieces are missing.
|
||||||
|
* Fix crash if AI attempts to set order flags of invalid vehicle's order and the no non-stop orders setting is enabled.
|
||||||
|
* Fix case where reservations could become detached from trains when a restricted signal returns inconsistent reserve through results in the realistic braking model.
|
||||||
|
* Fix trains slowing down too much when stopping at stations in the original braking model.
|
||||||
|
* Fix train speed not being set to 0 for timetabled wait at waypoint orders.
|
||||||
|
* Fix departure boards not handling unconditional order jumps.
|
||||||
|
* Fix viewport order lines not handling unconditional jump orders.
|
||||||
|
* Fix autorenew failure advice due to bad refit being shown to all companies.
|
||||||
|
* Add conditional order for current time/date.
|
||||||
|
* Add release slot train order.
|
||||||
|
* Add "indifferent" mode to the town council attitude to area restructuring setting.
|
||||||
|
* Show warning icon in order window if there are timetable warnings.
|
||||||
|
* If realistic braking can't be enabled, show an extra viewport on the signal preventing enabling.
|
||||||
|
* Routing restrictions:
|
||||||
|
* Add PBS end signal conditional for use with realistic braking.
|
||||||
|
* Add reserved tiles ahead conditional for use with realistic braking.
|
||||||
|
* Change PBS entry signal conditional to be in the advanced category in the UI.
|
||||||
|
* Fix building on Apple MacOS 10.12.
|
||||||
|
|
||||||
### v0.40.1 (2021-02-05)
|
### v0.40.1 (2021-02-05)
|
||||||
* Fix crash when removing signals from bridge or tunnel.
|
* Fix crash when removing signals from bridge or tunnel.
|
||||||
* Fix left mouse button scrolling in viewport map mode.
|
* Fix left mouse button scrolling in viewport map mode.
|
||||||
|
Reference in New Issue
Block a user