]> git.mxchange.org Git - simgear.git/history - simgear/sound/soundmgr_openal.cxx
add a debugging statement
[simgear.git] / simgear / sound / soundmgr_openal.cxx
2009-10-16 ehofmanadd a debugging statement
2009-10-16 ehofmangive the sample class as much info as possible to prope...
2009-10-13 ehofmanAlex Buzin:
2009-10-11 ehofmanCorrect (and verrified) position, orientation and veloc...
2009-10-11 ehofmanOpenAL buffer management; add a buffer cache to prevent...
2009-10-08 ehofmanadd the option to tie a SampleGroup to the listener...
2009-10-08 ehofmanalut pre-1.0 doesn't support aletGetError but then...
2009-10-07 ehofman(try to) properly align model and viewer
2009-10-06 ehofmandefault listener (master volume) default to 0.0 to...
2009-10-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2007-07-22 mfranzcoding style fixes
2007-07-22 mfranzMaik JUSTUS: Doppler fixes (add option to turn off...
2006-10-22 durkCompile time fixes needed to build SimGear on recent...
2006-04-25 frohlichPigeons remaining fix for the soundmanager crashes.
2006-03-08 mfranz- new FSF addresses
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-01-24 fredbThe sample is now managed by a SGSharedPtr and shouldn...
2006-01-24 ehofmanMathias Fröhlich:
2005-10-25 ehofmanOops, ALUT 1.0 requires a little more work than expected.
2005-07-27 ehofmanMacOS-X fixes.
2005-03-10 ehofmanIma Sudonim:
2005-01-27 ehofmanMelchior FRANZ:
2005-01-24 ehofmanErik Hofman
2005-01-15 ehofmanMingW/MSYS fix
2004-12-16 ehofmanInitialize volume to inaudiable at startup.
2004-12-02 curtOops, 2nd try ...
2004-12-02 curtMartin Spott: Revised handling of missing isnan() on...
2004-11-21 curtFix a dumb bug.
2004-11-21 ehofmanMelchior FRANZ:
2004-11-21 curtI don't understand why FreeBSD doesn't see isnan()...
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-08-15 ehofmanchange the log level of the initialization of OpenAL...
2004-07-01 curtIf we pass in a position or velocity of nan, openal...
2004-06-04 ehofmanTweak the doppler effect.
2004-04-27 curtExpose some of the positional components of the OpenAL...
2004-04-25 curtAdd support for the MacOS variations of OpenAL.
2004-04-24 curtRewrite the entire audio support library on top of...