diff --git a/.ottdrev-vc b/.ottdrev-vc index 327d81eb00..9757b572a0 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.13.0 27547 0 jgrpp-0.13.0 -14dd229629d9cdbf2eb03980d1d53f79b574e6ffabef2313d829127e2ff06000 - +jgrpp-0.13.1 27555 0 jgrpp-0.13.1 +e8f1f4726eceb96f6629b9647cba65aab00a4e55f9dc5c6325e719f0438a32b8 - diff --git a/README.md b/README.md index 5027569beb..87538a8f0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.13.0 +## JGR's Patchpack version 0.13.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -68,10 +68,12 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Automated timetables and separation: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=46391) * Auto timetabling: Bias timetable adjustment to favour negative adjustments; this is to avoid positive feedback between congestion delays and increased timetable length. Reduce jam detection threshold. - * Auto separation: Fix handling of non-station orders (e.g. waypoints and depots). Add a company setting to scale vehicle lateness adjustments. No longer set vehicle lateness to 0 if separation fails, instead leave it as it was. - * Timetable GUI: Allow clearing of timetable time fields which are at 0. Allow explicitly setting timetable time fields to 0 without clearing them. - * Add a company setting to enable automatic timetabling for new vehicles. - * Allow changing/clearing the timetabled waiting time and max speed of all of a vehicle's orders at once. + * Auto separation: Fix handling of non-station orders (e.g. waypoints and depots). Change to a per-vehicle setting. Add a company setting to scale vehicle lateness adjustments. No longer set vehicle lateness to 0 if separation fails, instead leave it as it was. + * Timetable GUI: Allow clearing of timetable time fields which are at 0. Allow explicitly setting timetable time fields to 0 without clearing them. + * Add company settings to enable automatic timetabling or separation for new vehicles. + * Allow changing/clearing the timetabled waiting time and max speed of all of a vehicle's orders at once. + * Add client setting to show the remainder ticks in timetable, after dividing to days or minutes. + * Add a company setting to control the number of ticks used in auto-fill timetable rounding. * Vehicle repair cost: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=45642) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 31ede54576..b683a3a44a 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.13.1 (2016-05-09) +* Fix crash when using erroneously present create group from vehicle list menu item in vehicle group GUI, remove menu item from vehicle group GUI. +* Fix incorrect calculation of final delivery payment after a transfer. +* Signals on bridges/tunnels: + * Fix trains not leaving stations by PBS into non-empty signalled bridge/tunnels. + * Fix signalled bridge/tunnel not always being redrawn on (un)reservation. +* Auto timetables: + * Timetable auto separation is now per vehicle, with a company setting for the default. Remove global on-off settings. + * Fix automate, start date, change time and autofill buttons being shown enabled for other companies' vehicles. + * Add client setting to show the remainder ticks in timetable, after dividing to days or minutes. + * Add a company setting to control the number of ticks used in auto-fill timetable rounding. +* Bump trunk base from r27547 to r27555 + ### v0.13.0 (2016-04-19) * Fix crash when dragging two-directional block signals onto a bridge or tunnel. * Add polyline rail track building tool.