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