]> git.mxchange.org Git - simgear.git/history - simgear/sound/sample_openal.cxx
proper orientation(?) and comment out relative position and direction code since...
[simgear.git] / simgear / sound / sample_openal.cxx
2009-11-01 ehofmanproper orientation(?) and comment out relative position...
2009-10-31 ehofmananother attempt at getting something useful without...
2009-10-30 ehofmanadd relative pos back in
2009-10-29 ehofmanmultiply quats in the right order
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 ehofmansmall code reorganization and addition of debugging...
2009-10-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
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 ehofman.. and remove some debugging code
2009-10-22 ehofmanrevert some test code
2009-10-22 ehofmanfix a memory leak and add some temporary debugging...
2009-10-22 ehofmanUpdates to the test utilies.
2009-10-19 ehofmanuse auto_ptr instead
2009-10-19 ehofmando not yet add the relative sound position to the absol...
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 ehofmanconvert _relative_pos to a vector of doubles and set...
2009-10-17 ehofmanAlut < 1.0 fixes and finaly fix the sound orientation
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-07 ehofman(try to) properly align model and viewer
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2008-12-12 fredbPrint the name of the file generating an OpenAL error
2008-10-23 curtFix a few spelling errors.
2008-05-31 fredbUse bool instead of int to represent boolean values
2007-07-22 mfranzcoding style fixes
2007-07-22 mfranzMaik JUSTUS: workaround for broken Doppler effect in...
2007-07-22 mfranzMaik JUSTUS: Doppler fixes (add option to turn off...
2007-06-21 mfranzMaik JUSTUS: fix/implement directional sound
2006-03-08 mfranz- new FSF addresses
2006-02-18 fredbAdd missing include files needed by the new math code...
2005-12-11 ehofmanVassilii Khachaturov:
2005-11-12 ehofmanLet the application free the buffer data.
2005-11-12 ehofmanPrevent a possible memory leak.
2005-11-12 ehofmanadd a missing character.
2005-11-12 ehofmanMake a clear separation between loading a sound file...
2005-10-25 ehofmanOops, ALUT 1.0 requires a little more work than expected.
2005-10-25 ehofmanPrepare for ALUT version 1.0
2005-01-24 ehofmanErik Hofman
2005-01-08 ehofmanFrederic Bouvier:
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-09-15 curtFix another case where the direction vector is not...
2004-09-10 curtdirection vector needs to be initialized, otherwise...
2004-09-08 ehofmanAdd support for audio orientation: direction and cone...
2004-05-10 curtI had overlooked a few memory allocation/deallocation...
2004-04-28 curtAdd support for specifying a positional offset relative...
2004-04-28 curtExpose the ability to specify how the sound volume...
2004-04-27 curtTweak default source audio parameters.
2004-04-27 curtExpose some of the positional components of the OpenAL...
2004-04-26 curtOops, one addtional tweak.
2004-04-26 curtUpdate the SoundSample api so we can request that a...
2004-04-25 curtLower the verbosity in a couple other spots.
2004-04-25 curtLower verbosity.
2004-04-25 curtAdd support for the MacOS variations of OpenAL.
2004-04-24 curtRewrite the entire audio support library on top of...