aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/control.cpp
AgeCommit message (Expand)Author
2009-07-29SWORD1 & SWORD2: Replaced ioFailed by err+eosMax Horn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-19Correct translation error.Travis Howell
2009-03-30SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling ...Johannes Schickel
2009-03-10Fix GMM loading disabled after loading savegame from ScummVM menuFabio Battaglia
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-04sword1: removed custom checks for thumbnails, using graphics/thumbnail.h func...Fabio Battaglia
2009-03-04sword1: enable thumbnails when saving through GMMFabio Battaglia
2009-03-03Cleaned up some commentsFabio Battaglia
2009-03-02Add playtime feature support to sword1Fabio Battaglia
2009-02-28Patch #2638336: Broken Sword PSX SupportEugene Sandulenko
2009-01-30Avoid using g_engine if possibleMax 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-01Whoa! Removing trailing spaces.Eugene Sandulenko
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-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-10-20I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'dTorbjörn Andersson
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-15Fixes for Sword1 engine loading from launcherChristopher 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-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2008-01-01Patch #1733017: "SWORD1: Possible patch for bug #1730183"Eugene Sandulenko
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-11-28Update mouse coordinates onn *all* mouse events, i.e. also after click eventsMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-22BS1: Make use of Common::KeySate::reset()Max Horn
2007-06-22Made BS1 track the full KeyState upon KEYDOWN events (this makes it possible ...Max Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Use KEYCODE constants.Torbjörn Andersson
2007-06-16Try to be more robust/paranoid when reading the SAVEGAME.INF file. Apart fromTorbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-26Fix Enter key behavior under MacOS as mentioned in FR #1273746: "BS1: SomeEugene Sandulenko
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2006-11-12Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemoEugene Sandulenko
2006-09-09Fixed unaligned read (this fix a potential crash clicking on the Text option ...Chris Apers
2006-09-09Initialise variable. Should fix Valgrind warning.Torbjörn Andersson
2006-06-20Cleanup.Torbjörn Andersson
2006-04-18Call updateScreen() from delay functions for smoother mouse cursor movement.Torbjörn Andersson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn