aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2014-02-16QUEEN: Silent some CppCheck warnings by reducing some variable scopesStrangerke
2014-02-15QUEEN: Fix previous commitStrangerke
2014-02-15QUEEN: Add detection of French versions reported in bug #6534Strangerke
2014-02-10Merge pull request #407 from digitall/advancedDetector_queenDavid Turner
2014-02-10QUEEN: Migrate extra gui options to AdvancedMetaEngine handling.D G Turner
2014-02-10QUEEN: Switch all savegame usage back to "queen.sXX" format.D G Turner
2014-01-21QUEEN: Migrate listSaves() function to game target for save naming.D G Turner
2014-01-20QUEEN: Fix missing GUIO_NOSPEECH flag on Demo and Floppy AD entries.D G Turner
2014-01-14QUEEN: Disable detection entries with unknown MD5sums.D G Turner
2014-01-14QUEEN: Switch unknown md5sums in detection entries for NULL.D G Turner
2013-12-10QUEEN: Restore previous detection code as fallback detector.D G Turner
2013-12-10QUEEN: Add further detection entries for Advanced Detector.D G Turner
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-10-05QUEEN: Add detection entries for Advanced Detector.D G Turner
2013-10-05QUEEN: Initial work to migrate to Advanced Detector.D G Turner
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-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-05-11QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene"Filippos Karapetis
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-26QUEEN: Rename override to overrideCmd.Johannes Schickel
2013-01-06QUEEN: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-12-02QUEEN: Workaround a bug in the llvm-g++ compilerThierry Crozat
2012-11-19QUEEN: Fix compilation.D G Turner
2012-11-19QUEEN: Remove unused, but set variable, personWalking from Talk::talk().D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-13QUEEN: Switch to the common PCX decoderFilippos Karapetis
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 Language and Platform functionality into separate filesMax Horn
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-04QUEEN: Fix clicking at the pinnacle.Alyssa Milburn
2011-11-20QUEEN: Remove unused variableTorbjörn Andersson
2011-11-14QUEEN: Comment unused variableEugene Sandulenko
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-09-08QUEEN: Made some static data const.Johannes Schickel