Age | Commit message (Expand) | Author |
2014-02-18 | TESTBED: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-16 | TESTBED: Make code agonstic to OverlayColor. | Johannes Schickel |
2012-08-09 | TESTBED: Fix "if" formatting. | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2011-06-07 | TESTBED: Fix GFXtests::HSVtoRGB() and caller | Julien |
2011-06-07 | TESTBED: Remove dead code, unused arguments and unreferenced symbols | Julien |
2011-06-07 | TESTBED: Add const modifiers to some parameters/functions | Julien |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-14 | ALL: centerd -> centered | Max Horn |
2011-04-14 | ALL: centre -> center | Max Horn |
2011-03-19 | TESTBED: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2011-03-04 | TESTBED: Update rotatePalette() to use an RGB palette | md5 |
2011-02-14 | TESTBED: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-02 | 1. Added ConfigParams Singelton class to eliminate use of configuration speci... | Neeraj Kumar |
2010-09-18 | TESTBED: Fix warnings | Filippos Karapetis |
2010-09-12 | TESTBED: Fix warnings | Eugene Sandulenko |
2010-08-16 | TESTBED: added a README file, some description fixes | Neeraj Kumar |
2010-08-16 | TESTBED: disable aspect ratio correction while running scaling tests | Neeraj Kumar |
2010-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar |
2010-08-09 | TESTBED: Some more refinements to the GUI and mouse event tests | Neeraj Kumar |
2010-08-09 | TESTBED: Some refinemnts related to skipping tests and display in GUI | Neeraj Kumar |
2010-07-25 | TETBED: fixed the boundary error in palette rotation, added colored progress ... | Neeraj Kumar |
2010-07-24 | TESTBED: added a test for checking cursor trails in the GUI, fixed some displ... | Neeraj Kumar |
2010-07-24 | TESTBED: reimplemented the config functionality using ConfigFile Class | Neeraj Kumar |
2010-07-24 | Implemented selection of tests using a config file, config file layout resemb... | Neeraj Kumar |
2010-07-22 | TESTBED: some changes in interaction messages, couple of fixes | Neeraj Kumar |
2010-07-20 | TESTBED: added preface to tests, can skip tests now. | Neeraj Kumar |
2010-07-19 | added code to display progress of the engine so far | Neeraj Kumar |
2010-07-19 | replaced use of snprintf by String::printf | Neeraj Kumar |
2010-07-18 | Some more improvements in the TestbedListWidget and added description method ... | Neeraj Kumar |
2010-07-14 | Fix warnings | Max Horn |
2010-07-14 | Some code formatting fixes | Jordi Vilalta Prat |
2010-07-14 | Whitespace cleanup (mainly spaces and tabs at the end of line) | Jordi Vilalta Prat |
2010-07-11 | improved the scaling test to have a rectangle of estimated size of scaled cur... | Neeraj Kumar |
2010-07-11 | a correction in palette rotations | Neeraj Kumar |
2010-07-08 | restore initial palettes when done with rotation | Neeraj Kumar |
2010-07-08 | implemented rainbow palette rotation | Neeraj Kumar |
2010-07-07 | commented out rotation as of now, avoids 6s delay which shows blank | Neeraj Kumar |
2010-07-07 | Added code to draw rainbow palette using HSV and converting it to RGB | Neeraj Kumar |
2010-07-06 | some minor fixes in cursor handling | Neeraj Kumar |
2010-07-05 | added code to revert back to 8bpp from other formats | Neeraj Kumar |
2010-07-05 | made Quit and RTL features working | Neeraj Kumar |
2010-06-29 | removed all printfs, added logging feature in form of logPrintf | Neeraj Kumar |
2010-06-26 | the ScummVM header included to all source files | Neeraj Kumar |
2010-06-25 | some more refinements to FS and GFX tests | Neeraj Kumar |
2010-06-25 | improved the pixel and other gfx tests | Neeraj Kumar |