]> git.mxchange.org Git - simgear.git/history - simgear/sound/soundmgr_openal.hxx
Pass current-dir down through XMLSound
[simgear.git] / simgear / sound / soundmgr_openal.hxx
2010-05-06 Tim MooreMerge branch 'jmt/ref_ptr-conv'
2010-05-06 Tim MooreMerge branch 'ehofman/framebuffer'
2010-05-06 Tim MooreMerge branch 'mathias/intersect'
2010-05-06 Tim MooreMerge branch 'ehofman/sound'
2010-05-05 Tim MooreMerge branch 'jmt/ref_ptr-conv' into next
2010-05-05 Tim MooreMerge branch 'ehofman/framebuffer' into next
2010-05-05 Tim MooreMerge branch 'master' into next
2010-05-05 Tim MooreMerge branch 'mathias/intersect' into next
2010-05-05 Tim MooreMerge branch 'master' into next
2010-05-05 Tim MooreMerge branch 'ehofman/sound' into next
2010-05-05 jmtFollowing discussion with Tat and Erik, update how...
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-25 Tim MooreMerge branch 'torsten/geoequal'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2010-01-11 Tim MooreMerge branch 'timoore/effects'
2009-12-27 ehofmankeep a pointer to the OpenAL vendor and renderer for...
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-11-29 ehofmanAdd a function to retreive all available playback devices.
2009-11-29 ehofmanMake it possible to specify a different device name
2009-11-24 ehofmantest for implementations with 'bad' doppler effects...
2009-11-24 ehofmanproper listener velocity calculation, this has no effec...
2009-11-12 ehofmantemporarily remove listener (viewer) and source offsets...
2009-11-10 ehofmanalso recalculate the velocity in update_pos_and_orienat...
2009-11-04 ehofmansome small fixes
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-02 ehofmanPosition and orientation fixes thanks to Tim Moore...
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-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
2009-10-21 ehofmanFix a pause situation where more code was executed...
2009-10-19 ehofmando not yet add the relative sound position to the absol...
2009-10-18 ehofmanStart the sound manager in a deactived state. This...
2009-10-17 ehofmandocumentation, licensing, copyright and small api updates.
2009-10-16 ehofmanInitialization was done much earlier than expected...
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-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-06 ehofmanadd the alc.h header file vor OpenAL context related...
2009-10-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2008-10-23 curtFix a few spelling errors.
2008-07-28 ehofmanReplace SG_USE_STD() by using std::
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2007-07-22 mfranzMaik JUSTUS: workaround for broken Doppler effect in...
2006-03-08 mfranz- new FSF addresses
2006-01-24 ehofmanMathias Fröhlich:
2005-01-24 ehofmanErik Hofman
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-05-14 curtAdd a function to globally set volume (aka AL_GAIN)
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...