Age | Commit message (Expand) | Author |
2010-10-29 | SWORD1: Switch to the new play time counting of the Engine class. | Johannes Schickel |
2010-08-02 | GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail. | Johannes Schickel |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-20 | Fixed regression introduced when adding support for looping background sounds. | Torbjörn Andersson |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-01 | Fix free/delete/delete[] mismatches. Patch by salty-horse | Willem Jan Palenstijn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-13 | Fixed bug #2847910, "Loss of background audio loop". It would probably be safe | Torbjörn Andersson |
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 |