aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.cpp
AgeCommit message (Collapse)Author
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-16TESTBED: Make code agonstic to OverlayColor.Johannes Schickel
2012-08-09TESTBED: Fix "if" formatting.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper ↵Johannes Schickel
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support.
2011-06-07TESTBED: Fix GFXtests::HSVtoRGB() and callerJulien
- update passed values and not local variables when s == 0 - initialize r, g, b values in palette rotation test instead of passing unitialized variables
2011-06-07TESTBED: Remove dead code, unused arguments and unreferenced symbolsJulien
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
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-14ALL: centerd -> centeredMax Horn
2011-04-14ALL: centre -> centerMax Horn
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-14TESTBED: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
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-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-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: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
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-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ↵Neeraj Kumar
bar now svn-id: r51284
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some ↵Neeraj Kumar
display stuff svn-id: r51263
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
svn-id: r51258
2010-07-24Implemented selection of tests using a config file, config file layout ↵Neeraj Kumar
resembles to that of .scummvmrc on linux svn-id: r51248
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
svn-id: r51160
2010-07-20TESTBED: added preface to tests, can skip tests now.Neeraj Kumar
svn-id: r51073
2010-07-19added code to display progress of the engine so farNeeraj Kumar
svn-id: r51038
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
svn-id: r51030
2010-07-18Some more improvements in the TestbedListWidget and added description method ↵Neeraj Kumar
in testsuite class svn-id: r50984
2010-07-14Fix warningsMax Horn
svn-id: r50899
2010-07-14Some code formatting fixesJordi Vilalta Prat
svn-id: r50893
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
svn-id: r50885
2010-07-11improved the scaling test to have a rectangle of estimated size of scaled ↵Neeraj Kumar
cursor the scaled cursor should entirely cover that estimated rectangle svn-id: r50802
2010-07-11a correction in palette rotationsNeeraj Kumar
svn-id: r50797
2010-07-08restore initial palettes when done with rotationNeeraj Kumar
svn-id: r50749
2010-07-08implemented rainbow palette rotationNeeraj Kumar
svn-id: r50748
2010-07-07commented out rotation as of now, avoids 6s delay which shows blankNeeraj Kumar
svn-id: r50740
2010-07-07Added code to draw rainbow palette using HSV and converting it to RGBNeeraj Kumar
svn-id: r50739
2010-07-06some minor fixes in cursor handlingNeeraj Kumar
svn-id: r50726
2010-07-05added code to revert back to 8bpp from other formatsNeeraj Kumar
svn-id: r50714
2010-07-05made Quit and RTL features workingNeeraj Kumar
svn-id: r50711
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
svn-id: r50512
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
svn-id: r50320
2010-06-25some more refinements to FS and GFX testsNeeraj Kumar
svn-id: r50286
2010-06-25improved the pixel and other gfx testsNeeraj Kumar
svn-id: r50264