pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/cannonball
Module Name: pkgsrc
Committed By: fox
Date: Tue Apr 27 14:39:19 UTC 2021
Modified Files:
pkgsrc/emulators/cannonball: Makefile distinfo
Added Files:
pkgsrc/emulators/cannonball/patches: patch-src_main_sdl2_renderbase.cpp
Log Message:
emulators/cannonball: Updates to 0.34
Changes since 0.32:
v0.34
Car Handling Options, Colours & More!
* Car Setup Options (selectable in Settings -> Engine -> Car Setup)
* [Car Handling] Top Speed of 352kph option.
* [Car Handling] Grippy Tyres option.
* [Car Handling] Drive offroad without losing speed option.
* [Car Handling] Strong Bumper option. Hit other cars without
sliding/losing as much speed.
* [Car Colours] Eventually these will be hooked up to something
interesting, but for now you simply toggle them in the menu.
* [Controls] Possible to invert analog pedal axis in config.xml
* [Bug] Fixed issue present on original hardware, where 1 horizontal
line of road bleeds onto music selection and map screen fixed, when
fix_bugs enabled in config.xml
* [Bug] Fixed issue present in the original game, where the passengers
palettes would be incorrect on passing the finish line for 3/5
destinations.
* [Bug] Fixed a visual glitch that persisted for 1/60th of a second when
passing the finish line in 60fps mode
* [High Score Entry] Possible to delete last initial (not present in
original game, but enabled by default in config.xml)
* [High Score Entry] Possible to change default timeout value in config.xml
* [Music Selection] Possible to change default timeout value in config.xml
* [Shadows] Darkness increased to match hardware, as opposed to MAME.
Can be toggled in config.xml
* [Menus] Reorganised menu structure. Added Freeplay and Timing Fixes
to menu.
* [Roms] Support for both versions of fixed sample rom
* New Icon on Windows build
v0.33
Switch & 3DS Audio Support
Overview
Good news: This release focuses on enabling the new music from the Nintendo
3DS and Nintendo Switch version to be used. This audio is in native format,
rather than streamed. Yey.
Bad news: It is incredibly complex to extract the audio. And I cannot provide
it for legal reasons. Boo.
I have provided a wiki page which provides a rough overview of what's
involved. I'll add instructions for the 3DS release at a later date.
Please replace your old config.xml file when upgrading to this release.
What's New
* [Audio] Nintendo Switch and Nintendo 3DS Audio File Support.
* [Audio] Sample Rate can now be set in config.xml. Default frequency
increased to 48Khz, which makes a difference for FM generated audio.
* [Audio] Music Test menu now supports additional audio files
* [Audio] Extra music tracks no longer replace existing audio.
* [Audio] Music selection screen auto-adjusts when new audio added with
new scrolling format.
* [Bug] Fixed long-standing bug where there was a 50% chance of a blank
screen when switching from 60fps to 30fps mode.
* [Techy] MML format better documented in osound.cpp source code.
Additional command added to support Step On Beat.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/cannonball/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/cannonball/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/emulators/cannonball/patches/patch-src_main_sdl2_renderbase.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/cannonball/Makefile
diff -u pkgsrc/emulators/cannonball/Makefile:1.10 pkgsrc/emulators/cannonball/Makefile:1.11
--- pkgsrc/emulators/cannonball/Makefile:1.10 Wed Apr 21 13:24:37 2021
+++ pkgsrc/emulators/cannonball/Makefile Tue Apr 27 14:39:19 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2021/04/21 13:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/04/27 14:39:19 fox Exp $
-DISTNAME= cannonball-0.32
-PKGREVISION= 1
+DISTNAME= cannonball-0.34
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=djyt/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_USING= bsdtar
MAINTAINER= fox%NetBSD.org@localhost
Index: pkgsrc/emulators/cannonball/distinfo
diff -u pkgsrc/emulators/cannonball/distinfo:1.4 pkgsrc/emulators/cannonball/distinfo:1.5
--- pkgsrc/emulators/cannonball/distinfo:1.4 Fri Mar 26 08:53:07 2021
+++ pkgsrc/emulators/cannonball/distinfo Tue Apr 27 14:39:19 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/03/26 08:53:07 fox Exp $
+$NetBSD: distinfo,v 1.5 2021/04/27 14:39:19 fox Exp $
-SHA1 (cannonball-0.32.tar.gz) = f5996710cd235a51ccefe8904181a8085291434f
-RMD160 (cannonball-0.32.tar.gz) = b0447eec49fcadc2493c0bc05ced5a9121933cf2
-SHA512 (cannonball-0.32.tar.gz) = 6f843e38e7ef73feb3a517a8488d37aeb809db4372a1da3de7eaa48bcfa1722f6dad64dd0e52b5bde97fade265559f2a5238646e5b95f4a5c0ae7e10d782680f
-Size (cannonball-0.32.tar.gz) = 292602 bytes
+SHA1 (cannonball-0.34.tar.gz) = 1e8e9dabfe96a16ccf523e4fc5b3fb7a6bdfc34b
+RMD160 (cannonball-0.34.tar.gz) = ae81b9f2ee5c2fcd1b1699014dc6207c2fc89a17
+SHA512 (cannonball-0.34.tar.gz) = 13b2b1bcb2b0e6fa63308663e2a63204438bf2852a4bb264505e946af9a173d5f08eb5af4b4dddf73e44980024a015373caa80cc42a0ccf6eefbe67bbd3a8834
+Size (cannonball-0.34.tar.gz) = 326020 bytes
+SHA1 (patch-src_main_sdl2_renderbase.cpp) = cc151bfe7845827733bab2ec9f1605c090abb8fb
Added files:
Index: pkgsrc/emulators/cannonball/patches/patch-src_main_sdl2_renderbase.cpp
diff -u /dev/null pkgsrc/emulators/cannonball/patches/patch-src_main_sdl2_renderbase.cpp:1.1
--- /dev/null Tue Apr 27 14:39:19 2021
+++ pkgsrc/emulators/cannonball/patches/patch-src_main_sdl2_renderbase.cpp Tue Apr 27 14:39:19 2021
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_main_sdl2_renderbase.cpp,v 1.1 2021/04/27 14:39:19 fox Exp $
+
+Fixes the error: no member named 'round' in namespace 'std'
+
+--- src/main/sdl2/renderbase.cpp.orig 2021-04-27 14:18:09.955963096 +0000
++++ src/main/sdl2/renderbase.cpp
+@@ -1,5 +1,6 @@
+ #include "renderbase.hpp"
+ #include <iostream>
++#include <cmath>
+
+ RenderBase::RenderBase()
+ {
Home |
Main Index |
Thread Index |
Old Index