]> git.mxchange.org Git - simgear.git/history - simgear/sound
Frederic Bouvier:
[simgear.git] / simgear / sound /
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