Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | AUDIO: Fix broken physical audio CD playback on non-win32 | Bastien Bouclet | |
The play method did not override the base class due to the addition of the soundType parameter. | |||
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops | |
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API. | |||
2016-03-13 | BACKENDS: Add a closeCD() function to the AudioCDManager | Matthew Hoops | |
2015-12-15 | PS3: Make use of an updated SDL2 version | Bastien Bouclet | |
This version, available at https://bitbucket.org/bgK/sdl_psl1ght, is based on SDL 2.0.3. | |||
2015-01-25 | SDL: Guard audio CD code to be SDL 1.2 only. | Johannes Schickel | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn | |
svn-id: r54575 | |||
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn | |
This commit contains the AudioCDManager changes from the gsoc2010-opengl branch. The other changes in that branch are restricted to the backends directory only (plus configure). The Nintendo DS and Dreamcast ports still need to be ported over to the new Audio CD system, but that should be fairly easy to do. svn-id: r54147 | |||
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-02 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50589 | |||
2010-06-23 | Fixed AudioCDManager not having a public inheritance. Backend code cleanup. | Alejandro Marzini | |
svn-id: r50189 | |||
2010-06-09 | Created DefaultAudioCDManager and SdlAudioCDManager | Alejandro Marzini | |
svn-id: r49532 |