aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2016-12-11QUEEN: Improved Russian fontsEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-28QUEEN: Added some md5s. Bug #6946Eugene Sandulenko
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25QUEEN: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-20QUEEN: Added detection for Russian FloppyEugene Sandulenko
2016-01-26QUEEN: Only request actual save slots in listSaves.Johannes Schickel
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07QUEEN: Implement original music volume handlingWalter van Niftrik
2015-07-07QUEEN: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2015-05-12QUEEN: Immediately stop actor movement when the game is exitingFilippos Karapetis
2014-10-27QUEEN: Allow the engine to quit while dialog options are shownFilippos Karapetis
2014-10-27QUEEN: Fix bug #6700 - "FOTAQ: Weird Response Glitches"Filippos Karapetis
2014-10-04QUEEN: Update list of files that contain translatable stringsThierry Crozat
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-04-22QUEEN: Improve parameter validation in debug console.D G Turner
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
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