]> git.mxchange.org Git - simgear.git/history - simgear/sound/sample_openal.hxx
Switch to out own audio format defines
[simgear.git] / simgear / sound / sample_openal.hxx
2016-08-13 Erik HofmanSwitch to out own audio format defines
2016-08-13 Erik HofmanRemove unused sample queue code
2016-08-13 Erik HofmanRemove support for stereo sounds
2016-08-13 Erik HofmanFirst layer of separation between SimGear an OpenAL
2015-12-10 Erik HofmanMake it possible to tie the absolute position to a...
2015-11-05 Erik HofmanAdd the option to set the reference name afterwards...
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2012-11-19 James TurnerRemove duplicate members in SGSampleQueue.
2012-10-04 ThorstenBFix Linux compile: "free" needs stdlib.h.
2012-10-04 James TurnerInitial work on making OpenAL private to the sound...
2012-08-21 James TurnerRemove ALUT usage from SimGear .
2012-05-20 Frederic BouvierRemove redundant inclusion of SGMath.hxx
2012-01-09 ThorstenBFix final simgear GCC warnings.
2011-12-13 Erik HofmanNo need to start non looping samples automatically...
2011-12-13 Erik HofmanAdd an out_of_range property to sound samples. If set...
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-24 James TurnerAddress warnings found via Clang - especially related...
2011-09-02 Torsten DreyerMerge commit 'refs/merge-requests/7' of git://gitorious...
2011-08-29 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-08-28 ThorstenBMerge commit 'refs/merge-requests/9' of git://gitorious...
2011-08-27 ThorstenB#329: fix issue with mismatching sound volume
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-08-07 James TurnerRemoval of PLIB/SG from SimGear
2010-08-02 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-08-02 Erik HofmanInitial commit for a sample queue extension.
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-12-11 ehofmanDon't assign the buffer data to the sample in case...
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-04 ehofmanfix directional sound orientation
2009-11-04 ehofmansome small fixes
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-02 ehofmanSmall code reorganization, mostly removing unneeded...
2009-11-02 ehofmanPosition and orientation fixes thanks to Tim Moore...
2009-11-01 ehofmansilently clip pitch and gain to their maximum values
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 ehofmansmall code reorganization and addition of debugging...
2009-10-24 ehofmanget rid of aut_ptr, it only works with objects that...
2009-10-22 ehofmanshould use free instead of delete for malloced data.
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 ehofmandocumentation, licensing, copyright and small api updates.
2009-10-17 ehofman_data is not an array of pointer
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-06 ehofmanInitial commit of the new sound system, expect more...
2008-10-23 curtFix a few spelling errors.
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
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...
2006-03-08 mfranz- new FSF addresses
2006-01-24 ehofmanMathias Fröhlich:
2005-11-12 ehofmanLet the application free the buffer data.
2005-11-12 ehofmanPrevent a possible memory leak.
2005-11-12 ehofmanMake a clear separation between loading a sound file...
2005-01-24 ehofmanErik Hofman
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-05-10 curtI had overlooked a few memory allocation/deallocation...
2004-04-30 andyChanges to get SimGear to configure and compile out...
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 curtExpose some of the positional components of the OpenAL...
2004-04-26 curtUpdate the SoundSample api so we can request that a...
2004-04-25 curtAdd support for the MacOS variations of OpenAL.
2004-04-24 curtClamp pitch values rather than just dumping an error...
2004-04-24 curtRewrite the entire audio support library on top of...