]> git.mxchange.org Git - simgear.git/history - simgear/sound/sample_group.cxx
get rid of aut_ptr, it only works with objects that can destroyed with delete (and...
[simgear.git] / simgear / sound / sample_group.cxx
2009-10-24 ehofmanget rid of aut_ptr, it only works with objects that...
2009-10-22 ehofmana few more temporarty debugging statements
2009-10-22 ehofmanfix a memory leak and add some temporary debugging...
2009-10-21 ehofmanFix a pause situation where more code was executed...
2009-10-19 ehofmando not yet add the relative sound position to the absol...
2009-10-17 ehofmandocumentation, licensing, copyright and small api updates.
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 ehofmangive the sample class as much info as possible to prope...
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-07 ehofmanfix a typo
2009-10-07 ehofman(try to) properly align model and viewer
2009-10-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...