Age | Commit message (Expand) | Author |
2016-07-01 | SKY: change "savegame" into "saved game" | Ben Castricum |
2016-05-14 | SKY: Add safety check | Eugene Sandulenko |
2016-05-12 | SKY: Safer string manipulation | Eugene Sandulenko |
2016-04-18 | SKY: Two more adjustments to Russian BASS | Eugene Sandulenko |
2016-04-17 | SKY: Proper support for Russian BASS | Eugene Sandulenko |
2016-04-16 | SKY: Added localized quit message for Russian translation | Eugene Sandulenko |
2014-02-18 | SKY: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-03-30 | SKY: Minor formatting fix. | D G Turner |
2012-03-28 | SKY: Allow game to be loaded from main menu dialog while in-game control pane... | Eric Culp |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2012-02-13 | BASS: Reduce code duplication in autosave code | Willem Jan Palenstijn |
2012-02-13 | BASS: Fix savegame corruption | Willem Jan Palenstijn |
2012-02-13 | BASS: Report savegame errors when saving by pressing enter | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-14 | ALL: colour -> color | Max Horn |
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 |