Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
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-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r36236 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2008-11-14 | Added license header, and guard against multiple inclusion. | Torbjörn Andersson | |
(Sorry about the confusing commit message earlier. I thought I had committed a fix for bug #2284199 ("IGOR: Strange code in drawInventory()") without checking for warnings first.) svn-id: r35065 | |||
2008-11-14 | Oops, my last commit introduced some warnings. | Torbjörn Andersson | |
svn-id: r35063 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-09-10 | Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails ↵ | Filippos Karapetis | |
due to warnings-as-errors" svn-id: r34468 | |||
2008-07-11 | Don't use kPlainSoundType if you don't have to | Max Horn | |
svn-id: r33009 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Fix a typo | Jordi Vilalta Prat | |
svn-id: r30729 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-11-30 | sync'ing with local tree for now | Gregory Montoir | |
- some minor changes to detection code - added missing spanish strings to IGOR.TBL - fixed '@' charset index svn-id: r29672 | |||
2007-11-25 | - enabled speech sounds | Gregory Montoir | |
- added end of demo check for demo 1.10 - simplified parts loop - populated strings table in IGOR.TBL - updated and packed charset data svn-id: r29641 | |||
2007-11-21 | sync with latest IGOR.TBL | Gregory Montoir | |
svn-id: r29598 | |||
2007-11-18 | - added CTMF music support | Gregory Montoir | |
- fixed dialogue in PART12 svn-id: r29552 | |||
2007-11-04 | added saveload code, fixed calls to debugC | Gregory Montoir | |
svn-id: r29401 | |||
2007-11-04 | switched igor detection code to AdvancedDetector | Gregory Montoir | |
svn-id: r29400 | |||
2007-11-01 | added bootparam handling, minor cleanup | Gregory Montoir | |
svn-id: r29364 | |||
2007-10-31 | - minor changes to detection code | Gregory Montoir | |
- reverted gameState.counter type to int16 - cleanup/removed deadcode svn-id: r29344 | |||
2007-10-30 | - added detection of second demo version | Gregory Montoir | |
- moved the resource entries tables to an external file (IGOR.TBL) - added tool to build IGOR.TBL svn-id: r29332 | |||
2007-10-30 | Renamed a variable which is declared twice | Filippos Karapetis | |
svn-id: r29325 | |||
2007-10-30 | Fix compile warning. | Travis Howell | |
svn-id: r29321 | |||
2007-10-29 | Fix compile warning, looks like this memcpy should be a memset. | Travis Howell | |
svn-id: r29319 | |||
2007-10-29 | added 'igor' engine for the game 'Igor: Objective Uikokahonia' | Gregory Montoir | |
svn-id: r29318 |