Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-14 | BACKENDS: Improve SDL Mixer Output Format Checks and Reporting. | D G Turner | |
This commit corrects a number of minor issues and adds warnings for when the desired output parameters given to SDL_OpenAudio() don't match the obtained. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-28 | SYMBIAN: Fixes & improvements for SymbianSdlMixerManager (untested) | Max Horn | |
svn-id: r54519 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50609 | |||
2010-06-29 | Modularized Linuxmoto port. | Alejandro Marzini | |
svn-id: r50474 | |||
2010-06-24 | Made destructor virtual. | Alejandro Marzini | |
svn-id: r50199 | |||
2010-06-24 | Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX. | Alejandro Marzini | |
svn-id: r50198 | |||
2010-06-20 | Made _sampleRate constant again in Audio::MixerImpl. (And Committing ↵ | Alejandro Marzini | |
"common/timer.h" that should have been included in r50095) svn-id: r50097 | |||
2010-06-12 | Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. ↵ | Alejandro Marzini | |
Updated and removed mixer code in OSystem_SDL for using SdlMixerImpl. svn-id: r49602 |