]> git.mxchange.org Git - simgear.git/history - simgear/sound
Fix missing include in simgear/misc/strutils_test.cxx
[simgear.git] / simgear / sound /
2016-03-28 Erik HofmanCode cleanups and fix codecPCM16 for big-endian systems...
2015-12-10 James TurnerTemplated helper to retrieve a subsystem
2015-12-10 Erik HofmanMake it possible to tie the absolute position to a...
2015-11-05 Erik HofmanAdd the option to set the reference name afterwards...
2015-09-22 Erik HofmanRevert previous change, OpenAL-Soft is not ready yet.
2015-08-26 Erik HofmanIt looks like the current version of OpenAL-Soft has...
2015-05-18 onoxFix position calculation of sound samples
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2013-10-17 James TurnerFix float-int conversion bug caught by Clang
2013-06-22 James TurnerXCode warning fixes.
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-02-18 James TurnerFix MSVC compilation, thanks to Fred.
2013-02-18 Hoorayfix mingw
2012-12-12 James TurnerWhoops, fix bad #ifdef to disable sound. Bug #958
2012-12-07 James TurnerWork on making OpenAL a compile-time option.
2012-11-21 ThorstenBFix compiler error with disabled sound support.
2012-11-20 James TurnerWork on ENABLE_SOUND.
2012-11-19 James TurnerRemove duplicate members in SGSampleQueue.
2012-10-04 ThorstenBFix Linux compile: "free" needs stdlib.h.
2012-10-04 James TurnerInitial work on making OpenAL private to the sound...
2012-09-21 ThorstenBSound Manager: support subsystem reinit,
2012-09-16 James TurnerStandardise SimGear libraries, for static vs shared.
2012-08-21 James TurnerFix more Linux warnings/errors.
2012-08-21 James TurnerFix tests linkage when building static libs.
2012-08-21 James TurnerUnbreak Linux: malloc() needs <cstdlib>
2012-08-21 James TurnerRemove ALUT usage from SimGear .
2012-06-24 ThorstenBFix error handling in SGSampleGroup::stop
2012-06-19 ThorstenBPatch clean-up
2012-06-19 Harald JOHNSEN- stop sounds when removing a sound group
2012-06-08 Harald JOHNSENremove some warnings for MSVC
2012-05-20 Frederic BouvierRemove redundant inclusion of SGMath.hxx
2012-05-12 ThorstenB#767 related: fix sound resource management
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-03-22 ThorstenBDon't crash when "avionics == NULL".
2012-01-09 ThorstenBFix final simgear GCC warnings.
2011-12-30 Erik Hofmansounds tied to listeners are never out of range
2011-12-24 Erik HofmanDegarde lack of free sounds message from alert to bulk...
2011-12-13 Erik HofmanNo need to start non looping samples automatically...
2011-12-13 Erik HofmanAdd an out_of_range property to sound samples. If set...
2011-12-12 Erik HofmanFree OpenAL sounds of objects that are farther away...
2011-12-11 ThorstenBImprove logging classes.
2011-12-07 Erik HofmanProperly handle stereo wav files; remove data buffer...
2011-12-04 ThorstenBfix sound buffer resource leak
2011-12-04 ThorstenBsound: fix "source" resource leak
2011-12-04 ThorstenBsound manager: report a few more errors
2011-11-28 James TurnerBuild system tweaks to support SIMGEAR_SHARED building...
2011-11-26 ThorstenBcmake: add option to disable building tests
2011-11-23 Erik HofmanSlightly rearrange the buffer removing code. This shoul...
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-13 James TurnerFix a std:: namespace issue on Windows.
2011-11-10 Erik HofmanAlso stop the source if it is paused when exit.
2011-11-10 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-29 James TurnerMove ALUT 1.0 variables inside the #ifdef, to avoid...
2011-10-28 Mathias FroehlichHopefully fix jenkins build.
2011-10-28 James TurnerAdd sound test programs to the CMake build.
2011-10-24 James TurnerAddress warnings found via Clang - especially related...
2011-10-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-17 James Turnerstd:: namespace fixes.
2011-10-03 Erik HofmanWarn for stereo files.
2011-09-02 Torsten DreyerMerge commit 'refs/merge-requests/7' of git://gitorious...
2011-08-29 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-08-28 ThorstenBMerge commit 'refs/merge-requests/9' of git://gitorious...
2011-08-27 ThorstenB#329: fix issue with mismatching sound volume
2011-07-30 James TurnerClean header dependencies of condition.hxx - introduce...
2011-06-25 ThorstenB#348: (continued) Missing sound files not reported...
2011-03-19 ThorstenBAvoid some memory leaks in derived classes due to non...
2011-03-19 ThorstenBAvoid nuisance sounds in initial update loop.
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-12-13 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-12-13 Erik HofmanRemove unused files
2010-12-12 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-12-12 Erik HofmanUpdate the bad-doppler test and simplify it to only...
2010-11-14 ThorstenBremove old .cvsignore files
2010-09-10 Erik HofmanSet the listener position to it's default value, just...
2010-09-09 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-09-06 James TurnerSecond attempt to fixed OpenAL tests.
2010-09-06 James TurnerFix up tests for revised SGSoundSample ctor.
2010-09-06 James TurnerPass current-dir down through XMLSound
2010-09-06 James TurnerAdd ResourceManager, and use to find sound and model...
2010-09-05 James TurnerValidate sound file paths in an XML file.
2010-08-08 James TurnerMore ignore files, for 'make check' binaries
2010-08-07 James TurnerRemoval of PLIB/SG from SimGear
2010-08-02 Erik HofmanActually enable looping for a sample queue
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-07-27 Erik HofmanC++ify some code
2010-07-27 Erik HofmanSmall bugfix, the previous test always sets _property...
2010-07-27 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-25 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-22 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-19 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-16 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-14 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
next