aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
AgeCommit message (Expand)Author
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Added a getMaximumSaveSlot() implementation for sword1 and sword2Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-26Added semi-ugly workaround for bug #2182450 ("BS1 Demo: Crash due to missingTorbjörn Andersson
2008-10-26Another attempt at making the Broken Sword 1 savegame list in the launcher matchTorbjörn Andersson
2008-10-23Removed obsolete FIXME.Torbjörn Andersson
2008-10-22Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML.Kari Salminen
2008-10-20Formatting.Johannes Schickel
2008-10-20Fix - at least partially - the list of savegames for the launcher's load dialog.Torbjörn Andersson
2008-10-20I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'dTorbjörn Andersson
2008-10-13Fixed crash after using cutscene subtitles. (Now I *know* no one has used thatTorbjörn Andersson
2008-10-12Increased maximum subtitle line length for SimSaw. That code really should beTorbjörn Andersson
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-27Slight simplification of last commit.Torbjörn Andersson
2008-09-27Allow quitting or returning to the launcher while cutscenes are playing.Torbjörn Andersson
2008-09-27Fixed typos.Torbjörn Andersson
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15If the last savegame is deleted, reset save_slot in config man to -1Christopher Page
2008-08-15Fixes for Sword1 engine loading from launcherChristopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Added --list-saves support for SWORD1Christopher Page
2008-07-17More work with SWORD1 sound settingsChristopher Page
2008-07-17SWORD1 Sound settings work with the GMMChristopher Page
2008-07-13Overlooked something in SWORD1, works nowChristopher Page
2008-07-13SWORD1 works with the new GMM implementationChristopher Page
2008-06-01Fix bug #1981402: "BS1: grammatical error in the Italian menu"Eugene Sandulenko
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02New MetaEngine class (work in progress to replace the current Engine plugin A...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-13Removed unnecessary semi-colons.Torbjörn Andersson
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert