From b24371fc04d72b889d9805ff04b0273ac0866587 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 13 May 2016 00:59:02 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.13.2 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 9757b572a0..d17ce2faf6 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.13.1 27555 0 jgrpp-0.13.1 -e8f1f4726eceb96f6629b9647cba65aab00a4e55f9dc5c6325e719f0438a32b8 - +jgrpp-0.13.2 27564 0 jgrpp-0.13.2 +0c1ea68061e728404d231e705ad9851bfca9ce86f8fdccdd7f75f02632af2b77 - diff --git a/README.md b/README.md index 87538a8f0f..982e9a6c39 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.13.1 +## JGR's Patchpack version 0.13.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index b683a3a44a..7d5d8b61ad 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,12 @@ * * * +### v0.13.2 (2016-05-13) +* Fix desync issues by reverting from v4 to v2 of house picking/placing patch, due to desync issue present in v4. +* Fix crash when using start date, autofill or clear/change time buttons in timetable window when vehicle had no orders. +* Timetable start times are no longer subject to rounding when the day length is greater than 1. +* Bump trunk base from r27555 to r27564 + ### 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. @@ -21,6 +27,7 @@ * Routing restrictions: Add a train group membership conditional. * Increase number of available rail track types from 16 to 32. * Rail signals on bridges and tunnels now use rail-type specific graphics where available. +* Update from v2 to v4 of house picking/placing patch. * Bump trunk base from r27525 to r27547 ### v0.12.1 (2016-03-23)