[Kde-games-devel] Bomber missing sound file: explode.ogg

Mehmet Emre maemre2 at gmail.com
Mon Mar 12 18:21:05 UTC 2012


2012/3/12 Wolfgang Rohdewald <wolfgang at rohdewald.de>:
> Am Montag, 12. März 2012, 17:43:35 schrieb Mehmet Emre:
>> I've ported bomber to QGraphicsView and I've also ported it to
>> KgSound. The game tries to play sounds/explode.ogg but there is no
>> such file (actually there is no such audio file in sounds/ folder). I
>> checked the SVN trunk via websvn and there is no such file in there
>> too. Should I remove the piece of code that tries to play that sound?
>
> here you can search in all paths that ever existed in kde svn:
> http://stuff.povaddict.com.ar/kde-svn-search.php?substring=explode.ogg
>
> returning
>
> /trunk/kdeartwork/kscreensaver/kdesavers/data/kfs_explode.ogg
> /trunk/KDE/kdegames/granatier/sounds/corpse_explode.ogg
> /trunk/KDE/kdegames/granatier/sounds/explode.ogg
> /trunk/playground/games/bomber/sounds/explode.ogg
> /trunk/playground/games/granatier/sounds/corpse_explode.ogg
> /trunk/playground/games/granatier/sounds/explode.ogg
>
> there is svn revision 833625:
>    Removed the sound sample as it was under a incompatiable license
>
> which commented out one
>  playSound(QString("explode.ogg"));
>
> but overlooked the other one
> so I would say remove both. Code that is commented out since 3
> years deserves that.
>
> --
> Wolfgang

Then I'll remove the complete KgSound code since this was the only sound
that's played.
I may also remove the settings about sound too. Should I remove them?

-- 
Mehmet Emre


More information about the kde-games-devel mailing list