Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | SCI: adding bpk debug command | Martin Kiewitz | |
currently removing or listing such breakpoints is not yet supported svn-id: r51710 | |||
2010-08-03 | FMTOWNS AUDIO: fix typo | Florian Kagerer | |
svn-id: r51709 | |||
2010-08-03 | KYRA/TOWNS: replace some music stops with fadeouts (based on original code) | Florian Kagerer | |
svn-id: r51708 | |||
2010-08-03 | DRACI: recognize German translation | Robert Špalek | |
svn-id: r51707 | |||
2010-08-03 | LOL: fixed possible crash in environmental sfx code | Florian Kagerer | |
svn-id: r51706 | |||
2010-08-03 | LOL: Minor adjustment to latest generateOverlay changes. | Johannes Schickel | |
svn-id: r51705 | |||
2010-08-03 | KYRA: Get rid of Screen_LoL::generateLevelOverlay. | Johannes Schickel | |
This function is actually exactly the same as Screen_v2::generateOverlay, after I fixed the implementation of the latter last commit. svn-id: r51704 | |||
2010-08-03 | KYRA: Fix Screen_v2::generateOverlay implementation. | Johannes Schickel | |
svn-id: r51703 | |||
2010-08-03 | SCI: kMemory issue in pq3 only for multilingual | Martin Kiewitz | |
adjusted comment accordingly svn-id: r51702 | |||
2010-08-03 | SCI: adding workaround for pq3 | Martin Kiewitz | |
fixes bug #3037565 svn-id: r51701 | |||
2010-08-03 | CONFIGURE: removed two useless definitions in N64 sections | Fabio Battaglia | |
svn-id: r51700 | |||
2010-08-03 | SCI: Hopefully fix signedness warning with some compilers | Matthew Hoops | |
svn-id: r51699 | |||
2010-08-03 | KYRA3: Fix bug in Screen_v2::generateOverlay. | Johannes Schickel | |
Uncovered by a valgrind warning. svn-id: r51698 | |||
2010-08-03 | SCI: dont clip plane during frameout.cpp | Martin Kiewitz | |
disables scrolling capability (regression of r51615) svn-id: r51697 | |||
2010-08-03 | SCI: Add support for SCI2.1 chunk resources | Matthew Hoops | |
And if no scripts are present, but chunk 0 is present, load resources from there. This fixes the Lighthouse SCI2.1 demo. svn-id: r51696 | |||
2010-08-03 | KYRA/TOWNS: implement music/sfx volume control via GUI/GMM | Florian Kagerer | |
svn-id: r51695 | |||
2010-08-03 | SCI: Add detection entries from bug #3037054, bug #3038720, and bug #3038761 | Matthew Hoops | |
svn-id: r51694 | |||
2010-08-03 | SCI: adding workaround for pq3 inside kMemory | Martin Kiewitz | |
fixing plot crimes warnings and bad text on screen svn-id: r51693 | |||
2010-08-03 | GRAPHICS: Fix a typo in a comment. | Jordi Vilalta Prat | |
svn-id: r51692 | |||
2010-08-03 | FMTOWNS AUDIO: minor layout change | Florian Kagerer | |
svn-id: r51691 | |||
2010-08-03 | SCI: adding workaround for sq5 on the bridge | Martin Kiewitz | |
fixes bug #3038563 svn-id: r51689 | |||
2010-08-03 | SCI: Cleanup | Filippos Karapetis | |
svn-id: r51687 | |||
2010-08-03 | SCI: adding kDoSound(fade) workaround table to sci1early | Martin Kiewitz | |
fixes kq5 bug #3037594 thx to [md5] for testing svn-id: r51686 | |||
2010-08-03 | PSP: Factored out thread creation routines into PspThreadable class. | Yotam Barnoy | |
This should aid in further optimizations. svn-id: r51685 | |||
2010-08-03 | PSP: Enable "CPU-hungry sound chips" again, the PSP is fast enough. | Joost Peters | |
svn-id: r51684 | |||
2010-08-03 | PSP: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51683 | |||
2010-08-03 | PS2: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51682 | |||
2010-08-03 | N64: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51681 |