aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/queen.h
AgeCommit message (Expand)Author
2019-09-22QUEEN: Disable load/save until game is properly initialisedCameron Cawley
2017-07-30COMMON: Migrate Various Endian Functions to Common from Engine Code.D G Turner
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-26QUEEN: Implement saving/loading during runtime from the GMMFilippos Karapetis
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
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-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
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-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
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-11Queen works with the new GMM implementation, and made a correction to a chang...Christopher Page
2008-07-05Queen sound settings are now configurable through the GMMChristopher Page
2008-06-25Queen and Saga now use the new _quit flagChristopher Page
2007-09-27simplified queen savegame listing (removed marks array etc.)Gregory Montoir
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-02This should make the game match the original DOS version speed.Gregory Montoir
2007-03-20enabled music volume changes in Amiga versionGregory Montoir
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common n...Gregory Montoir
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-06-10fix CE portKostas Nakos
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-02-12The GameDetector is no longer a required parameter for Engine constructorsMax Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn