Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | Update ReadStringStream and parser to work with the new eos() logic. | Nicola Mettifogo | |
svn-id: r34945 | |||
2008-11-09 | Enabled flags parsing for all commands in location script. Most of them ↵ | Nicola Mettifogo | |
don't need it, but some commands have been enhanced in BRA. svn-id: r34944 | |||
2008-11-09 | Fixed crash when closing BRA. | Nicola Mettifogo | |
svn-id: r34943 | |||
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo | |
svn-id: r34942 | |||
2008-11-09 | Fixed bug in introduction of NS. | Nicola Mettifogo | |
svn-id: r34941 | |||
2008-11-08 | * cleanup | Nicola Mettifogo | |
* moved find routines from Parallaction to Location svn-id: r34940 | |||
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo | |
* refactored most cleanup code for locations and game svn-id: r34939 | |||
2008-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo | |
svn-id: r34938 | |||
2008-11-08 | Pushing down some header deps | Max Horn | |
svn-id: r34936 | |||
2008-11-07 | Implemented RTL support | Benjamin Haisch | |
svn-id: r34933 | |||
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the ↵ | Filippos Karapetis | |
description is not set correctly yet svn-id: r34932 | |||
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo | |
* removed lots of old Archive swap magic svn-id: r34931 | |||
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in ↵ | Nicola Mettifogo | |
Nippon Safes. Common::File is now used only to load archives. svn-id: r34921 | |||
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis | |
svn-id: r34918 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the ↵ | Filippos Karapetis | |
waitForTimer() function from the SCUMM engine svn-id: r34914 | |||
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn | |
svn-id: r34913 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34910 | |||
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn | |
svn-id: r34909 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn | |
svn-id: r34905 | |||
2008-11-04 | cleanup | Max Horn | |
svn-id: r34898 | |||
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵ | Max Horn | |
EngineFeature comments svn-id: r34896 | |||
2008-11-04 | Fixed leak (unreleased stream of music data). | Nicola Mettifogo | |
svn-id: r34895 | |||
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo | |
svn-id: r34894 | |||
2008-11-03 | Extend HACK in Engine::hasFeature, fixes GMM load dialog. | Johannes Schickel | |
svn-id: r34889 | |||
2008-11-03 | - Extended some comments | Johannes Schickel | |
- Added @todos to engines/engine.h - Added a FIXME to engines/dialogs.cpp svn-id: r34887 | |||
2008-11-03 | Check for engine support for loading/saving via GMM when enabling/disabling ↵ | Johannes Schickel | |
the buttons. svn-id: r34886 | |||
2008-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel | |
svn-id: r34885 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel | |
svn-id: r34871 | |||
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo | |
svn-id: r34870 | |||
2008-10-29 | Removed reference to Common::File in music code, and small cleanup. | Nicola Mettifogo | |
svn-id: r34861 | |||
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo | |
svn-id: r34860 | |||
2008-10-27 | Removed FIXME and reverted commit #34855, as it's now possible to add a ↵ | Filippos Karapetis | |
subfolder to a non-existing folder without crashes with the change in commit #34857 svn-id: r34858 | |||
2008-10-26 | Implemented FR #2038951: "ALL: visible warning when CD music missing" | Filippos Karapetis | |
svn-id: r34856 | |||
2008-10-26 | Using getChild() with getChild() throws an assertion (a regression of the ↵ | Filippos Karapetis | |
latest FS node changes). Commenting out this line with a FIXME so that SAGA games can work once again under Windows svn-id: r34855 | |||
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ↵ | Filippos Karapetis | |
as discussed in patch #2122869 svn-id: r34854 | |||
2008-10-26 | Added semi-ugly workaround for bug #2182450 ("BS1 Demo: Crash due to missing | Torbjörn Andersson | |
speech segment"). svn-id: r34853 | |||
2008-10-26 | Another attempt at making the Broken Sword 1 savegame list in the launcher match | Torbjörn Andersson | |
the in-game one. Only show savegames which actually have a corresponding save file. (That's a trick the in-game dialog doesn't know yet.) The match isn't perfect, though: The launcher lists the first save slot as 0, while the in-game dialog lists it as 1. But changing the launcher one will make it set the wrong "save_slot" value. svn-id: r34851 | |||
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo | |
svn-id: r34848 | |||
2008-10-23 | Removed obsolete FIXME. | Torbjörn Andersson | |
svn-id: r34846 | |||
2008-10-23 | Pushed down some header deps | Max Horn | |
svn-id: r34845 | |||
2008-10-23 | Add missing break to processSpecialKeys(). | Travis Howell | |
svn-id: r34843 | |||
2008-10-22 | Remove unnecessary function overloadings for loadBg16 and loadBg256. | Kari Salminen | |
svn-id: r34840 | |||
2008-10-22 | Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML. | Kari Salminen | |
svn-id: r34839 | |||
2008-10-22 | Make incrustMask and incrustSprite only draw to the current background in ↵ | Kari Salminen | |
Operation Stealth. svn-id: r34838 | |||
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵ | Johannes Schickel | |
SharedPtr usage". svn-id: r34837 | |||
2008-10-21 | Cleanup. | Johannes Schickel | |
svn-id: r34831 |