Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-13 | TESTBED: Add test for kFeatureFilteringMode | Thierry Crozat | |
2016-10-12 | TESTBED: Fix fullscreen test | Thierry Crozat | |
The test was always failing when starting from the fullscreen state. | |||
2016-09-04 | TESTBED: Listen to events during mouse move test | Eugene Sandulenko | |
2016-09-03 | TESTBED: Added mouse cursor | Eugene Sandulenko | |
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 ↵ | 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-07 | TESTBED: Fix GFXtests::HSVtoRGB() and caller | Julien | |
- 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-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 | |
Some backends may break as I only compiled SDL | |||
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 | |
svn-id: r55806 | |||
2010-11-01 | COMMON: 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-02 | 1. 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-18 | TESTBED: Fix warnings | Filippos Karapetis | |
svn-id: r52790 | |||
2010-09-12 | TESTBED: Fix warnings | Eugene Sandulenko | |
svn-id: r52685 | |||
2010-08-16 | TESTBED: added a README file, some description fixes | Neeraj Kumar | |
svn-id: r52134 | |||
2010-08-16 | TESTBED: disable aspect ratio correction while running scaling tests | Neeraj Kumar | |
svn-id: r52111 | |||
2010-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-09 | TESTBED: Some more refinements to the GUI and mouse event tests | Neeraj Kumar | |
svn-id: r51946 | |||
2010-08-09 | TESTBED: Some refinemnts related to skipping tests and display in GUI | Neeraj Kumar | |
svn-id: r51945 | |||
2010-07-25 | TETBED: fixed the boundary error in palette rotation, added colored progress ↵ | Neeraj Kumar | |
bar now svn-id: r51284 | |||
2010-07-24 | TESTBED: added a test for checking cursor trails in the GUI, fixed some ↵ | Neeraj Kumar | |
display stuff svn-id: r51263 | |||
2010-07-24 | TESTBED: reimplemented the config functionality using ConfigFile Class | Neeraj Kumar | |
svn-id: r51258 | |||
2010-07-24 | Implemented selection of tests using a config file, config file layout ↵ | Neeraj Kumar | |
resembles to that of .scummvmrc on linux svn-id: r51248 | |||
2010-07-22 | TESTBED: some changes in interaction messages, couple of fixes | Neeraj Kumar | |
svn-id: r51160 | |||
2010-07-20 | TESTBED: added preface to tests, can skip tests now. | Neeraj Kumar | |
svn-id: r51073 | |||
2010-07-19 | added code to display progress of the engine so far | Neeraj Kumar | |
svn-id: r51038 | |||
2010-07-19 | replaced use of snprintf by String::printf | Neeraj Kumar | |
svn-id: r51030 | |||
2010-07-18 | Some more improvements in the TestbedListWidget and added description method ↵ | Neeraj Kumar | |
in testsuite class svn-id: r50984 | |||
2010-07-14 | Fix warnings | Max Horn | |
svn-id: r50899 | |||
2010-07-14 | Some code formatting fixes | Jordi Vilalta Prat | |
svn-id: r50893 | |||
2010-07-14 | Whitespace cleanup (mainly spaces and tabs at the end of line) | Jordi Vilalta Prat | |
svn-id: r50885 | |||
2010-07-11 | improved 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-11 | a correction in palette rotations | Neeraj Kumar | |
svn-id: r50797 | |||
2010-07-08 | restore initial palettes when done with rotation | Neeraj Kumar | |
svn-id: r50749 | |||
2010-07-08 | implemented rainbow palette rotation | Neeraj Kumar | |
svn-id: r50748 | |||
2010-07-07 | commented out rotation as of now, avoids 6s delay which shows blank | Neeraj Kumar | |
svn-id: r50740 | |||
2010-07-07 | Added code to draw rainbow palette using HSV and converting it to RGB | Neeraj Kumar | |
svn-id: r50739 | |||
2010-07-06 | some minor fixes in cursor handling | Neeraj Kumar | |
svn-id: r50726 | |||
2010-07-05 | added code to revert back to 8bpp from other formats | Neeraj Kumar | |
svn-id: r50714 | |||
2010-07-05 | made Quit and RTL features working | Neeraj Kumar | |
svn-id: r50711 |