aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sword2.h
AgeCommit message (Expand)Author
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02SWORD2: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-15SWORD2: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2010-11-01SWORD2: CleanupTorbjörn Andersson
2010-11-01SWORD2: Cleanup pause handlingTorbjörn Andersson
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-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-06Const correctnessEugene Sandulenko
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2009-03-15sword2: added detection for Broken Sword 2 PSX, and a check to say wether pc ...Fabio Battaglia
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
2008-11-09Allow pausing (from the outside) during credits and palette fades. Refactored...Torbjörn Andersson
2008-11-09Moved sound-related settings to syncSoundSettings() for the global options di...Torbjörn Andersson
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-07-13SWORD2 works with the new GMM implementationChristopher Page
2008-06-26Sword2 now uses the new _quit flagChristopher Page
2008-05-29Rewrote dimPalette() so that the dimming is now a "filter" between the ScreenTorbjörn Andersson
2008-05-23Initial implementation of pauseEngineIntern(). There are issues, though, sinceTorbjörn Andersson
2007-06-22Slightly updated key handling in BS2, Kyra, and ToucheMax Horn
2007-05-31Re-added Revolution Software copyright to BS2 engineMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-18Let the event manager keep track of the mouse position.Torbjörn Andersson
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-01-03Use FRAMES_PER_SECOND, not getFramesPerSecond(), to calculate the number ofTorbjörn Andersson
2007-01-03Added experimental "fast mode" for Broken Sword 2. (Use Ctrl-f to toggle.)Torbjörn Andersson
2006-11-07Fixed regression caused by recent debug console cleanup. The key stroke thatTorbjörn Andersson
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-22Cleanup.Torbjörn Andersson
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-02-17Removed includes from sword2.h so that (hopefully) there will eventually beTorbjörn Andersson
2006-02-12Standardized the preprocessor constants used to prevent double inclusion ofTorbjörn Andersson
2006-02-12Renamed files for consistency with other engines:Torbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn