aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-08-11SCI: Added a crude speed throttler.Walter van Niftrik
2009-08-11SCI: Turn off logging in debugger.Walter van Niftrik
2009-08-10SCI: Added several debug command aliases.Walter van Niftrik
2009-08-10SCI: Fix vmvars debug command.Walter van Niftrik
2009-08-10SCI: Fix warnings.Walter van Niftrik
2009-08-10SCI: Improved multilanguage support for SCI1 and SCI1.1.Walter van Niftrik
2009-08-10SCI: Added detection entries for French versions of Eco Quest 1/2 (reportedWalter van Niftrik
2009-07-28SCI: Avoid using perror (it's not portable)Max Horn
2009-07-25Use new Common::String::printfWillem Jan Palenstijn
2009-07-19SCI: check shouldQuit() in main loopWillem Jan Palenstijn
2009-07-18SCI: Fix breakpointsWillem Jan Palenstijn
2009-07-18SCI: Fix disasm_addr option parsingWillem Jan Palenstijn
2009-07-18SCI: don't leave debugger after btWillem Jan Palenstijn
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-16Added a proper fix for Pepper (the previous one caused regressions in KQ6)Filippos Karapetis
2009-07-16Added missing information for the newly-added version of PepperFilippos Karapetis
2009-07-16Added the French version of KQ5 floppy (bug report #2812611)Filippos Karapetis
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-11Changed an incorrect warning back to scidprintf - the relevant message is for...Filippos Karapetis
2009-07-11Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)Filippos Karapetis
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-11If we fail to auto-detect either the volume or the map version, set the one t...Filippos Karapetis
2009-07-11SCI: don't let TimerSongIterator loop forever, and don't immediatelyWillem Jan Palenstijn
2009-07-11Only error out, if checkStaticSelectorNames() fails.Travis Howell
2009-07-11Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...Filippos Karapetis
2009-07-11Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/Ge...Filippos Karapetis
2009-07-11Removed an invalid detection entryFilippos Karapetis
2009-07-11Applied a slightly modified patch from clone2727 which adds static selector n...Filippos Karapetis
2009-07-11Fixed regression in the script parser from commit 42260Filippos Karapetis
2009-07-10Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."Filippos Karapetis
2009-07-09Oops specify the correct revsision number in the fixme.Johannes Schickel
2009-07-09Add fixme about SCI32 specific code.Johannes Schickel
2009-07-09By comparing the commit log of r42300, it seems that "off" was renamed to "la...Johannes Schickel
2009-07-09Fix wrong format arugment.Johannes Schickel
2009-07-09Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi...Filippos Karapetis
2009-07-09restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...Filippos Karapetis
2009-07-08- Moved printObject inside the Console classFilippos Karapetis
2009-07-08Only the kernel needs to be initialized before anything else, when saving/loa...Filippos Karapetis
2009-07-08Fixed saving/loading again (broken with the latest changes for game feature a...Filippos Karapetis
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-07Improved the LSL1VGA workaround after talking with waltervnFilippos Karapetis
2009-07-07Added a workaround for incorrect font references in LSL1VGA (which was the or...Filippos Karapetis
2009-07-07Removed the weird checks for a maximum resource number (the sci_max_resource_...Filippos Karapetis
2009-07-07Removed the superfluous sci_version_types array (it's essentially the same as...Filippos Karapetis
2009-07-07Cleanup: added an enum for the auto-detected features, removed the selectors ...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis