]> git.mxchange.org Git - simgear.git/history - simgear/sound/soundmgr_openal.cxx
fix a typo.
[simgear.git] / simgear / sound / soundmgr_openal.cxx
2009-12-11 ehofmanfix a typo.
2009-12-11 ehofmanDon't assign the buffer data to the sample in case...
2009-12-11 ehofmanFix crash in SGSoundMgr::stop(): do not try to erase...
2009-12-06 ehofmanadd alcSuspendContext and alcProcessContext again to...
2009-12-03 ehofmanFix runtime switching of sound devices.
2009-11-30 ehofmanUpdates to allow runtime chaning of the sound device
2009-11-29 ehofmanAdd a function to retreive all available playback devices.
2009-11-29 ehofmanSmall bugfix
2009-11-29 ehofmanMake it possible to specify a different device name
2009-11-26 ehofmana slightly more readable version of the test
2009-11-26 ehofmanAlso test for older versions of OpenAL-Sample
2009-11-24 ehofmanDon't forget to apply the doppler adjustment factor...
2009-11-24 ehofmantest for implementations with 'bad' doppler effects...
2009-11-24 ehofmanproper listener velocity calculation, this has no effec...
2009-11-19 ehofmanthe wrong name also mislead me: rotate velocity to...
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-12 ehofmantemporarily remove listener (viewer) and source offsets...
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-02 ehofmanPosition and orientation fixes thanks to Tim Moore...
2009-11-01 ehofmanproper orientation(?) and comment out relative position...
2009-10-31 ehofmananother attempt at getting something useful without...
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-28 ehofmanFix a bug where a sample was removed from the sample...
2009-10-27 ehofmanalso test for NaN in listener code
2009-10-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
2009-10-26 ehofmanre-enable sound positioning and velocity, test for...
2009-10-24 ehofmanUse shared pointers for any reference to SGSoundSample...
2009-10-24 ehofmanget rid of aut_ptr, it only works with objects that...
2009-10-22 ehofmana few more temporarty debugging statements
2009-10-22 ehofmanfix a memory leak and add some temporary debugging...
2009-10-21 ehofmanFix a pause situation where more code was executed...
2009-10-19 ehofmanuse auto_ptr instead
2009-10-19 ehofmando not yet add the relative sound position to the absol...
2009-10-19 ehofmansigh, forgot another alut* at the wrong place.
2009-10-18 ehofmanrestore some part of the code to prevent an untwanted...
2009-10-18 ehofmanStart the sound manager in a deactived state. This...
2009-10-18 ehofmanDon't delete the sample data if it wasn't constructed...
2009-10-17 ehofmanmake sure update_late isn't executed when dt=0
2009-10-17 ehofmandocumentation, licensing, copyright and small api updates.
2009-10-17 ehofmanAlut < 1.0 fixes and finaly fix the sound orientation
2009-10-16 ehofmanInitialization was done much earlier than expected...
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...