aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
AgeCommit message (Expand)Author
2009-02-14clear full screen before playing movie in BS1 (fixes #2599573)Willem Jan Palenstijn
2009-02-14Fixed bug #2599531 ("SWORD1: truck.dxa plays striped"). The last parameter toTorbjörn Andersson
2009-01-30Avoid using g_engine if possibleMax Horn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-21Clear the list of savegames before re-populating it. Otherwise, even save namesTorbjörn Andersson
2009-01-21Don't allow the nul character in savegame names, since that terminates theTorbjörn Andersson
2009-01-06Updated SWORD1 with the latest changes to video playersFilippos Karapetis
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-21Move all video players to separate directoryEugene Sandulenko
2008-12-14Enable Smacker support, and switch later HE games to Smacker support (since t...Travis Howell
2008-12-01Fixed compilation.Johannes Schickel
2008-12-01Got rid of Stream::readLine_OLD calls in two places (mostly untested, please ...Max Horn
2008-11-18Committed by patch #2219361 ("BS1: Simplified subtitles"). It uses theTorbjörn Andersson
2008-11-18Fixed meta engine related save functions (some where relying on "target.???" ...Johannes Schickel
2008-11-18Reverted to old behavior: save games for sword1 can be shared again across al...Filippos Karapetis
2008-11-18Applied a slightly modified version of my patch #2307224 - "BS1: Save/load ov...Filippos Karapetis
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-13Moved sword1 detection and meta engine specific code from sword1.cpp into det...Filippos Karapetis
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