From owner-svn-ports-all@freebsd.org Fri Mar 26 05:24:23 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 072DC5B419A; Fri, 26 Mar 2021 05:24:23 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F69Py6sJnz3l3X; Fri, 26 Mar 2021 05:24:22 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE69214B66; Fri, 26 Mar 2021 05:24:22 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12Q5OMjs083647; Fri, 26 Mar 2021 05:24:22 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12Q5OMLe083646; Fri, 26 Mar 2021 05:24:22 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202103260524.12Q5OMLe083646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Fri, 26 Mar 2021 05:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569241 - in head/emulators/cannonball: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: in head/emulators/cannonball: . files X-SVN-Commit-Revision: 569241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 05:24:23 -0000 Author: fox Date: Fri Mar 26 05:24:22 2021 New Revision: 569241 URL: https://svnweb.freebsd.org/changeset/ports/569241 Log: emulators/cannonball: Updates to 0.32 Changes since 0.31: Controller Improvements & Rumble Support This release focuses on Controller Support & Improvements. Please replace your old config.xml file when upgrading to this release. * [Controllers] Basic rumble support can now be enabled from the CONTROLS menu. The strength can be adjusted. The code that controls the rumble is identical to that of the upright arcade machine motor shaker. The option will only show in the menu if your controller is supported. * [Controllers] Auto-detection and assignment of controller buttons and axis should be much improved. I will update the manual to call out the default controls in due course. (Right trigger = accelerate, Left trigger = brake, Start = Start, Back = Menu, A = Gear Change, X = Change View, Y = Coin). These can be redefined as desired. * [Controllers] D-Pad can be used in menus. * [Menus] Gamepad/Joystick settings has its own menu. * [Menus] Ensure that 'A' button on controllers can be used to select items. Analog accelerate is now only used when run via original arcade cabs as it's not optimal. * [Rom Loader] Sped up CRC32 based loading by using a Hashmap. It was reportedly slow when used over a network. * [Rom Loader] It is possible to switch back to the old filename loading system via a setting in config.xml * [Config] It is now possible to change and configure the location of the 'res' directory. Deleted: head/emulators/cannonball/files/patch-cmake_linux.cmake Modified: head/emulators/cannonball/Makefile head/emulators/cannonball/distinfo Modified: head/emulators/cannonball/Makefile ============================================================================== --- head/emulators/cannonball/Makefile Fri Mar 26 03:04:58 2021 (r569240) +++ head/emulators/cannonball/Makefile Fri Mar 26 05:24:22 2021 (r569241) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cannonball -DISTVERSIONPREFIX= v -DISTVERSION= 0.31 +DISTVERSION= 0.32 CATEGORIES= emulators games MAINTAINER= fox@FreeBSD.org Modified: head/emulators/cannonball/distinfo ============================================================================== --- head/emulators/cannonball/distinfo Fri Mar 26 03:04:58 2021 (r569240) +++ head/emulators/cannonball/distinfo Fri Mar 26 05:24:22 2021 (r569241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615884344 -SHA256 (djyt-cannonball-v0.31_GH0.tar.gz) = 8743fcfabeeaf8820ab47196e1b29b1702c1f71b784b6336f79d5f8725bc561b -SIZE (djyt-cannonball-v0.31_GH0.tar.gz) = 269125 +TIMESTAMP = 1616733810 +SHA256 (djyt-cannonball-0.32_GH0.tar.gz) = 50a4316159f5651a18edc7aa1a8961f944ec4bf8170e8afd6cb231cbc182a7c2 +SIZE (djyt-cannonball-0.32_GH0.tar.gz) = 292602