From 07c7e22d1fc26d56107d24ee803fcc0f5512606f Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 8 Mar 2018 19:05:10 +0000 Subject: rocksndiamonds: 4.0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rocks'n'Diamonds 4.0.1.3 Shortly after the release, a regression bug was discovered in version 4.0.1.2, caused by the performance tuning for the “autotest” and warp mode tape replay, affecting the Emerald Mine game engine. Rocks'n'Diamonds 4.0.1.2 fixed bug in EM engine on 64-bit systems (potentially breaking some tapes) fixed some bugs that potentially broke older tapes that should work again now fixed bug when checking out-of-bounds frames im graphics definitions fixed bug with (float) division by zero when auto-testing very short tapes added some performance tuning for “autotest” and warp mode improved drawing title messages which use different fonts Rocks'n'Diamonds 4.0.1.1 added workaround for broken MIDI volume behaviour for Windows platform fixed bug with fading menu music on ‘start game’ if game music is the same fixed bug with cheat codes not working anymore after changing player name fixed memory fragmentation by repeated creation of differently sized bitmaps fixed warnings on Windows complaining about program not responding fixed cheat for loading solution tape to quietly remove inserted tape fixed cheat for loading solution tape for Supaplex style levels with demo fixed bug which could cause saving tapes with a wrong level number filename fixed loading tapes that exceed the maximum allowed tape size fixed potential off-by-one buffer overflow bug when recording tapes fixed many more bugs (that are all listed on git.artsoft.org) --- games/rocksndiamonds/Makefile | 4 ++-- games/rocksndiamonds/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index fc601406fb4..ec67f67763f 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/10/13 16:08:35 adam Exp $ +# $NetBSD: Makefile,v 1.54 2018/03/08 19:05:10 adam Exp $ -DISTNAME= rocksndiamonds-4.0.1.0 +DISTNAME= rocksndiamonds-4.0.1.3 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ diff --git a/games/rocksndiamonds/distinfo b/games/rocksndiamonds/distinfo index be7e91beb78..790ef8f0adf 100644 --- a/games/rocksndiamonds/distinfo +++ b/games/rocksndiamonds/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.29 2017/10/13 16:08:35 adam Exp $ +$NetBSD: distinfo,v 1.30 2018/03/08 19:05:10 adam Exp $ -SHA1 (rocksndiamonds-4.0.1.0.tar.gz) = 1f529a0085a3729600d25d6ab02bae6020489100 -RMD160 (rocksndiamonds-4.0.1.0.tar.gz) = 26a9f21575d5292ee1f428fb31c51cb86ce0f27f -SHA512 (rocksndiamonds-4.0.1.0.tar.gz) = 2648d3153e6c873d869f33df4c05c82aff24ff340ad16d3c4e384c0a460cb9311d1ad0e19776024e3ee0912164fd0b5c122593b98c192e5154be76a190e1400c -Size (rocksndiamonds-4.0.1.0.tar.gz) = 3602271 bytes +SHA1 (rocksndiamonds-4.0.1.3.tar.gz) = 0e5d4e941c736ae588c4241d4fdf65451716a696 +RMD160 (rocksndiamonds-4.0.1.3.tar.gz) = 599c37ee415b1b93712eb07f095e4c36f1f4a088 +SHA512 (rocksndiamonds-4.0.1.3.tar.gz) = 1e05b70fc286b48ce034c7068b020b7cf53a2f7427b95bc711a3cbd5aa388958419f233d84f6194bbc0de1c6f1a5ed7cf04c2fd60babf1864ee3d78a4c19b814 +Size (rocksndiamonds-4.0.1.3.tar.gz) = 3609220 bytes SHA1 (patch-src_Makefile) = 702af16aeb41f10d3ea995ad8c5c2a43f3ce9a0e SHA1 (patch-src_libgame_joystick.c) = 152bfcca101d5b66838d68532fbd76599297a6ef SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727 -- cgit v1.2.3