Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-17 | WIN32: Move all ARRAYSIZE undefs to util.h | SupSuper | |
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own | |||
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. | |||
2018-05-05 | XEEN: Add an optional param to CD playback to specify sound type | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-03-14 | WIN32: Cleanup header includes for AudioCD code. | Johannes Schickel | |
2016-03-14 | WIN32: Supply required DDK headers for older MSVC. | Johannes Schickel | |
Header file taken from MinGW's w32api 4.0.3. | |||
2016-03-13 | WIN32: Fix compilation with MinGW-w64. | Johannes Schickel | |
2016-03-13 | WIN32: Guard AudioCD code by WIN32 check. | Johannes Schickel | |
2016-03-13 | WIN32: Silence warning in AudioCD code. | Johannes Schickel | |
2016-03-13 | WIN32: Fix AudioCD compilation. | Johannes Schickel | |
2016-03-13 | BACKENDS: Fill buffer at start of AudioCD playback. | Johannes Schickel | |
As suggested by clone2727. | |||
2016-03-13 | BACKENDS: Add ScummVM license header for AudioCD code. | Johannes Schickel | |
As discussed with clone2727. | |||
2016-03-13 | BACKENDS: Formatting fixes. | Johannes Schickel | |
2016-03-13 | BACKENDS: Switch to a common base class for threaded audio CD streams | Matthew Hoops | |
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 support for opening a CD on Windows by drive | Matthew Hoops | |
2016-03-13 | BACKENDS: Use a second thread to assist in buffering Win32 CD audio | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a Win32 audio CD player | Matthew Hoops | |