1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #17 from LaurensVoerman/master More... about 8 years ago
use osgUtil/LineSegmentIntersector instead of (removed) osgUtil/IntersectVisitor for osg 3.7.0 and higher More... about 8 years ago
Merge pull request #16 from fcami/master More... almost 9 years ago
revisit https://github.com/mccdo/osgaudio/issues/11 selectively use deprecated_osg depending on detected OSG version at compile time More... almost 9 years ago
Merge pull request #15 from fcami/master More... over 10 years ago
fix the FSF's address to match COPYING More... over 10 years ago
fix https://github.com/mccdo/osgaudio/issues/11 - osgaudio.cpp: switch to deprecated_osg - osgaudiomultiple.cpp: switch to deprecated_osg More... over 10 years ago
Update README More... over 11 years ago
correct copy/paste error. More... about 14 years ago
correct cmake install issues. More... about 14 years ago
update build to support openal better and added documentation comments on how to integrate osgaudio in 3rd party projects. More... about 14 years ago
add new find tools to enable osgaudio to be more easily integrated into 3rd party applications. More... about 14 years ago
cleanup some of the old commented out cmake commands and made the version file to be auto generated. More... about 14 years ago
Adding doxygen documentation build target. More... over 14 years ago
Copyright bump. More... over 14 years ago
Copyright bump. More... over 14 years ago
correct memory leak. submitted from godbyk. More... over 14 years ago
Follow-on work to last commit. More... about 15 years ago
Removing CMake code that introduces erroneous ".." in library path names. Have encountered this with VS2008Exp Win32 and VS2010Pro Win64. More... about 15 years ago
FMOD 4.36 doesn't support RolloffFactor. More... about 15 years ago
replace the hard tabs with 4 spaces. More... about 15 years ago
update the low level examples to init the audio environment before doing anything. More... about 15 years ago
correct a commit from r88 and correctly call the AudioEnvironment singleton. More... about 15 years ago
correct a commit from r88 and correctly call the AudioEnvironment singleton. More... about 15 years ago
added a new method to control how shutdowns are handled with OpenAL so that the OpenAL sub system is deleted when the shutdown request is processed. This resolves a windows issue that arises with the use of singletons. More... about 15 years ago
Updating AUTHORS file per Alberto Jaspe's request. More... about 15 years ago
update the fmod backend to support the 4.34.05 version of fmod enums. from my reading of the docs it does not look like there is any functional changes here other than the enum name. More... about 15 years ago
Add data directory contents to the install target. More... over 15 years ago
Pull all init-time constants out into new SoundDefaults files. More... over 15 years ago
change the fix for the max function to be more correct. More... over 15 years ago