diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-12 23:38:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-12 23:38:23 +0000 |
commit | 3e0d5e087af848ad5a07be5f9d8e90ebde2b0dfe (patch) | |
tree | bf835731cdd308fb2653e55eff066b4dc2d6ef1d /games | |
parent | 5e3b69a4a23e877f77fac188e7eea6fa555f9729 (diff) | |
download | pkgsrc-3e0d5e087af848ad5a07be5f9d8e90ebde2b0dfe.tar.gz |
openttd-1.5.2 (2015-09-01)
- Change: Auto-complete partial roads when building level-crossings [FS#6283] (r27309)
- Fix: Do not rerandomise the town name when only cost-estimating the founding [FS#6332] (r27341)
- Fix: Make variety distribution not assume that sea level is at height 0.2 / 3 * TGPGetMaxHeight() [FS#6335] (r27331, r27330, r27329, r27328)
- Fix: Remove corner-case optimisation for line drawing, which failed for dashed lines (r27324)
- Fix: Clipping of inclined lines did not account for the 'horizontal width' being bigger than the 'real width' (r27323, r27322)
- Fix: Incorrect owner assignment when adding/removing road/tram to/from bridges [FS#6317] (r27313, r27312)
- Fix: Mark infrastructure window dirty in more cases (r27311)
- Fix: Prevent breaking of tram-reversal points by adding more road pieces [FS#6283] (r27308)
- Fix: Error message window with manager face failed with GUI zoom [FS#6259] (r27307)
- Fix: Account for road-bridges and drive-through-stops in CanFollowRoad [FS#6320] (r27306, r27305)
- Fix: Password window layout with GUI zoom [FS#6321] (r27304, r27303)
- Fix: Speed-only timetables got assigned times in stations [FS#6313] (r27302, r27301)
- Fix: Enforce the company's default service intervals when purchasing another company [FS#6254] (r27282, r27281)
- Fix: Cloning/autoreplace/autorenew did not copy custom service intervals (r27280)
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 4 | ||||
-rw-r--r-- | games/openttd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 242dd1c8ff6..0c16089dc2b 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2015/07/03 12:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2015/09/12 23:38:23 tnn Exp $ -DISTNAME= openttd-1.5.1-source +DISTNAME= openttd-1.5.2-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ diff --git a/games/openttd/distinfo b/games/openttd/distinfo index e13fc109b08..025b69c42a5 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2015/07/03 12:37:44 wiz Exp $ +$NetBSD: distinfo,v 1.24 2015/09/12 23:38:23 tnn Exp $ -SHA1 (openttd-1.5.1-source.tar.xz) = 95b9b16fd3dc9edd8d893d7adacc32a8fcb09c47 -RMD160 (openttd-1.5.1-source.tar.xz) = fea88dbaf7f852e2d9967a8060a2db3d89897f56 -Size (openttd-1.5.1-source.tar.xz) = 6557704 bytes +SHA1 (openttd-1.5.2-source.tar.xz) = 6a5e403bd0218f2d221eb7d1785f3891b564d8d8 +RMD160 (openttd-1.5.2-source.tar.xz) = 3786231d2059279679220a2a351b772fc11efdef +Size (openttd-1.5.2-source.tar.xz) = 6565476 bytes SHA1 (patch-aa) = f9c9291ec5414e239d53e110e54aac83b926af8a |