Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | LURE: Don't report failure message when save/load is successful | David Fioramonti | |
This required switching the ternary true and false operands. | |||
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko | |
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines. | |||
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2016-01-12 | LURE: Add support for Russian version | Eugene Sandulenko | |
2014-02-18 | LURE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-01-19 | LURE: Remove evil 'using namespace' from header files | Max Horn | |
svn-id: r47396 | |||
2010-01-05 | Added a new LureLanguage enumeration of supported languages, and changed ↵ | Paul Gilbert | |
game code to use it svn-id: r47019 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-08-24 | Switched LURE to use a single central RandomSource instance, instead of ↵ | Johannes Schickel | |
(sometimes) creating a new RandomSource every function call. svn-id: r43715 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-01-31 | Enabled runtime save/loading from the GMM menu, and fixed launcher listing ↵ | Paul Gilbert | |
of savegames svn-id: r36164 | |||
2009-01-26 | Implemented the Engine::getDebugger method | Paul Gilbert | |
svn-id: r36068 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵ | Max Horn | |
EngineFeature comments svn-id: r34896 | |||
2008-07-25 | Added -x and --list-saves support for LURE | Christopher Page | |
svn-id: r33291 | |||
2008-06-30 | Sound settings for Lure can be modified through the GMM | Christopher Page | |
svn-id: r32855 | |||
2008-06-16 | Cleaned up some unnecessary comments | Christopher Page | |
svn-id: r32721 | |||
2008-05-28 | LURE: Fixed some memory leaks when returning to the launcher from the LURE ↵ | Christopher Page | |
engine svn-id: r32357 | |||
2008-05-24 | Implemented LureEngine::pauseEngineIntern | Paul Gilbert | |
svn-id: r32238 | |||
2008-02-14 | Changed error dialog display to exit ScummVM through the standard execution ↵ | Paul Gilbert | |
path rather than using the exit() method svn-id: r30866 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-31 | Added detection for Italian EGA version | Paul Gilbert | |
svn-id: r30094 | |||
2007-12-07 | Changed startup error messages to use a modal GUI dialog | Paul Gilbert | |
svn-id: r29745 | |||
2007-12-06 | Switch Lure engine to AdvancedDetector | Eugene Sandulenko | |
svn-id: r29734 | |||
2007-12-02 | Added some more code to the savegame load process to correctly handle ↵ | Paul Gilbert | |
previously saved savegames (from version 25) svn-id: r29693 | |||
2007-08-12 | Skeleton code added for restart/restore screen | Paul Gilbert | |
svn-id: r28548 | |||
2007-06-22 | Lots of bugfixes - game is now completable | Paul Gilbert | |
svn-id: r27606 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-17 | Got rid of Lure::System | Max Horn | |
svn-id: r26155 | |||
2006-10-02 | Added functionality to allow saving/loading the game state | Paul Gilbert | |
svn-id: r24070 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-07-23 | Changed __lure_res_h__ to LURE_RES_H etc for consistency. | Torbjörn Andersson | |
svn-id: r23584 | |||
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ↵ | Max Horn | |
new getActiveDomain method that returns a pointer to the actual active *domain* - Added Engine::_targetName whose value is computed from the name of the active domain - Removed GameDetector::_targetName, instead code now uses either Engine::_targetName or the name of the active domain - This in turn allowed for removing usage of GameDetector in many places svn-id: r21916 | |||
2006-02-12 | The GameDetector is no longer a required parameter for Engine constructors | Max Horn | |
svn-id: r20590 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |