]> git.mxchange.org Git - simgear.git/history - simgear/sound
pass the float pointer to the isNaN function instead of the SGVec3 type
[simgear.git] / simgear / sound /
2009-10-29 ehofmanpass the float pointer to the isNaN function instead...
2009-10-29 ehofmanmultiply quats in the right order
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-29 ehofmananother test program, using real world locations
2009-10-28 ehofmanFix a bug where a sample was removed from the sample...
2009-10-27 ehofmanalso test for NaN in listener code
2009-10-27 ehofmansmall code reorganization and addition of debugging...
2009-10-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
2009-10-26 ehofmanre-enable sound positioning and velocity, test for...
2009-10-24 ehofmanUse shared pointers for any reference to SGSoundSample...
2009-10-24 ehofmanget rid of aut_ptr, it only works with objects that...
2009-10-22 ehofman.. and remove some debugging code
2009-10-22 ehofmanrevert some test code
2009-10-22 ehofmanshould use free instead of delete for malloced data.
2009-10-22 ehofmana few more temporarty debugging statements
2009-10-22 ehofmanfix a memory leak and add some temporary debugging...
2009-10-22 ehofmanUpdates to the test utilies.
2009-10-21 ehofmanFix a pause situation where more code was executed...
2009-10-19 ehofmanuse auto_ptr instead
2009-10-19 ehofmando not yet add the relative sound position to the absol...
2009-10-19 ehofmansigh, forgot another alut* at the wrong place.
2009-10-18 ehofmanrestore some part of the code to prevent an untwanted...
2009-10-18 ehofmanStart the sound manager in a deactived state. This...
2009-10-18 ehofmanDon't delete the sample data if it wasn't constructed...
2009-10-17 ehofmanmake sure update_late isn't executed when dt=0
2009-10-17 ehofmandocumentation, licensing, copyright and small api updates.
2009-10-17 ehofmanconvert _relative_pos to a vector of doubles and set...
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 ehofmanInitialization was done much earlier than expected...
2009-10-16 ehofmanadd a debugging statement
2009-10-16 ehofmangive the sample class as much info as possible to prope...
2009-10-13 ehofmanAlex Buzin:
2009-10-11 ehofmanCorrect (and verrified) position, orientation and veloc...
2009-10-11 ehofmanOpenAL buffer management; add a buffer cache to prevent...
2009-10-08 ehofmanadd the option to tie a SampleGroup to the listener...
2009-10-08 ehofmanalut pre-1.0 doesn't support aletGetError but then...
2009-10-07 ehofmanfix a typo
2009-10-07 ehofman(try to) properly align model and viewer
2009-10-06 ehofmandefault listener (master volume) default to 0.0 to...
2009-10-06 ehofmanadd the alc.h header file vor OpenAL context related...
2009-10-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 Tim MooreMerge branch 'topic/projection' into next
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-17 jmtLogging:less verbose sound loading.
2009-09-17 jmtLogging - downgrade play/stop messages to debug.
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-08-23 torstendon't build tabbed_value_test, swap_test, openal_test1...
2009-08-23 torstenwarning fix: unused variables
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmanadd a bit of comment
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-11 frohlichUse a reference counted pointer for the condition.
2009-02-15 Tim MooreMerge branch 'topic/nasal' into next
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/cloudz' into next
2009-02-04 Tim MooreMerge branch 'maint' into next
2009-01-28 Tim MooreMerge branch 'topic/yontree' into next
2009-01-28 Tim MooreMerge branch 'maint' into next
2009-01-23 Tim MooreMerge branch 'topic/modelopt' into next
2009-01-23 Tim MooreMerge branch 'topic/yontree' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-15 Tim MooreMerge branch 'foo' into next
2009-01-15 jmtFix linkage of test programs with OpenThreads.
2008-12-12 fredbPrint the name of the file generating an OpenAL error
2008-10-23 curtFix a few spelling errors.
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-28 ehofmanReplace SG_USE_STD() by using std::
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-05-31 fredbUse bool instead of int to represent boolean values
2008-05-21 mfranzxmlsound: warning--
2008-05-21 mfranzadd <delay-sec> parameter that defines how many seconds...
2008-03-20 mfranz- warnings--
2007-07-22 timooreAllow parallel make ("make -j2") by giving make the...
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...
2007-06-23 mfranzdon't only complain that the volume is larger than...
2007-06-21 mfranzMaik JUSTUS: fix/implement directional sound
2007-05-16 curtFix a compiler warning.
2007-01-23 ehofman*** empty log message ***
2006-10-22 durkCompile time fixes needed to build SimGear on recent...
2006-07-30 fredbWin32 fix
2006-07-30 frohlichRemove fastmath funktions like discussed on the list.
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.
next