Age | Commit message (Expand) | Author |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
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-03-06 | cleanup | Joost Peters |
2009-02-13 | Formatting changes / consistency | Joost Peters |
2009-01-30 | Avoid using g_engine if possible | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-08-13 | Fixed some memory leaks | Christopher Page |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-03 | Fixed bug that prevented upper-case letters from being used in savegame names. | Torbjörn Andersson |
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr... | Christopher Page |
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page |
2008-02-27 | Add support for --list-saves to the sky engine | Max Horn |
2008-02-27 | Modified the BASS save/load code to use a StringList for storing the save sta... | Max Horn |
2008-02-27 | Simplified Control::handleKeyPress and fixed a long-standing bug in the verif... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-22 | Fixed long-standing font bug. We were using the control panel font for LINC | Torbjörn Andersson |
2007-03-18 | Fixed control panel sliders. | Torbjörn Andersson |
2007-03-18 | Applied eriktorbjorn's patch for bug #1657466: | Robert Göffringmann |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-14 | Fixed bug #1507835 (BASS: Control panel text differences from the original) | Max Horn |
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-10 | Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-06-21 | Initialise the control panel's _mouseX / _mouseY. Fixes a Valgrind warning. | Torbjörn Andersson |
2006-04-26 | add missing comma for portuguese quit text, remove stray comma after last str... | Joost Peters |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-26 | Added support for mouse wheel scrolling in save/restore dialog. | Torbjörn Andersson |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |