scummvm/engines/testbed
Max Horn 29847ea42d AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
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-03-23 15:25:47 +01:00
..
config-params.cpp COMMON: Simplify DECLARE_SINGLETON macro 2010-11-16 08:23:13 +00:00
config-params.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
config.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
config.h GUI: Move major widgets to new directory gui/widgets 2010-11-16 10:11:57 +00:00
detection.cpp ENGINES: Unify code layout of all ADParams instances 2010-11-07 01:01:18 +00:00
events.cpp TESTBED: modified the Keyboard test Look-up table to include all alphanumeric characters 2010-08-14 09:06:06 +00:00
events.h TESTBED: Some refinemnts related to skipping tests and display in GUI 2010-08-09 20:10:53 +00:00
fs.cpp 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
fs.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
graphics.cpp TESTBED: Changed usage of PI to M_PI (normally defined in math.h) 2011-03-19 02:32:53 +02:00
graphics.h TESTBED: Adapt documentation to the palette RGBA->RGB change. 2011-02-20 21:39:30 +01:00
midi.cpp AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses 2011-03-23 15:25:47 +01:00
midi.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
misc.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
misc.h TESTBED: Some refinemnts related to skipping tests and display in GUI 2010-08-09 20:10:53 +00:00
module.mk 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
savegame.cpp TESTBED: Some refinemnts related to skipping tests and display in GUI 2010-08-09 20:10:53 +00:00
savegame.h TESTBED: Some refinemnts related to skipping tests and display in GUI 2010-08-09 20:10:53 +00:00
sound.cpp AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
sound.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
template.h TESTBED: formatting fix, deleted spaces/tabs at end of line 2010-08-14 08:32:39 +00:00
testbed.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
testbed.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
testsuite.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
testsuite.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00