From 8799170455102181b393f7f453b08c9a425dd821 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 11 Mar 2020 23:26:54 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.34-rc1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 30211337e5..b53adff36b 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.33.2 20200221 0 b96e7f78fb84578c464498d1d175b9638f8df526 1 0 -31753d7012c6f1330989eff1e0e956ee7fd8370970615881e6edf6f85eb00309 - +jgrpp-0.34-rc1 20200311 0 8fb0b638faecba5e3b311ff28cdc8168e314d28f 1 0 +5241a3e003a12a70b1518681a66813aaf9c03528f43f78bef0e1280da1b96dad - diff --git a/README.md b/README.md index af8ac01f7b..550336f8aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.33.2 +## JGR's Patchpack version 0.34-rc1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index b01f1fe0e8..71bf42939b 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### v0.34-rc1 (2019-03-11) +* Fix crash when using house pick/place tool with NewGRF houses. +* Fix crash which could occur when using a high town cargo generation factor. +* Fix crash which could occur when re-arranging a train displayed in a departure board window. +* Fix text rendering issue with scheduled dispatch tag in timetable/order list. +* Various viewport rendering performance improvements, especially at higher zoom levels. +* Minor performance improvements to vehicle collision detection. +* Bump trunk base from commit 75031c9693ee0525c75e8e02ead345b1f8264735 to commit 71913607540088819b60f12b765504ab7dfe7a64. + ### v0.33.2 (2020-02-21) * Fix crash on 32-bit platforms. * Fix crash which could occur when moving new cargo to nearby stations.