Received: by mail.netbsd.org (Postfix, from userid 605) id 29D1784DA5; Wed, 3 Mar 2021 08:30:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65F8284DA2 for ; Wed, 3 Mar 2021 08:30:49 +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 HPJ3ki6o0Ilz for ; Wed, 3 Mar 2021 08:30:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7E1C684D12 for ; Wed, 3 Mar 2021 08:30:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7571AFA95; Wed, 3 Mar 2021 08:30:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614760248123850" MIME-Version: 1.0 Date: Wed, 3 Mar 2021 08:30:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/games/rocksndiamonds To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210303083048.7571AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614760248123850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Mar 3 08:30:48 UTC 2021 Modified Files: pkgsrc/games/rocksndiamonds: Makefile distinfo Log Message: rocksndiamonds: updated to 4.2.3.1 Rocks'n'Diamonds 4.2.3.1 released! This patch release fixes two nasty bugs in the last minor release version: * fixed horrible crash bug when using “last played level set” menu * fixed unneeded reloading of artwork when using “last played level set” menu Rocks'n'Diamonds 4.2.3.0 released! A new minor release is available with the following additions and changes: * added “last played level sets” sub-menu to level set selection screen * added step delay option to custom element movement configuration * added support for left, middle or right mouse button for CE change events * added setup option to disable counting score after the game * added setup options to disable asking on quit game and on quit program * added graphics config option to support elements on non-black background; this feature can be activated by using “game.use_masked_elements: true” in the custom graphics configuration file * changed custom artwork list to tree structure similar to level sets, which is separated into three sub-trees for standalone artwork (not related to any level set), artwork that is configured to be used by certain level sets and artwork directly included in level sets (like title screens) * changed sorting and coloring in level sets menu and custom artwork menu * changed saving back artwork info cache only if it has changed * added support for persistent personal game data for the Emscripten platform * added support for using LLDB instead of GDB when debugging on the Mac * fixed two nasty bugs that could have crashed the game Rocks'n'Diamonds 4.2.2.1 released! A new bugfix release is available with the following fixes and additions: * fixed bug with playing team mode tapes with changed visible playfield size * added patch mode to patch tapes to force visible playfield size of 34 x 34 * added patch mode to automatically fix tapes for visible playfield size * fixed single step mode for R’n’D game engine when used in team mode * fixed triggering custom element actions by digging or collecting * added option in level editor to use time score for 1 or 10 seconds left * fixed time score for native Emerald Mine and Diamond Caves levels * fixed bug with screen keyboard still being active during request dialogs * fixed bug with screen keyboard causing overlay buttons to be disabled * added option to disable warning about read-only levels when entering editor * fixed bug with not updating game panel when leaving invisible warp mode * fixed displaying new high score entry if new entry is not on the first page * fixed graphical bug with envelope style request dialog after the game ended Rocks'n'Diamonds 4.2.2.0 released! A new feature release is available with the following additions and fixes: * added showing as many keys as possible in the default game panel * added setup option to show dynamite and keys for the Emerald Mine collection * added support for improved display of keys for the Emerald Mine collection * added support for improved request dialog in Emerald Mine collection * fixed graphical glitch in some cases after request dialog if game has ended * fixed delayed processing of input event immediately after game has started * fixed “empty first move” in step pause mode with Emerald Mine game engine To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/games/rocksndiamonds/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/rocksndiamonds/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614760248123850 Content-Disposition: inline Content-Length: 1972 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/rocksndiamonds/Makefile diff -u pkgsrc/games/rocksndiamonds/Makefile:1.61 pkgsrc/games/rocksndiamonds/Makefile:1.62 --- pkgsrc/games/rocksndiamonds/Makefile:1.61 Thu Dec 10 16:33:02 2020 +++ pkgsrc/games/rocksndiamonds/Makefile Wed Mar 3 08:30:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2020/12/10 16:33:02 adam Exp $ +# $NetBSD: Makefile,v 1.62 2021/03/03 08:30:48 adam Exp $ -DISTNAME= rocksndiamonds-4.2.0.5 +DISTNAME= rocksndiamonds-4.2.3.1 COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban Index: pkgsrc/games/rocksndiamonds/distinfo diff -u pkgsrc/games/rocksndiamonds/distinfo:1.35 pkgsrc/games/rocksndiamonds/distinfo:1.36 --- pkgsrc/games/rocksndiamonds/distinfo:1.35 Thu Dec 10 16:33:02 2020 +++ pkgsrc/games/rocksndiamonds/distinfo Wed Mar 3 08:30:48 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2020/12/10 16:33:02 adam Exp $ +$NetBSD: distinfo,v 1.36 2021/03/03 08:30:48 adam Exp $ -SHA1 (rocksndiamonds-4.2.0.5.tar.gz) = a349de2c0514f34f0eef520c646619cab6f8812b -RMD160 (rocksndiamonds-4.2.0.5.tar.gz) = f93ed35e7ddfbc1f4489b3f102324b7cf73a838b -SHA512 (rocksndiamonds-4.2.0.5.tar.gz) = 7e7f653617cbbddc0569f84bae3add5c27df6ca4dfa0d95824745f279d8cdd3549ea9d03f47f252417c14109defba0d027e2a7834a83f6d7624bde7261959218 -Size (rocksndiamonds-4.2.0.5.tar.gz) = 4066308 bytes +SHA1 (rocksndiamonds-4.2.3.1.tar.gz) = 8cd81c5cbca071faa61716b75a5466a6a83a8c05 +RMD160 (rocksndiamonds-4.2.3.1.tar.gz) = 277424f03b4046c1a1ddc95327bede5550ccd576 +SHA512 (rocksndiamonds-4.2.3.1.tar.gz) = f1fc70e87d28bd201fcc070bb5464055e8662c929384caf93b2da3838efa4ab16362b457ffd5e02a4fbc78dc0bb33dfdf7c3b904480394c6746f1fe6b1edd0eb +Size (rocksndiamonds-4.2.3.1.tar.gz) = 4101916 bytes SHA1 (patch-src_Makefile) = 527aa318c55072ee2f32dbc08c8d668b4f910bba SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727 --_----------=_1614760248123850--