Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-05 | XEEN: Add an optional param to CD playback to specify sound type | Paul Gilbert | |
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: Allow for specifying a drive via the cdrom option | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a closeCD() function to the AudioCDManager | Matthew Hoops | |
2016-03-13 | BACKENDS: Move to an openCD() without parameters as the public API | Matthew Hoops | |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel | |
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-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel | |
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399 | |||
2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini | |
svn-id: r51776 | |||
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-15 | Renamed abstract Manager files. | Alejandro Marzini | |
svn-id: r49677 | |||
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini | |
- Removed AudioCDManager Singleton, and changed code for using AudioCDManager in OSystem. - Added initialization code for new AudioCDManager in BaseBackend and OSystem_SDL. svn-id: r49548 | |||
2010-06-09 | Added an abstract version of AudioCDManager. | Alejandro Marzini | |
svn-id: r49547 | |||
2010-06-09 | Created DefaultAudioCDManager and SdlAudioCDManager | Alejandro Marzini | |
svn-id: r49532 |