Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added a sanity check inside kDoBresen, thanks to lskovlun. Fixes the random ↵ | Filippos Karapetis | |
crashes in the floor scrubbing scene in SQ5 svn-id: r51768 | |||
2010-08-05 | TESTBED: playing audio output with variable sample rates | Neeraj Kumar | |
svn-id: r51766 | |||
2010-08-05 | SCI: Fixed script bug #3039891 - "QFG2: Crash in thief's job" | Filippos Karapetis | |
svn-id: r51764 | |||
2010-08-05 | SCI: Fixed script bug #3039656 - "CASTLEBRAIN: Crashes in robot room" | Filippos Karapetis | |
svn-id: r51763 | |||
2010-08-05 | SCI: Applied patch #3040164, "3 Workarrounds for QFG4 floppy" | Filippos Karapetis | |
svn-id: r51762 | |||
2010-08-05 | SCI: Changed the warning when a script can't be found from a segment into an ↵ | Filippos Karapetis | |
error svn-id: r51758 | |||
2010-08-05 | KYRA: Add support for subtitle options changes via GMM. | Johannes Schickel | |
svn-id: r51757 | |||
2010-08-05 | GUI: Fix classic theme's GMM in 320x200. | Johannes Schickel | |
svn-id: r51756 | |||
2010-08-05 | SCI: Fixed bug #3039477 - "KQ5CD: No speech after restoring from ScummVM" ↵ | Filippos Karapetis | |
and added a TODO for loading through the game launcher svn-id: r51755 | |||
2010-08-05 | SCI: actually enable hoyle 4 workaround | Martin Kiewitz | |
and adding additional comment svn-id: r51754 | |||
2010-08-05 | SCI: changing hoyle 4 workaround | Martin Kiewitz | |
fixing hoyle 4 detection entry (not a demo) adding direct selector fix, maybe we should replace this later with a script patch adding detailed comment about the issue svn-id: r51753 | |||
2010-08-05 | SCI: Extended the QFG3 workaround in room 330 (speaking with King Rajah). ↵ | Filippos Karapetis | |
Fixes bug #3039774 - "Uninitialized Read" svn-id: r51751 | |||
2010-08-04 | SCI: Fix size of wave files inside audio volumes (thanks to LordHoto for ↵ | Matthew Hoops | |
pointing out) svn-id: r51745 | |||
2010-08-04 | SCI: Add uninit'd workaround for bug #3038757 | Matthew Hoops | |
svn-id: r51744 | |||
2010-08-04 | SCI: Fix bug #3038913 - SCI Fanmade - The Legend of the Lost Jewel: Crash by ↵ | Matthew Hoops | |
bugs Added workaround for calling mul with an object and kSetAngle with two objects as parameters. svn-id: r51743 | |||
2010-08-04 | SCI: Add kDisplay workarounds for the Hero's Quest demo | Matthew Hoops | |
svn-id: r51742 | |||
2010-08-04 | AUDIO: Implement volume and balance control for the AudioCD manager (needed ↵ | Florian Kagerer | |
for music fading in Kyra 1 FM-Towns and probably other FM-Towns games). This addition applies to emulated CD audio only for now. I haven't found a way to implement this for real CDs yet. SDL doesn't seem to support this (but it might be just me? If anyone knows more about this, just tell me). svn-id: r51741 | |||
2010-08-04 | SCI: Add Hero's Quest demo detection entry (qfg1 ega) | Matthew Hoops | |
svn-id: r51740 | |||
2010-08-04 | SCI: Add 'movie' subdirectory for VMD's | Matthew Hoops | |
The Torin's intro movie now plays. Minor kPlayVMD cleanup. svn-id: r51739 | |||
2010-08-04 | SCI: Turned a warning into a debugC | Filippos Karapetis | |
svn-id: r51738 | |||
2010-08-04 | SCI: Added detection entry for Hoyle 4 (Hoyle Classic Card Games) from bug ↵ | Filippos Karapetis | |
report #3039291 svn-id: r51735 | |||
2010-08-04 | SCI: Fixed an off-by-one error in GfxPorts::getPortById() and moved the ↵ | Filippos Karapetis | |
error checking code outside the function. Also fixed script bug #3039305 - "HOYLE4: segfault" svn-id: r51733 | |||
2010-08-04 | SCI: Fix infinite recursion when saving. | Willem Jan Palenstijn | |
This was a regression from r51727. svn-id: r51731 | |||
2010-08-04 | SCI: Fixed the two script bugs described in bug #3039294 - "SCI: HOYLE4 - ↵ | Filippos Karapetis | |
Uninitialized Read(s)" svn-id: r51730 | |||
2010-08-04 | SCI: fixing a scrolling issue in sci32 | Martin Kiewitz | |
svn-id: r51729 | |||
2010-08-04 | SCI: fix fadeout on workarounds | Martin Kiewitz | |
svn-id: r51728 | |||
2010-08-04 | SCI: Simplify code (let the compiler interfer types where possible) | Max Horn | |
svn-id: r51727 | |||
2010-08-04 | SCI: Remove reference to common/serializer.h from vm_types.h | Max Horn | |
svn-id: r51726 | |||
2010-08-04 | GRAPHICS: Change signature of VideoDecoder::load() | Max Horn | |
Now takes a pointer to a stream, instead of a reference. The rational is that in all instances, callers have a pointer (and dereference it to call load), and all load implementations turn the reference back into a pointer. svn-id: r51725 | |||
2010-08-04 | GRAPHICS: Fix FlicDecoder::hasDirtyPalette signature | Max Horn | |
Add const qualifier to FlicDecoder::hasDirtyPalette to make it match that if VideoDecoder::hasDirtyPalette. svn-id: r51724 | |||
2010-08-04 | SCI: Fix restoring SCI32 games (a regression of r51712) | Matthew Hoops | |
svn-id: r51723 | |||
2010-08-04 | SCI: Fix SCI32 texts that are in Str objects | Matthew Hoops | |
The text selector of the text bitmap object can contain either a Str object or a raw string. Handling the Str object case fixes the Torin demo. Oooh! Vertical scrolling! svn-id: r51722 | |||
2010-08-04 | SCI: Silence valgrind warning (thanks to syke for pointing out) | Matthew Hoops | |
svn-id: r51717 | |||
2010-08-03 | SCI: not error()ing out on no free channels | Martin Kiewitz | |
instead we just ignore such channels. I'm not sure how sierra sci behaved in that case, they ignored channels as well, but maybe they removed them from earlier music svn-id: r51715 | |||
2010-08-03 | SCI: adding jones/talkie speed throttler view | Martin Kiewitz | |
fixes bug #3038989, regression of r51544 svn-id: r51714 | |||
2010-08-03 | TESTBED: added audiocd test sound tracks as the testbed engine data | Neeraj Kumar | |
svn-id: r51713 | |||
2010-08-03 | SCI: reset ports when restoring | Martin Kiewitz | |
fixes qfg3/fairy tales restoring (bug #3035626) also fixes ScummVM menu restoring while a window is shown (e.g. sq5) svn-id: r51712 | |||
2010-08-03 | TESTBED: Implemented audioCD tests | Neeraj Kumar | |
svn-id: r51711 | |||
2010-08-03 | SCI: adding bpk debug command | Martin Kiewitz | |
currently removing or listing such breakpoints is not yet supported svn-id: r51710 |