Commit Graph
40 Commits
Author SHA1 Message Date
Eugene Sandulenko 8f8d522913 COMMON: Move achievements.* to engines/ 2022-12-02 00:12:22 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 3919f53326 ENGINES: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
lb_ii 7926fba77a TESTBED: Add sample test run statistics 2021-06-01 02:20:53 +03:00
aryanrawlani28 bed05ea134 GUI: U32: Fix compilation errors across entire project
After the initial changes just to scummvm/gui for u32, this commit includes the whole project

- Widget creations now always have u32 descriptions, labels, or tooltips
- Message dialogs make use of default arguments instead of providing the same argument explicitly
- encode String::format properly before passing on as argument where necessary
- Modify hugo utils (yesNoBox and notify box) to use u32
- Also provide fake constructors for the above which redirect to the u32 constructor
- Convert all keymap descriptions to u32 across all engines
- showConfirmationDialog in mohawk now uses u32
- showScummVMDialog also uses u32
- Scumm engine has dialogs now which use u32
- General fixes and wrapping convertToU32String for setLabels and related functions
- Add a fake constructor to MesssageDialog which redirects to the u32 constructor
2020-08-30 14:43:41 +02:00
lolbot-iichan 3f10dbeac6 TESTBED: Move code with side-effects away from testsuite constructor 2020-06-13 16:29:17 +02:00
mataniko 2f5eb14d4b JANITORIAL: Rename additional RTL references and comments 2020-05-12 10:36:38 +02:00
mataniko 06242a712b JANITORIAL: Rename EVENT_RTL
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
2020-05-12 10:36:38 +02:00
Cameron Cawley 05511e17ec TESTBED: Correctly reset the number of skipped tests 2019-07-01 22:49:42 +01:00
Paul Gilbert 11e33ba3fc JANITORIAL: Removing trailing spaces after int casts 2018-08-17 20:30:20 -07:00
Eugene Sandulenko b7735b020f TESTBED: Added safety check 2015-11-28 00:06:47 +01:00
Johannes Schickel 3edca1abb4 TESTBED: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
Johannes Schickel 571fa94310 TESTBED: Fix "if" formatting. 2012-08-09 03:27:21 +02:00
Julien 6362542836 TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
strangerke 69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Max Horn e27b05ef35 COMMON: Rename String::printf() to String::format()
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-11-01 16:02:28 +00:00
Neeraj Kumar a16832760b 1. Added ConfigParams Singelton class to eliminate use of configuration 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-10-02 01:05:16 +00:00
Neeraj Kumar 0a7bda50cc TESTBED: formatting fix, deleted spaces/tabs at end of line
svn-id: r52081
2010-08-14 08:32:39 +00:00
Neeraj Kumar 169d1eb0cc TESTBED: some more refinements with handling Quit events in GUI
svn-id: r52078
2010-08-14 06:06:41 +00:00
Neeraj Kumar 4e92b3a17e TESTBED: Some refinemnts related to skipping tests and display in GUI
svn-id: r51945
2010-08-09 20:10:53 +00:00
Neeraj Kumar dab72c519c TESTBED: fixed default disabling of FS testsuite when game data files are not found
svn-id: r51840
2010-08-07 20:35:50 +00:00
Neeraj Kumar 717e5f619b TESTBED: implemented the exit dialog using ListWidget
svn-id: r51602
2010-08-01 23:26:38 +00:00
Neeraj Kumar 9d6d0f8b35 TESTBED: added code to enable the mixer to simultaneously play channels, pause/unpause some of them using GUI, couple of fixes as well
svn-id: r51515
2010-07-30 20:10:30 +00:00
Neeraj Kumar a6e84128c9 TESTBED: generalized the GUI, added code for the end text gui message and option to rerun tests
svn-id: r51507
2010-07-30 13:54:25 +00:00
Neeraj Kumar 4814db3a6a TESTBED: implemented gui of Sound Subsystem tests
svn-id: r51468
2010-07-29 13:09:14 +00:00
Neeraj Kumar 26c0547e67 TESTBED: Updated the progress bar to show count of enabled test/testsuites instead of entire list size
svn-id: r51351
2010-07-27 09:32:19 +00:00
Neeraj Kumar a9941138da TETBED: fixed the boundary error in palette rotation, added colored progress bar now
svn-id: r51284
2010-07-25 20:50:59 +00:00
Neeraj Kumar 62e6780188 TESTBED: minor addition of code to enable logging
svn-id: r51279
2010-07-25 19:01:22 +00:00
Neeraj Kumar c675c1fe29 TESTBED: added a test for checking cursor trails in the GUI, fixed some display stuff
svn-id: r51263
2010-07-24 22:01:15 +00:00
Neeraj Kumar 3f2527a48a Implemented selection of tests using a config file, config file layout resembles to that of .scummvmrc on linux
svn-id: r51248
2010-07-24 16:05:19 +00:00
Neeraj Kumar c030858cf1 TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites now all enabled by default
svn-id: r51155
2010-07-22 17:59:59 +00:00
Neeraj Kumar f3defb0de1 added code to display progress of the engine so far
svn-id: r51038
2010-07-19 21:12:17 +00:00
Jordi Vilalta Prat 555acf4ba1 Some code formatting fixes
svn-id: r50893
2010-07-14 19:44:51 +00:00
Jordi Vilalta Prat 0b3201e5e3 Whitespace cleanup (mainly spaces and tabs at the end of line)
svn-id: r50885
2010-07-14 14:12:42 +00:00
Neeraj Kumar 85958744a2 Added code to enable testsuite selection using checkboxes
svn-id: r50850
2010-07-13 19:26:45 +00:00
Neeraj Kumar f470baa314 made Quit and RTL features working
svn-id: r50711
2010-07-05 21:29:15 +00:00
Neeraj Kumar 5457144f13 added processing of quit event
svn-id: r50590
2010-07-02 07:51:44 +00:00
Neeraj Kumar 9a4bd4220f testbed now keeps a list of executed testsuites
svn-id: r50545
2010-07-01 12:30:56 +00:00
Neeraj Kumar 68d691bc3e removed all printfs, added logging feature in form of logPrintf
svn-id: r50512
2010-06-29 22:46:56 +00:00
Neeraj Kumar e537ce48bb split testsuite.h into testsuite.cpp
svn-id: r50322
2010-06-26 14:29:50 +00:00