svn commit: r569241 - in head/emulators/cannonball: . files

Santhosh Raju fox at FreeBSD.org
Fri Mar 26 05:24:23 UTC 2021


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 at 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


More information about the svn-ports-head mailing list