Age | Commit message (Expand) | Author |
2019-07-08 | SDL: Initial implementation of joystick events | Cameron Cawley |
2018-12-19 | ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455) | Cameron Cawley |
2014-12-30 | SCUMM: Add a "chained games manager" | Torbjörn Andersson |
2014-02-18 | ENGINES: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-22 | ENGINES: Introduce method Engine::initializePath which sets up SearchMan. | Johannes Schickel |
2012-02-26 | COMMON: Move Language and Platform functionality into separate files | Max Horn |
2011-12-30 | KEYMAPPER: Make engine keymap init and cleanup more generic | Tarek Soliman |
2011-10-27 | ENGINES: Added initKeymap() stub | Tarek Soliman |
2011-06-25 | GUI: fix bug #2822778 | athrxx |
2011-06-16 | ENGINES: Warn user about games marked with ADGF_UNSTABLE flags | Tarek Soliman |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | 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-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-03-19 | ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings() | dhewg |
2011-03-18 | ENGINES: Change GUIErrorMessage to take param by ref, not by copy | Max Horn |
2010-10-27 | ENGINE: Rename resetTotalPlayTime to setTotalPlayTime. | Johannes Schickel |
2010-10-27 | ENGINE: Generalize SCUMM play time counting and move it into Engine. | Johannes Schickel |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2009-09-24 | Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine... | Johannes Schickel |
2009-07-10 | updated comment on initGraphics as I should have done before commiting r42330. | Jody Northup |
2009-07-10 | Overloaded initGraphics to provide for simpler procedures for engines support... | Jody Northup |
2009-07-06 | Updated doxygen comments on API functions | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Scumm engine now dynamically requests 16-bit color based on game features, (u... | Jody Northup |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-07 | Make the subtitle settings in Options section of the global main menu optiona... | Travis Howell |
2009-01-30 | Avoid using g_engine if possible | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-25 | Made Engine::_timer protected | Max Horn |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-11-15 | Paranoia: Add destination buffer size to Engine::errorString to help avoiding... | Johannes Schickel |
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-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-03 | - Extended some comments | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-03 | Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea... | Max Horn |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | cleanup | Max Horn |