r7853 - in packages/trunk/fretsonfire/debian: . patches
Miriam Ruiz
miriam at alioth.debian.org
Wed Jul 23 18:24:22 UTC 2008
Author: miriam
Date: 2008-07-23 18:24:19 +0000 (Wed, 23 Jul 2008)
New Revision: 7853
Added:
packages/trunk/fretsonfire/debian/patches/keep_sound_when_failed.patch
Modified:
packages/trunk/fretsonfire/debian/changelog
packages/trunk/fretsonfire/debian/patches/series
Log:
Added keep_sound_when_failed.patch si that the sound does not disappear
completely when you fail a note and there's no base soundtrack
Thanks to David Martínez Martí <deavidsedice at gmail.com> (again)
Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog 2008-07-23 18:22:44 UTC (rev 7852)
+++ packages/trunk/fretsonfire/debian/changelog 2008-07-23 18:24:19 UTC (rev 7853)
@@ -2,6 +2,9 @@
* Added fix_glow_svg.patch to fix bug in glow.svg
Thanks to David Martínez Martí <deavidsedice at gmail.com>
+ * Added keep_sound_when_failed.patch si that the sound does not disappear
+ completely when you fail a note and there's no base soundtrack
+ Thanks to David Martínez Martí <deavidsedice at gmail.com> (again)
-- Miriam Ruiz <little_miry at yahoo.es> Wed, 23 Jul 2008 19:45:04 +0200
Added: packages/trunk/fretsonfire/debian/patches/keep_sound_when_failed.patch
===================================================================
--- packages/trunk/fretsonfire/debian/patches/keep_sound_when_failed.patch (rev 0)
+++ packages/trunk/fretsonfire/debian/patches/keep_sound_when_failed.patch 2008-07-23 18:24:19 UTC (rev 7853)
@@ -0,0 +1,16 @@
+# Copyright (C) 2008 David Martinez Marti <deavidsedice at gmail.com>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+
+Index: fretsonfire-1.2.512.dfsg/src/Song.py
+===================================================================
+--- fretsonfire-1.2.512.dfsg.orig/src/Song.py 2008-07-23 20:19:03.000000000 +0200
++++ fretsonfire-1.2.512.dfsg/src/Song.py 2008-07-23 20:20:14.000000000 +0200
+@@ -525,6 +525,8 @@
+ self.engine.audio.unpause()
+
+ def setGuitarVolume(self, volume):
++ if not self.rhythmTrack:
++ volume+=0.1
+ if self.guitarTrack:
+ self.guitarTrack.setVolume(volume)
+ else:
Modified: packages/trunk/fretsonfire/debian/patches/series
===================================================================
--- packages/trunk/fretsonfire/debian/patches/series 2008-07-23 18:22:44 UTC (rev 7852)
+++ packages/trunk/fretsonfire/debian/patches/series 2008-07-23 18:24:19 UTC (rev 7853)
@@ -6,3 +6,4 @@
fonts_lower_cpu.patch
fix_window_height_bug.patch
fix_glow_svg.patch
+keep_sound_when_failed.patch
More information about the Pkg-games-commits
mailing list