aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/queen.cpp
AgeCommit message (Expand)Author
2019-09-22QUEEN: Disable load/save until game is properly initialisedCameron Cawley
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-05QUEEN: Minor cleanup of detection code.D G Turner
2013-10-05QUEEN: Move current detection code into separate source file.D G Turner
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-19QUEEN: Change description on the "alt_intro" optionTorbjörn Andersson
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-26QUEEN: Implement saving/loading during runtime from the GMMFilippos Karapetis
2012-03-25QUEEN: Only show the option for the alternative intro in the CD versionFilippos Karapetis
2012-03-25QUEEN: Add GUI option for alt-introTorbjörn Andersson
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-06-02QUEEN: Replace snprintf() instance with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-20QUEEN: Reenable speech per defaultdhewg
2011-03-19QUEEN: Init volume levels on startupdhewg
2010-08-01QUEEN: fix for bug 3036170. File name test supports upper case for transferri...Yotam Barnoy
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-05-18Replace one instance of strncpy with Common::strlcpy.Johannes Schickel
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
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-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
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-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-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page