Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-29 | TESTBED: Only build cloud tests if libcurl is available too | Willem Jan Palenstijn | |
This matches the module.mk checks for backends/cloud | |||
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover | |
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions. | |||
2017-04-30 | TESTBED: Fix building with --disable-cloud (#938) | Tarek Soliman | |
The linker fails when building with --disable-cloud and not passing --disable-libcurl | |||
2016-08-24 | TESTBED: Add Webserver test suite | Alexander Tkachev | |
Two tests now: IP resolving and index page check. | |||
2016-08-24 | TESTBED: Add first Cloud tests | Alexander Tkachev | |
Adding tests for: * Storage::info(); * Storage::listDirectory(); * Storage::createDirectory(). | |||
2015-11-28 | TESTBED: Sanity check | Eugene Sandulenko | |
2014-02-18 | TESTBED: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-07 | TESTBED: Update some switch constructs for better control flow handling | Julien | |
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 | |||
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-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-14 | TESTBED: some more refinements with handling Quit events in GUI | Neeraj Kumar | |
svn-id: r52078 | |||
2010-08-10 | TESTBED: basic template for midi tests | Neeraj Kumar | |
svn-id: r51957 | |||
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-08-01 | TESTBED: implemented the exit dialog using ListWidget | Neeraj Kumar | |
svn-id: r51602 | |||
2010-07-30 | TESTBED: generalized the GUI, added code for the end text gui message and ↵ | Neeraj Kumar | |
option to rerun tests svn-id: r51507 | |||
2010-07-27 | TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵ | Neeraj Kumar | |
instead of entire list size svn-id: r51351 | |||
2010-07-26 | TESTBED: implemented some sample beeps using PCSpeaker emulator for testing ↵ | Neeraj Kumar | |
sound subsystem svn-id: r51333 | |||
2010-07-25 | TESTBED: minor addition of code to enable logging | Neeraj Kumar | |
svn-id: r51279 | |||
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-19 | added code to display progress of the engine so far | Neeraj Kumar | |
svn-id: r51038 | |||
2010-07-18 | a few more modifications in the testsuite selection widget | Neeraj Kumar | |
svn-id: r50983 | |||
2010-07-15 | separated testsuite configuration to another class | Neeraj Kumar | |
svn-id: r50918 | |||
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-13 | Added code to enable testsuite selection using checkboxes | Neeraj Kumar | |
svn-id: r50850 | |||
2010-07-10 | switched testbed detection code to advance detector, doesn't bails out when ↵ | Neeraj Kumar | |
game data not found svn-id: r50789 | |||
2010-07-08 | implemented rainbow palette rotation | Neeraj Kumar | |
svn-id: r50748 | |||
2010-07-05 | made Quit and RTL features working | Neeraj Kumar | |
svn-id: r50711 | |||
2010-07-03 | added code for mouse and kbd events | Neeraj Kumar | |
svn-id: r50633 | |||
2010-07-01 | testbed now keeps a list of executed testsuites | Neeraj Kumar | |
svn-id: r50545 | |||
2010-06-29 | removed all printfs, added logging feature in form of logPrintf | Neeraj Kumar | |
svn-id: r50512 | |||
2010-06-28 | added code to test timers and mutexes, some issues with mutexes present although | Neeraj Kumar | |
svn-id: r50444 | |||
2010-06-27 | added files for misc tests, implemented the datetime test | Neeraj Kumar | |
svn-id: r50400 | |||
2010-06-26 | split testsuite.h into testsuite.cpp | Neeraj Kumar | |
svn-id: r50322 | |||
2010-06-26 | the ScummVM header included to all source files | Neeraj Kumar | |
svn-id: r50320 | |||
2010-06-26 | completed the savefile tests | Neeraj Kumar | |
svn-id: r50319 | |||
2010-06-25 | added savegame tests | Neeraj Kumar | |
svn-id: r50290 | |||
2010-06-24 | added palette rotation test | Neeraj Kumar | |
svn-id: r50220 | |||
2010-06-22 | modified the filesystem test, added a script to directly create the ↵ | Neeraj Kumar | |
game-data-directory, no zip file required svn-id: r50140 | |||
2010-06-19 | some more changes with GFX and FS tests | Neeraj Kumar | |
svn-id: r50064 | |||
2010-06-17 | few fixes in GFX tests, added template for FS tests | Neeraj Kumar | |
svn-id: r49925 | |||
2010-06-10 | some minor changes in the testsuite structure, reduced no. of files per ↵ | Neeraj Kumar | |
testsuite, fixed some formatting svn-id: r49571 | |||
2010-06-06 | polished the interface to interact with testsuites, added code to report ↵ | Neeraj Kumar | |
test results svn-id: r49456 | |||
2010-06-02 | completed the basic testsuite class | Neeraj Kumar | |
svn-id: r49392 | |||
2010-06-02 | enhanced the basic testsuite class | Neeraj Kumar | |
svn-id: r49390 | |||
2010-06-01 | created the basic testsuite class, will use it to create the GFX testsuite ↵ | Neeraj Kumar | |
in graphics.h svn-id: r49379 |