Age | Commit message (Expand) | Author |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-19 | QUEEN: Change description on the "alt_intro" option | Torbjörn Andersson |
2012-03-31 | ENGINES: Return all available custom GUI options if no target is specified | Filippos Karapetis |
2012-03-26 | QUEEN: Implement saving/loading during runtime from the GMM | Filippos Karapetis |
2012-03-25 | QUEEN: Only show the option for the alternative intro in the CD version | Filippos Karapetis |
2012-03-25 | QUEEN: Add GUI option for alt-intro | Torbjörn Andersson |
2012-02-26 | COMMON: Move RenderMode and GUIOptions functionality into separate files | Max Horn |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-06-02 | QUEEN: Replace snprintf() instance with Common::String::format() | D G Turner |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-20 | QUEEN: Reenable speech per default | dhewg |
2011-03-19 | QUEEN: Init volume levels on startup | dhewg |
2010-08-01 | QUEEN: fix for bug 3036170. File name test supports upper case for transferri... | Yotam Barnoy |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-05-18 | Replace one instance of strncpy with Common::strlcpy. | Johannes Schickel |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-02-07 | Make the subtitle settings in Options section of the global main menu optiona... | Travis Howell |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-30 | queen doesn't use target name for savestate files (amiga & dos versions use t... | Gregory Montoir |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-07-29 | Added --list-saves support for QUEEN | Christopher Page |
2008-07-18 | QUEEN sound settings work with the GMM | Christopher Page |
2008-07-11 | Queen works with the new GMM implementation, and made a correction to a chang... | Christopher Page |
2008-07-05 | Queen sound settings are now configurable through the GMM | Christopher Page |
2008-06-25 | Queen and Saga now use the new _quit flag | Christopher Page |