]> git.mxchange.org Git - simgear.git/history - simgear/sound
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / sound /
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