Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | 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 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn | |
svn-id: r54148 | |||
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-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-12 | TESTBED: disable tests when required data is not found | Neeraj Kumar | |
svn-id: r52041 | |||
2010-08-09 | TESTBED: Some more refinements to the GUI and mouse event tests | Neeraj Kumar | |
svn-id: r51946 | |||
2010-08-09 | TESTBED: Some refinemnts related to skipping tests and display in GUI | Neeraj Kumar | |
svn-id: r51945 | |||
2010-08-05 | TESTBED: playing audio output with variable sample rates | Neeraj Kumar | |
svn-id: r51766 | |||
2010-08-03 | TESTBED: added audiocd test sound tracks as the testbed engine data | Neeraj Kumar | |
svn-id: r51713 | |||
2010-08-03 | TESTBED: Implemented audioCD tests | Neeraj Kumar | |
svn-id: r51711 | |||
2010-07-30 | TESTBED: added code to enable the mixer to simultaneously play channels, ↵ | Neeraj Kumar | |
pause/unpause some of them using GUI, couple of fixes as well svn-id: r51515 | |||
2010-07-30 | TESTBED: generalized the GUI, added code for the end text gui message and ↵ | Neeraj Kumar | |
option to rerun tests svn-id: r51507 | |||
2010-07-29 | TESTBED: implemented gui of Sound Subsystem tests | Neeraj Kumar | |
svn-id: r51468 | |||
2010-07-26 | TESTBED: implemented some sample beeps using PCSpeaker emulator for testing ↵ | Neeraj Kumar | |
sound subsystem svn-id: r51333 |