aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-03SCUMM: Added french Monkey VGA variant, see bug #2129199Max Horn
2008-10-02typoMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-10-02Correct HE version for Putt-Putt Enters the Race (French/Windows).Travis Howell
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-30SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ...Max Horn
2008-09-29Since no one has come up with any better suggestion... this should fix #2123258Torbjörn Andersson
2008-09-29restrict _heXmapNum to HE versions, should fix #2135822Gregory Montoir
2008-09-29Added const qualifiersMax Horn
2008-09-29SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in...Max Horn
2008-09-29Added const qualifiersMax Horn
2008-09-28Add Italian C64 ZakEugene Sandulenko
2008-09-27SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files...Max Horn
2008-09-25cleanupMax Horn
2008-09-25SCUMM: Moved more stuf from class Actor to ActorHEMax Horn
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
2008-09-25SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo...Max Horn
2008-09-24cleanupMax Horn
2008-09-23Add another French Windows version of Putt-Putt Enters the Race.Travis Howell
2008-09-23Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same time,...Max Horn
2008-09-20I think this is the correct fix for bug #2081347 ("MM: Charset out ofTorbjörn Andersson
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-17Patch #2060517: SCUMM: engine sets incorrect talkspeed valueMax Horn
2008-09-16Added support for SCUMM savestates date/time and playtime info in the launche...Johannes Schickel
2008-09-16Cleanup.Johannes Schickel
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-15replace ioFailed by errWillem Jan Palenstijn
2008-09-15fix listSaveGamesWillem Jan Palenstijn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-14Little cleanup.Johannes Schickel
2008-09-14Added thumbnail support for launcher to SCUMM engine.Johannes Schickel
2008-09-13SCUMM: Got rid of class ChunkMax Horn
2008-09-13SCUMM: Merged class Chunk & FileChunkMax Horn
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep...Max Horn
2008-09-06Add Wii version of SPY Fox 1.Travis Howell
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Added more versions of HE games.Travis Howell
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn