Version: Committing version data for tag: jgrpp-0.28.0

This commit is contained in:
Jonathan G Rennison
2018-11-22 19:56:19 +00:00
parent 9608912d29
commit 479a9e31e9
3 changed files with 22 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
jgrpp-0.27.1 20180920 0 6bcc705c7c7337859fc39b694b7fb19772e91afc jgrpp-0.28.0 20181122 0 9608912d29475422224f29647dc3b3ac49589652
68aeb8cad467cc71eb265ed7966ec2ef970dae55beeae51e9ed50b0b00a4a86c - c91154f2905ec0632ae6a515329a87138c6a3967ddc337eed8bc5484b6ac6b4e -

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.27.1 ## JGR's Patchpack version 0.28.0
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/)

View File

@@ -2,6 +2,25 @@
* * * * * *
### v0.28.0 (2018-11-22)
* Fix trains unnecessarily slowing down when passing waypoints.
* Template-based train replacement: Add option to replace only old vehicles.
* Timetabling:
* Extend timetable wait/travel times from 16 to 32 bits wide.
* Fix timetabling of through-load orders.
* Scheduled dispatch: Don't show invalid required vehicle estimate.
* Routing restrictions:
* Add train is in slot conditional order.
* Prevent adding train slot state conditional orders to non-train vehicles.
* Zoning:
* Add modes to show 2x2 and 3x3 town road grids.
* Fix refreshing of SW edge of station coverage area.
* Stations under bridges:
* Add NewGRF properties for permitted bridge pillars above station tiles, and bridge pillars present below bridges.
* Set minimum bridge height clearances and permitted bridge pillars for the default stations.
* Set present pillars for the default bridges.
* Bump trunk base from commit 59a1614ba0724bf5240b91d8cd2b90ff7eeb286c to commit 16a36dffa0ccd7753de0100ee320a4982bb1945c.
### v0.27.1 (2018-09-20) ### v0.27.1 (2018-09-20)
* Fix crash when changing timetable leave early flag of current order. * Fix crash when changing timetable leave early flag of current order.
* Add setting to enable flipping direction of all train types in depot. * Add setting to enable flipping direction of all train types in depot.