From 1d66e66c9110506e7d9310cba9a98ae067937580 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 27 Jul 2016 21:08:42 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.14.0 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 825b2a7167..3bfee3c8ae 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.13.3 27599 0 jgrpp-0.13.3 -f2109340c203da2a77b55311d4aed046090973c00505229b64ab488d82437eb9 - +jgrpp-0.14.0 27623 0 jgrpp-0.14.0 +f9978fd42c04a8f491bd3bc77fbf86fddb07b65d0159243d810414629ce343cf - diff --git a/README.md b/README.md index 19a6783c5d..27a33905fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.13.3 +## JGR's Patchpack version 0.14.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index b2230f9514..7163d80ec0 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,22 @@ * * * +### v0.14.0 (2016-07-27) +* Routing restrictions: + * Add conditionals: train weight, power, max T.E., power/weight and max T.E/weight. + * Add client setting to show train weight ratios in details header. + * Allow value of "PBS entry signal" conditional to be a rail depot. + * Fix reservation through multiple reserve-through signals after a junction. + * Fix compliation on MSVC. +* Template-based train replacement: + * Fix crash when attempting to create a template train which used certain NewGRF features. + * Select most used rail type by default, instead of first rail type. +* Fix loading of SpringPP savegames (regression in jgrpp-0.13.1). +* Fix crash involving very long articulated vehicles in preview window. +* Enhanced viewports: Update route markers/lines when drag/dropping vehicle orders. +* Improve performance when not running as a dedicated server in some circumstances. +* Bump trunk base from r27599 to r27623 + ### v0.13.3 (2016-06-12) * Fix improved breakdowns reducing aircraft speed to 0 in some circumstances. * Fix town cargo other than passengers and mail (e.g. ECS tourists) not being generated.