aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-14ALL: centerd -> centeredMax Horn
2011-04-14ALL: centre -> centerMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax 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-03-19TESTBED: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-04TESTBED: Update rotatePalette() to use an RGB palettemd5
2011-02-20TESTBED: Adapt documentation to the palette RGBA->RGB change.Johannes Schickel
2011-02-14TESTBED: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
This makes it possible to write DECLARE_SINGLETON(foo); instead of DECLARE_SINGLETON(foo) without causing a warning about an extra semicolon. The extra semicolon helps some editors at parsing the C++ code. svn-id: r54258
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
svn-id: r54148
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax 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-07ENGINES: Unify code layout of all ADParams instancesMax Horn
svn-id: r54105
2010-11-01COMMON: 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-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
svn-id: r53738
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration ↵Neeraj Kumar
specific static variables. 2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973
2010-09-18TESTBED: Fix warningsFilippos Karapetis
svn-id: r52790
2010-09-16TESTBED: fixed detectionNeeraj Kumar
svn-id: r52747
2010-09-12TESTBED: Title capitalization and consistencyMatthew Hoops
svn-id: r52686
2010-09-12TESTBED: Fix warningsEugene Sandulenko
svn-id: r52685
2010-08-16TESTBED: added a README file, some description fixesNeeraj Kumar
svn-id: r52134
2010-08-16TESTBED: disable aspect ratio correction while running scaling testsNeeraj Kumar
svn-id: r52111
2010-08-14TESTBED: modified the Keyboard test Look-up table to include all ↵Neeraj Kumar
alphanumeric characters svn-id: r52084
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
2010-08-14TESTBED: some more refinements with handling Quit events in GUINeeraj Kumar
svn-id: r52078
2010-08-12TESTBED: display appropriate message at begining if game-data files are not ↵Neeraj Kumar
found svn-id: r52042
2010-08-12TESTBED: disable tests when required data is not foundNeeraj Kumar
svn-id: r52041
2010-08-11TESTBED: enable playing MIDI through testbedNeeraj Kumar
svn-id: r52009
2010-08-10TESTBED: basic template for midi testsNeeraj Kumar
svn-id: r51957
2010-08-09TESTBED: Some more refinements to the GUI and mouse event testsNeeraj Kumar
svn-id: r51946
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
svn-id: r51945
2010-08-07TESTBED: added checks to make sure the object is acquired before use, fixed ↵Neeraj Kumar
a typo svn-id: r51841
2010-08-07TESTBED: fixed default disabling of FS testsuite when game data files are ↵Neeraj Kumar
not found svn-id: r51840
2010-08-07TESTBED: fix in fs testsNeeraj Kumar
svn-id: r51837
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
svn-id: r51798
2010-08-05TESTBED: playing audio output with variable sample ratesNeeraj Kumar
svn-id: r51766
2010-08-03TESTBED: added audiocd test sound tracks as the testbed engine dataNeeraj Kumar
svn-id: r51713
2010-08-03TESTBED: Implemented audioCD testsNeeraj Kumar
svn-id: r51711
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
svn-id: r51602
2010-08-01TESTBED: fixed a typo, due to which the config file size was increasing if a ↵Neeraj Kumar
rerun is made from the current menu svn-id: r51568
2010-07-30TESTBED: 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-30TESTBED: generalized the GUI, added code for the end text gui message and ↵Neeraj Kumar
option to rerun tests svn-id: r51507
2010-07-29TESTBED: implemented gui of Sound Subsystem testsNeeraj Kumar
svn-id: r51468
2010-07-27TESTBED: added finish zone in mouse event testsNeeraj Kumar
svn-id: r51365
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵Neeraj Kumar
instead of entire list size svn-id: r51351