aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2019-12-08QUEEN: fix bellboy dialogue - bug #11272BLooperZ
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-15QUEEN: Fix Missing Default Switch CasesD G Turner
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-09-22QUEEN: Prevent hang when closing core during dialogCameron Cawley
2019-09-22QUEEN: Disable load/save until game is properly initialisedCameron Cawley
2019-07-30QUEEN: Skip talk on right clickNiv Baehr
2019-07-11QUEEN: Remove a bad detection entryaviloria
2019-05-07QUEEN: Fix GCC Compiler WarningsD G Turner
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
2018-07-05QUEEN: Added detection for Russian interview demoEugene Sandulenko
2018-07-03QUEEN: Added detection for Russian versionEugene Sandulenko
2018-05-28Merge pull request #1187 from bgK/detection-refactor-unknownBastien Bouclet
2018-05-22QUEEN: Add detection entry for Italian GoG.com releaselotharsm
2018-05-22QUEEN: Add detection entry for French GoG.com releaselotharsm
2018-05-22QUEEN: Add detection entry for German GoG.com releaselotharsm
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-08-06QUEEN: Silence GCC 7 warnings about potential buffer overflowTorbjörn Andersson
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-07-30COMMON: Migrate Various Endian Functions to Common from Engine Code.D G Turner
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