]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2004-09-15 curtExpose the size() method for locked and blocking thread...
2004-09-15 curtFix another case where the direction vector is not...
2004-09-10 curtdirection vector needs to be initialized, otherwise...
2004-09-10 curtTweaks for 0.3.7-pre1
2004-09-10 curtAdd support for parsing an xml stream from an in memory...
2004-09-08 ehofmanAdd support for audio orientation: direction and cone...
2004-08-19 ehofmanRemove a left over of ancient times.
2004-08-17 ehofmanthis simple patch will enable the direct use of Point3D...
2004-08-17 ehofmanthis simple patch will prevent to have fog in Clear...
2004-08-15 ehofmanchange the log level of the initialization of OpenAL...
2004-07-29 curtTweaks for official 0.3.6 release.
2004-07-29 ehofmanMake gcc 2.95.* compile again.
2004-07-28 ehofmanUse the SimGear default notation.
2004-07-28 ehofmanIRIX fixes (at least).
2004-07-28 ehofmanIRIX fix (at least).
2004-07-27 curtTweaks for 0.3.6-pre3
2004-07-24 curtFix a minor warning message.
2004-07-22 ehofmanCorrect a typo that produces segfault during cleanup...
2004-07-21 curtTweaks for 0.3.6-pre2
2004-07-21 ehofmanFrederic Bouvier:
2004-07-19 ehofmanTest for alutInit in libopenal.so and in libalut.so...
2004-07-17 ehofmanalut is now part of libopenal.so
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-14 curtTweaks in preparation for the 0.3.6-pre1 release.
2004-07-05 ehofmanMake sure that a directory name containing a '.' doesn...
2004-07-05 ehofmanRemove the need to append a trailing / to the texture...
2004-07-05 ehofmanAllow the use of a <texture-path/> tag to specify the...
2004-07-03 ehofmanUse #elif instead of #else if
2004-07-03 ehofmanFrederic Bouvier:
2004-07-01 curtIf we pass in a position or velocity of nan, openal...
2004-06-27 ehofmanSome small updates.
2004-06-27 ehofmanWork around a broken dlopen/dlclose Linux implementation.
2004-06-25 ehofmanFrederic Bouvier:
2004-06-15 davidIgnore generated files.
2004-06-13 ehofmanBe a bit anoying (and a tad more descriptive) about...
2004-06-12 ehofmanFrederic Bouvier:
2004-06-07 ehofmanFrederic Bouvier:
2004-06-07 ehofmanMingW fix.
2004-06-07 ehofmanAdd an 'add(str)' function that adds a search path...
2004-06-04 ehofmanTweak the doppler effect.
2004-05-28 ehofmanRevert the previous patch. There was already a class...
2004-05-27 ehofmanTweak the bump-mapped 2d cloud color a bit.
2004-05-27 ehofmanAdd the possibillity to parse a user data pointer to...
2004-05-25 ehofmanUse a different coloring scheme.
2004-05-21 ehofmanMacOSX fix that never got applied before.
2004-05-21 ehofmanmingw32 fix
2004-05-21 ehofmanUpdates from Frederic to use 2 texture units and a...
2004-05-20 ehofmanFrederic Bouvier:
2004-05-20 ehofmanMake sure there will be no previous declaration errors.
2004-05-20 ehofmanPatch from Frederic. Adds support for bump-mapped ...
2004-05-15 ehofmanFred: include more check against null pointers and...
2004-05-14 ehofmanSolve the endless loop problem for the DC-3 and prevent...
2004-05-14 curtAdd a function to globally set volume (aka AL_GAIN)
2004-05-11 curtOops, fix a typo.
2004-05-11 curtFrederic Bouvier:
2004-05-10 curtI had overlooked a few memory allocation/deallocation...
2004-05-10 curtFrederic Bouvier:
2004-05-10 curtFrederic Bouvier:
2004-05-10 curtFrederic Bouvier:
2004-05-08 ehofmanAdd fast functions for exp2, pow, log2, root, sin/cos...
2004-05-07 ehofmanFrederic Bouvier:
2004-05-03 andyRobustify the SGTimerQueue destructor. There have...
2004-05-03 andyAdd a destructor for SGEventMgr. We don't own the...
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 curtAdd default openal libs for cygwin.
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 curtGive these two methods slightly less misleading names.
2004-04-26 curtDavid Luff:
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-25 curtAdd correct openal libs for MacOS.
2004-04-24 curtClamp pitch values rather than just dumping an error...
2004-04-24 curtRewrite the entire audio support library on top of...
2004-04-22 curtBernie Bright:
2004-04-04 ehofmanFrederic: The state selector was not referenced and...
2004-04-04 davidAdded more generated files.
2004-04-04 ehofmanMake sure GLuint is known.
2004-04-04 ehofmanFrederic Bouvier:
2004-04-02 ehofmanPlib is willing callbacks to return 0, 1 or 2 and not...
2004-04-02 ehofmanFix an NVidia problem by moving the hack to another...
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-01 curtClean up several stray warnings that have accumulated.
2004-03-26 curtFinal 0.3.5 tweaks.
2004-03-24 curt0.3.5.pre2 tweaks.
2004-03-23 davidIgnore generated files.
2004-03-23 andyFix GC interaction. The "me" reference to a method...
2004-03-22 ehofmanLet the cloud layers follow the earth's surface. If...
next