Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn | |
This makes it possible to write DECLARE_SINGLETON(foo); instead of DECLARE_SINGLETON(foo) without causing a warning about an extra semicolon. The extra semicolon helps some editors at parsing the C++ code. svn-id: r54258 | |||
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn | |
svn-id: r54148 | |||
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn | |
This commit contains the AudioCDManager changes from the gsoc2010-opengl branch. The other changes in that branch are restricted to the backends directory only (plus configure). The Nintendo DS and Dreamcast ports still need to be ported over to the new Audio CD system, but that should be fairly easy to do. svn-id: r54147 | |||
2010-11-07 | ENGINES: Unify code layout of all ADParams instances | Max Horn | |
svn-id: r54105 | |||
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-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
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-16 | TESTBED: fixed detection | Neeraj Kumar | |
svn-id: r52747 | |||
2010-09-12 | TESTBED: Title capitalization and consistency | Matthew Hoops | |
svn-id: r52686 | |||
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: modified the Keyboard test Look-up table to include all ↵ | Neeraj Kumar | |
alphanumeric characters svn-id: r52084 | |||
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-12 | TESTBED: display appropriate message at begining if game-data files are not ↵ | Neeraj Kumar | |
found svn-id: r52042 | |||
2010-08-12 | TESTBED: disable tests when required data is not found | Neeraj Kumar | |
svn-id: r52041 | |||
2010-08-11 | TESTBED: enable playing MIDI through testbed | Neeraj Kumar | |
svn-id: r52009 | |||
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-07 | TESTBED: added checks to make sure the object is acquired before use, fixed ↵ | Neeraj Kumar | |
a typo svn-id: r51841 | |||
2010-08-07 | TESTBED: fixed default disabling of FS testsuite when game data files are ↵ | Neeraj Kumar | |
not found svn-id: r51840 | |||
2010-08-07 | TESTBED: fix in fs tests | Neeraj Kumar | |
svn-id: r51837 | |||
2010-08-06 | TESTBED: Merged changes from trunk to my branch | Neeraj Kumar | |
svn-id: r51798 | |||
2010-08-05 | TESTBED: playing audio output with variable sample rates | Neeraj Kumar | |
svn-id: r51766 | |||
2010-08-03 | TESTBED: added audiocd test sound tracks as the testbed engine data | Neeraj Kumar | |
svn-id: r51713 | |||
2010-08-03 | TESTBED: Implemented audioCD tests | Neeraj Kumar | |
svn-id: r51711 | |||
2010-08-01 | TESTBED: implemented the exit dialog using ListWidget | Neeraj Kumar | |
svn-id: r51602 | |||
2010-08-01 | TESTBED: fixed a typo, due to which the config file size was increasing if a ↵ | Neeraj Kumar | |
rerun is made from the current menu svn-id: r51568 | |||
2010-07-30 | TESTBED: added code to enable the mixer to simultaneously play channels, ↵ | Neeraj Kumar | |
pause/unpause some of them using GUI, couple of fixes as well svn-id: r51515 | |||
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-29 | TESTBED: implemented gui of Sound Subsystem tests | Neeraj Kumar | |
svn-id: r51468 | |||
2010-07-27 | TESTBED: added finish zone in mouse event tests | Neeraj Kumar | |
svn-id: r51365 | |||
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 | TETBED: fixed the boundary error in palette rotation, added colored progress ↵ | Neeraj Kumar | |
bar now svn-id: r51284 | |||
2010-07-25 | TESTBED: minor addition of code to enable logging | Neeraj Kumar | |
svn-id: r51279 | |||
2010-07-24 | TESTBED: removed unnecessary code from config file implementation | Neeraj Kumar | |
svn-id: r51267 | |||
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-22 | TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ↵ | Neeraj Kumar | |
now all enabled by default svn-id: r51155 | |||
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 | fixed some typos | Neeraj Kumar | |
svn-id: r51000 | |||
2010-07-18 | fixed a minor typo | Neeraj Kumar | |
svn-id: r50986 |