aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-06-08SCI: CleanupWalter van Niftrik
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-06-08Moved some more debug commands to ScummVM's consoleFilippos Karapetis
2009-06-07Hopefully fixed memory corruption when loading gamesFilippos Karapetis
2009-06-07SCI: C++ified the song iterator code a little bit moreMax Horn
2009-06-07SCI: Got rid of g_EngineStateMax Horn
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE...Max Horn
2009-06-07SCI: Simplified SongLibrary code a bitMax Horn
2009-06-07SCI: Objectified Song struct 'a bit'Max Horn
2009-06-07SCI: Objectified SongLibraryMax Horn
2009-06-07SCI: Renamed various song/songlib related structs and membersMax Horn
2009-06-07Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALTFilippos Karapetis
2009-06-07Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed...Filippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-06-07MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5"Eugene Sandulenko
2009-06-07Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5"Eugene Sandulenko
2009-06-07SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.Walter van Niftrik
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-06-06Fix unused variable warnings.Johannes Schickel
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06SCI: Fix audio regression in KQ5CD, introduced in r41205.Walter van Niftrik
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-06SCI: Moved the handling of 65535.map into the resource manager.Walter van Niftrik
2009-06-05CleanupFilippos Karapetis
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
2009-06-05Removed some unused code and performed some cleanupFilippos Karapetis
2009-06-05SCI: Audio: Fixed bug in sample length computation.Walter van Niftrik
2009-06-04SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,Walter van Niftrik
2009-06-04SCI: Made some members of class Resource protected; some cleanupMax Horn
2009-06-04oopsMax Horn
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-04SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...Max Horn
2009-06-04SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_...Max Horn
2009-06-04SCI: Slightly modified kAddAfter so that it does not modify its arguments nee...Max Horn
2009-06-04SCI: cleanupMax Horn
2009-06-04SCI: Added FIXME comment to not_register()Max Horn
2009-06-04SCI: Audio: Fixed bug in reading of SOL header.Walter van Niftrik
2009-06-04SCI: Added support for early SCI1.1 audio maps.Walter van Niftrik
2009-06-04SCI: Message: Added support for escape sequences.Walter van Niftrik
2009-06-04SCI: Moved MemObject code into a separate source fileMax Horn
2009-06-04SCI: cleanupMax Horn
2009-06-04SCI: Support for 16-bit DPCM.Walter van Niftrik
2009-06-04SCI: Renamed various debug related global variables to have a g_ prefix; and ...Max Horn
2009-06-04Reordered the numpad keys so that they make more sense, and simplified the co...Filippos Karapetis
2009-06-04Turned debug_weak_validations on by default again, as apparently some games l...Filippos Karapetis