aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
AgeCommit message (Expand)Author
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-22Fix bug #1509496 - INDY3 (MAC): Map screen hangs up at azores.Travis Howell
2006-06-21Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when vide...Travis Howell
2006-06-21Revert back to original method used for scrollEffect(), fixes regressions.Travis Howell
2006-06-11Removed commented-out subtitles-related code. Requested by salty-horse.Eugene Sandulenko
2006-06-03Correct setting of VAR_CHARINC in several functions, the value should only be...Travis Howell
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
2006-05-29The ScummDebugger object needs to be created after _numVariables has been set...Gregory Montoir
2006-05-29Fix Commodore 64 versionsTravis Howell
2006-05-28Moved the hack that distinguishes MM V1 demo from the full version to a more ...Max Horn
2006-05-28Use different method to detect V1 demo of Maniac Mansion, since md5 matches t...Travis Howell
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-14Setting VAR_CHARINC = _defaultTalkDelay cannot possibly be right. It's not theTorbjörn Andersson
2006-05-14Check if VAR_CHARINC exists, before setting value in updateSoundSettings()Travis Howell
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-05-08Init. videoParams vars for HE90+Travis Howell
2006-05-08Add initial DXA support for HE gamesTravis Howell
2006-04-30Invoke updateSoundSettings a bit later, since it can only correctly set VAR_V...Max Horn
2006-04-29Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles...Max Horn
2006-04-29Moved AKOS stuff to class ScummEngine_v6Max Horn
2006-04-29Added comment about a major leak in ScummEngine::restartMax Horn
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-04-29* Added ScummEngine_v8::initScummVars()Max Horn
2006-04-29Make use of the new scummLoop_* functions to move some SCUMM version specific...Max Horn
2006-04-29Split scummLoop into multiple functions, for easier maintanance & customizabi...Max Horn
2006-04-27Fix compile of SCUMM engineTravis Howell
2006-04-26Replaced _hFileTable by _hInFileTable/_hOutFileTableMax Horn
2006-04-23Moved _heTimers to ScummEngine_v60heMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-23Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ...Max Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-23Replaced _demoMode by GF_DEMOMax Horn
2006-04-17Call updateScreen() from waitForTimer() (instead of usually right before it)Torbjörn Andersson
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-15Removed unused #includeMax Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15- Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ...Max Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-04-08Properly translate Common::Language values for COMIMax Horn
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...Travis Howell
2006-04-01Generate an error when kGenAsIs is used with an unsupported platform, instead...Max Horn
2006-03-20The Hercules specific screen size check is no longer requiredTravis Howell
2006-03-19Moved filename substitution code from scumm.cpp to plugin.cppMax Horn
2006-03-19Add workaround for script bug in Loom (CD)Travis Howell
2006-03-17Add another German version of puttzoo demoTravis Howell
2006-03-14Renamed & documented the LIGHTMODE flagsMax Horn