aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-01Got rid of Stream::readLine_OLD calls in two places (mostly untested, please ...Max Horn
2008-11-30queen doesn't use target name for savestate files (amiga & dos versions use t...Gregory Montoir
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
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-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-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...Filippos Karapetis
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: QUEENMax Horn
2008-08-25Refined the workaround for wrongly compressed audio. If the sample rate is givenTorbjörn Andersson
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
2008-07-31Applied my patch #2030058 ("Workaround for incorrectly compressed FotAQ"), andTorbjörn Andersson
2008-07-29Added --list-saves support for QUEENChristopher Page
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-18QUEEN sound settings work with the GMMChristopher Page
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-15fix bug #1876741: changed .SB playback rate to 11840Hz (matches dos game)Gregory Montoir
2008-07-15fix bug #1995042: stop previous sfx playback when starting a new sfx (matches...Gregory Montoir
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-11Queen works with the new GMM implementation, and made a correction to a chang...Christopher Page
2008-07-06QUEEN: Made it possible to quit during the intro cutawaysChristopher Page
2008-07-05Queen sound settings are now configurable through the GMMChristopher Page
2008-06-26fix possible oob accessGregory Montoir
2008-06-25Queen and Saga now use the new _quit flagChristopher Page
2008-06-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ...Christopher Page
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat