Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5C530A654C for ; Mon, 9 Feb 2015 09:51:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EA52B14A1D7; Mon, 9 Feb 2015 09:51:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A7B614A1D1 for ; Mon, 9 Feb 2015 09:51:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z1ZqW0IcOsz6 for ; Mon, 9 Feb 2015 09:51:26 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B677214A1CA for ; Mon, 9 Feb 2015 09:51:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A334698; Mon, 9 Feb 2015 09:51:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Feb 2015 09:51:26 +0000 From: "Soren Jacobsen" Subject: CVS commit: pkgsrc/games/defendguin To: pkgsrc-changes@NetBSD.org Reply-To: snj@netbsd.org X-Mailer: log_accum Message-Id: <20150209095126.A334698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: snj Date: Mon Feb 9 09:51:26 UTC 2015 Modified Files: pkgsrc/games/defendguin: Makefile PLIST distinfo pkgsrc/games/defendguin/patches: patch-aa Log Message: Update to 0.0.12. CHANGES SINCE 0.0.11 * Sound playing function could segfault. Fixed. (Example: hitting [Down] in main menu!) CHANGES SINCE 0.0.10 * Converted all BMPs to indexed (256 colors or less), reducing image files by 1MB and removing white artifacts seen on 24bpp and 32bpp displays. * Made some unloadable BMPs loadable again. * Added configuration for joystick buttons and axes to Options screen. (Values stored in config file (e.g., ~/.defendguinrc)) * Now keeps track of your highest score. * Displays labels ("Player 1" and "Player 2") above score/levels on main menu. * Displays highest score on main menu. * Does not display Player 2 stats on main menu after a 1-player game. * Last scores and levels and high score are saved-to and loaded-from ~/.defendguinrc * Points awarded for shooting boss. Large bonus awarded for beating game. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/defendguin/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/defendguin/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/defendguin/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/defendguin/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.