Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2014-02-18 | TESTBED: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn | |
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this. | |||
2013-04-21 | TESTBED: Fix memory leak. CID 1003583 | Eugene Sandulenko | |
2011-06-07 | TESTBED: Specialize call to enable() in MidiTestSuite constructor | Julien | |
2011-06-07 | TESTBED: Cleanup boolean use in enable() function for fs and midi tests | Julien | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn | |
Many engines follow the advice in audio/midiparser.h and create a "pseudo-MidiDriver" subclass. But MidiParser really only needs a tiny subset of the MidiDriver capabilities, namely those found in MidiDriver_BASE. So we try to subclass from that whenever possible; this allows us to remove many stub methods, and enables further future simplifications. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-14 | TESTBED: some more refinements with handling Quit events in GUI | Neeraj Kumar | |
svn-id: r52078 | |||
2010-08-12 | TESTBED: disable tests when required data is not found | Neeraj Kumar | |
svn-id: r52041 | |||
2010-08-11 | TESTBED: enable playing MIDI through testbed | Neeraj Kumar | |
svn-id: r52009 | |||
2010-08-10 | TESTBED: basic template for midi tests | Neeraj Kumar | |
svn-id: r51957 |