From 7bcd92187122ac76d6246ea643c6918da34ed8d4 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 2 Feb 2019 07:54:01 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.29.1 --- .ottdrev-vc | 4 ++-- README.md | 3 ++- jgrpp-changelog.md | 9 +++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index c95e11c1d3..d259e5ea4b 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.29.0 20190102 0 d39b511500cee4cbe89cae53e04299a825682085 -4a2340d4932f9e8c4bbec189af8fbb39466aaac01c41020fd6e54250f87938ce - +jgrpp-0.29.1 20190202 0 3099d6c2c61917d9e7fd711b3f3176e3a2c710f7 +9ab4a5c3d25b33c7bfbd795b80e4a601e7a02903d1e8ced999ee9bc1a3f071bf - diff --git a/README.md b/README.md index 2d586a34af..87e6c088c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.29.0 +## JGR's Patchpack version 0.29.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -236,6 +236,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add setting to enable flipping direction of all train types in depot. (added in v0.27.1). * Allow purchasing a region of tiles at once, by dragging, and add a company rate limit for land purchasing (added in v0.29.0). * Add setting to control if and how land purchasing is permitted. (added in v0.29.0). + * Add GUI setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames. (added in v0.29.1). * Various minor fixes, see changelog. * [NewGRF specification additions](docs/newgrf-additions.html). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 1877fd084c..aafca8cce5 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### v0.29.1 (2019-02-02) +* Fix train disconnecting when reversing at the end of a sloped bridge ramp due to heading the wrong way onto a signalled bridge. +* Fix display of two rail types per tile (horizontal overlay tracks). +* Fix crash or other failures when using more than approximately 230 NewGRFs. +* Fix input and display of hhmm times in timetable and scheduled dispatch GUI, when using large day length or ticks/minute values. +* Add GUI setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames. +* Performance improvements. +* Bump trunk base from commit 391bc45c41287bf3016e33266b24f30cdbfb5f07 to commit fa53abe864a6939dc4dac8a6c61443e486e0eb04. + ### v0.29.0 (2019-01-02) * Fix crash or other failures when using more than approximately 230 NewGRFs. * Allow up to two rail types per tile.