Age | Commit message (Expand) | Author |
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-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err... | Filippos Karapetis |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
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-09-01 | Merging more of the GSoC 2008 RTL branch: QUEEN | Max Horn |
2008-08-25 | Refined the workaround for wrongly compressed audio. If the sample rate is given | Torbjörn Andersson |
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-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn |
2008-07-31 | Applied my patch #2030058 ("Workaround for incorrectly compressed FotAQ"), and | Torbjörn Andersson |
2008-07-29 | Added --list-saves support for QUEEN | Christopher Page |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-18 | QUEEN sound settings work with the GMM | Christopher Page |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-15 | fix bug #1876741: changed .SB playback rate to 11840Hz (matches dos game) | Gregory Montoir |
2008-07-15 | fix bug #1995042: stop previous sfx playback when starting a new sfx (matches... | Gregory Montoir |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-11 | Queen works with the new GMM implementation, and made a correction to a chang... | Christopher Page |
2008-07-06 | QUEEN: Made it possible to quit during the intro cutaways | Christopher Page |
2008-07-05 | Queen sound settings are now configurable through the GMM | Christopher Page |
2008-06-26 | fix possible oob access | Gregory Montoir |
2008-06-25 | Queen and Saga now use the new _quit flag | Christopher Page |
2008-06-04 | QUEEN: Modified engine to use a quit flag instead of system->quit() in order ... | Christopher Page |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | cleanup | Max Horn |
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson |
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't use... | Jordi Vilalta Prat |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-18 | Possible fix for bug #1874516 (QUEEN: Lockup on quit) | Max Horn |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-12-26 | cleanup | Max Horn |
2007-12-26 | Fix for bug #1858080: FOTAQ: game terminates badly | Max Horn |
2007-11-30 | indentation | Gregory Montoir |
2007-11-30 | Indentation. | Torbjörn Andersson |
2007-11-21 | code conventions | Gregory Montoir |
2007-11-21 | use mutex to prevent race between MidiParser & MidiDriver | Gregory Montoir |