aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-06Implemented GMM loading (and, once the GMM supports it, saving) for SCUMMMax Horn
2008-11-06cleanupMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-23Pushed down some header depsMax Horn
2008-10-14Another tweak to HE: Use SearchMan.openFile instead of a raw FSNodeMax Horn
2008-10-13Fix for bug #2162342: FREDDI1: Game does not startMax Horn
2008-10-11Use Common::File instead of FilePtrMax Horn
2008-10-11Add patch from Quietust - Correct music speed in Amiga V2/V3 games.Travis Howell
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
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-29- Merged 75 revisions from trunk.Vicent Marti
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-20- Merged the new RTL changes into the branch.Vicent Marti
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