]> git.mxchange.org Git - simgear.git/history - simgear/sound
Make at least the header aliasing safe.
[simgear.git] / simgear / sound /
2006-04-25 frohlichPigeons remaining fix for the soundmanager crashes.
2006-03-08 mfranz- new FSF addresses
2006-03-03 ehofmanMathias Fröhlich:
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-01-30 ehofmancreate an absolute value before calling log or log10...
2006-01-24 fredbThe sample is now managed by a SGSharedPtr and shouldn...
2006-01-24 ehofmanMathias Fröhlich:
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-11-05 curtAdd a code comment for future thought.
2005-10-25 ehofmanOops, ALUT 1.0 requires a little more work than expected.
2005-10-25 ehofmanPrepare for ALUT version 1.0
2005-07-27 ehofmanMacOS-X fixes.
2005-07-04 ehofmanMake sure it works with the lates version of OpenAL.
2005-03-10 ehofmanIma Sudonim:
2005-01-27 ehofmanMelchior FRANZ:
2005-01-24 ehofmanErik Hofman
2005-01-15 ehofmanMingW/MSYS fix
2005-01-08 ehofmanFrederic Bouvier:
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-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-08-15 ehofmanchange the log level of the initialization of OpenAL...
2004-07-16 ehofmanWeak excuse, but it's getting late. Do clipping right...
2004-07-16 ehofmanClip to volume to 1.0 if necessary.
2004-07-01 curtIf we pass in a position or velocity of nan, openal...
2004-06-15 davidIgnore generated files.
2004-06-13 ehofmanBe a bit anoying (and a tad more descriptive) about...
2004-06-04 ehofmanTweak the doppler effect.
2004-05-14 curtAdd a function to globally set volume (aka AL_GAIN)
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-29 curtHopefully fix a chicken/egg linking problem for people...
2004-04-28 curtAdd support for specifying a positional offset relative...
2004-04-28 curtLower verbosity level.
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-27 ehofmanMake sure the prototype definition of sleep() is found...
2004-04-26 curtOops, one addtional tweak.
2004-04-26 curtUpdate the SoundSample api so we can request that a...
2004-04-26 curtMissed one fix for Mac OS.
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 curtClamp pitch values rather than just dumping an error...
2004-04-24 curtRewrite the entire audio support library on top of...
2003-06-28 ehofmanPut the refference to fast_log() back in after checkit...
2003-06-28 ehofmanFix some problems
2003-06-28 ehofmanAdd some fast math functions
2003-06-20 ehofmanIncrease the maximum number of simultanious audio strea...
2003-06-03 ehofmanRemove an unused variable
2003-06-03 ehofmanAdd some more descriptive comments
2003-06-03 curtTweaks to doxygen comments.
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-09 curtAdded "SG" prefixes to match other SimGear classes.
2003-05-09 ehofmanMove the FlightGear sound code over to SimGear