Age | Commit message (Expand) | Author |
2008-11-07 | Implemented RTL support | Benjamin Haisch |
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the descrip... | Filippos Karapetis |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the waitForTimer... | Filippos Karapetis |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | 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 | cleanup | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-04 | Fixed leak (unreleased stream of music data). | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-11-03 | Extend HACK in Engine::hasFeature, fixes GMM load dialog. | Johannes Schickel |
2008-11-03 | - Extended some comments | Johannes Schickel |
2008-11-03 | Check for engine support for loading/saving via GMM when enabling/disabling t... | Johannes Schickel |
2008-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-10-29 | Removed reference to Common::File in music code, and small cleanup. | Nicola Mettifogo |
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo |
2008-10-27 | Removed FIXME and reverted commit #34855, as it's now possible to add a subfo... | Filippos Karapetis |
2008-10-26 | Implemented FR #2038951: "ALL: visible warning when CD music missing" | Filippos Karapetis |
2008-10-26 | Using getChild() with getChild() throws an assertion (a regression of the lat... | Filippos Karapetis |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-26 | Added semi-ugly workaround for bug #2182450 ("BS1 Demo: Crash due to missing | Torbjörn Andersson |
2008-10-26 | Another attempt at making the Broken Sword 1 savegame list in the launcher match | Torbjörn Andersson |
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo |
2008-10-23 | Removed obsolete FIXME. | Torbjörn Andersson |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-23 | Add missing break to processSpecialKeys(). | Travis Howell |
2008-10-22 | Remove unnecessary function overloadings for loadBg16 and loadBg256. | Kari Salminen |
2008-10-22 | Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML. | Kari Salminen |
2008-10-22 | Make incrustMask and incrustSprite only draw to the current background in Ope... | Kari Salminen |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-21 | Cleanup. | Johannes Schickel |
2008-10-20 | Formatting. | Johannes Schickel |
2008-10-20 | Fix - at least partially - the list of savegames for the launcher's load dialog. | Torbjörn Andersson |
2008-10-20 | I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'd | Torbjörn Andersson |
2008-10-19 | Cleanup (Removed an extra 'return 0'). | Kari Salminen |
2008-10-18 | Implemented visual effects 1, 3, 4, 5, 6, 7 and 16 | Benjamin Haisch |
2008-10-14 | Another tweak to HE: Use SearchMan.openFile instead of a raw FSNode | Max Horn |
2008-10-13 | Patch #2131406: AGI: Fix Crash with Apple][ Instruments. | Kari Salminen |
2008-10-13 | Fixed crash after using cutscene subtitles. (Now I *know* no one has used that | Torbjörn Andersson |
2008-10-13 | Fix for bug #2162342: FREDDI1: Game does not start | Max Horn |