]> git.mxchange.org Git - simgear.git/history - simgear/sound/xmlsound.cxx
#348: (continued) Missing sound files not reported properly
[simgear.git] / simgear / sound / xmlsound.cxx
2011-06-25 ThorstenB#348: (continued) Missing sound files not reported...
2011-03-19 ThorstenBAvoid nuisance sounds in initial update loop.
2010-09-09 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-09-06 James TurnerPass current-dir down through XMLSound
2010-09-05 James TurnerValidate sound file paths in an XML file.
2010-07-27 Erik HofmanC++ify some code
2010-07-27 Erik HofmanSmall bugfix, the previous test always sets _property...
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-11 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-11-18 ehofmanSet to default distance attenuation function but change...
2009-11-17 ehofmanWhat do you know, the real problem turned out to be...
2009-11-10 ehofmanalso recalculate the velocity in update_pos_and_orienat...
2009-11-10 ehofmanallow sound effects in the configuration file to be...
2009-11-04 ehofmansome small fixes
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-01 ehofmanproper orientation(?) and comment out relative position...
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
2009-10-26 ehofmanre-enable sound positioning and velocity, test for...
2009-10-22 ehofmanrevert some test code
2009-10-22 ehofmanUpdates to the test utilies.
2009-10-16 ehofmangive the sample class as much info as possible to prope...
2009-10-11 ehofmanCorrect (and verrified) position, orientation and veloc...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 Tim MooreMerge branch 'topic/projection' into next
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-17 jmtLogging:less verbose sound loading.
2009-09-17 jmtLogging - downgrade play/stop messages to debug.
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmanadd a bit of comment
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-11 frohlichUse a reference counted pointer for the condition.
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-05-21 mfranzxmlsound: warning--
2008-05-21 mfranzadd <delay-sec> parameter that defines how many seconds...
2008-03-20 mfranz- warnings--
2007-07-22 mfranzMaik JUSTUS: Doppler fixes (add option to turn off...
2007-06-23 mfranzdon't only complain that the volume is larger than...
2007-06-21 mfranzMaik JUSTUS: fix/implement directional sound
2006-07-30 fredbWin32 fix
2006-07-30 frohlichRemove fastmath funktions like discussed on the list.
2006-03-08 mfranz- new FSF addresses
2006-03-03 ehofmanMathias Fröhlich:
2006-01-30 ehofmancreate an absolute value before calling log or log10...
2006-01-24 ehofmanMathias Fröhlich:
2005-11-12 ehofmanMake a clear separation between loading a sound file...
2005-11-05 curtAdd a code comment for future thought.
2004-11-21 ehofmanMelchior FRANZ:
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-09-08 ehofmanAdd support for audio orientation: direction and cone...
2004-07-16 ehofmanWeak excuse, but it's getting late. Do clipping right...
2004-07-16 ehofmanClip to volume to 1.0 if necessary.
2004-06-13 ehofmanBe a bit anoying (and a tad more descriptive) about...
2004-04-28 curtAdd support for specifying a positional offset relative...
2004-04-28 curtLower verbosity level.
2004-04-28 curtExpose the ability to specify how the sound volume...
2004-04-26 curtUpdate the SoundSample api so we can request that a...
2004-04-24 curtRewrite the entire audio support library on top of...