]> git.mxchange.org Git - simgear.git/history - simgear/sound/sample_group.hxx
Pass current-dir down through XMLSound
[simgear.git] / simgear / sound / sample_group.hxx
2010-08-02 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-08-02 Erik HofmanInitial commit for a sample queue extension.
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-11 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-11-30 ehofmanUpdates to allow runtime chaning of the sound device
2009-11-10 ehofmanalso recalculate the velocity in update_pos_and_orienat...
2009-11-04 ehofmanfix directional sound orientation
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-02 ehofmanSmall code reorganization, mostly removing unneeded...
2009-11-02 ehofmanPosition and orientation fixes thanks to Tim Moore...
2009-10-31 ehofmananother attempt at getting something useful without...
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-24 ehofmanUse shared pointers for any reference to SGSoundSample...
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-18 ehofmanStart the sound manager in a deactived state. This...
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-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...