Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-15 | WINCE: Change default values for "FM_high_quality" & "high_sample_rate" | CeRiAl | |
Changed the default values from "false" to "true" as current devices are fast enough to handle this. It's still possible to change the values to "false" if the device isn't fast enough. | |||
2011-06-22 | PS3: Add a SDL 1.3 mixer, for use with the PS3 backend. | Bastien Bouclet | |
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3. | |||
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-17 | BACKENDS: Mono output devices are OK on Symbian. | Alyssa Milburn | |
2011-06-14 | BACKENDS: Fix Compilation. | D G Turner | |
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-31 | BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-29 | WINCE: Fix Mixer Compilation after header changes. | D G Turner | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-22 | WINCE: Add Tremolo support | dhewg | |
2011-04-19 | BACKENDS: Fix compilation for Caanoo and GP2xWiz. | Johannes Schickel | |
2011-03-08 | WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337) | Max Horn | |
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-08-12 | SDL: Make use of SDL_BACKEND instead of platform specific defines. | Alejandro Marzini | |
svn-id: r52029 | |||
2010-08-01 | SYMBIAN platform. Correct building of SDL refacturing for Symbian. | Lars Persson | |
svn-id: r51587 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50609 | |||
2010-07-01 | Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to ↵ | Alejandro Marzini | |
GP2XSdlEventManager, and added GP2X code. svn-id: r50542 | |||
2010-06-29 | Modularized Linuxmoto port. | Alejandro Marzini | |
svn-id: r50474 | |||
2010-06-28 | Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager. | Alejandro Marzini | |
svn-id: r50458 | |||
2010-06-26 | Modularized Symbian port. | Alejandro Marzini | |
svn-id: r50356 | |||
2010-06-24 | Renamed MacOSXMixerManager to BufferingSDLMixerManager. | Alejandro Marzini | |
svn-id: r50223 | |||
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-23 | Fixed AudioCDManager not having a public inheritance. Backend code cleanup. | Alejandro Marzini | |
svn-id: r50189 | |||
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 |