Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-03-15 | MACOSX: Add comment about track ID search loop. | Johannes Schickel | |
2016-03-15 | MACOSX: Guard audio cd code by define check. | Johannes Schickel | |
2016-03-15 | MACOSX: Replace manual uint parsing by strtol. | Johannes Schickel | |
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: 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 Mac OS X by path or drive | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a custom Mac OS X CD audio manager | Matthew Hoops | |
Since Mac OS X Carbon/Cocoa API isn't stable (in that it's changed multiple times over the years). Maintaining two versions of the same code (one in some foreign language with overly long names) isn't very appealing to me. |