aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.cpp
AgeCommit message (Expand)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-02-16SKY: Add defines for delay();Lothar Serra Mari
2019-02-16SKY: Decrease cursor redraw delay in menuLothar Serra Mari
2016-07-01SKY: change "savegame" into "saved game"Ben Castricum
2016-05-14SKY: Add safety checkEugene Sandulenko
2016-05-12SKY: Safer string manipulationEugene Sandulenko
2016-04-18SKY: Two more adjustments to Russian BASSEugene Sandulenko
2016-04-17SKY: Proper support for Russian BASSEugene Sandulenko
2016-04-16SKY: Added localized quit message for Russian translationEugene Sandulenko
2014-02-18SKY: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-30SKY: Minor formatting fix.D G Turner
2012-03-28SKY: Allow game to be loaded from main menu dialog while in-game control pane...Eric Culp
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13BASS: Reduce code duplication in autosave codeWillem Jan Palenstijn
2012-02-13BASS: Fix savegame corruptionWillem Jan Palenstijn
2012-02-13BASS: Report savegame errors when saving by pressing enterWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: colour -> colorMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
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-03-06cleanupJoost Peters
2009-02-13Formatting changes / consistencyJoost Peters
2009-01-30Avoid using g_engine if possibleMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-13Fixed some memory leaksChristopher Page
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-03Fixed bug that prevented upper-case letters from being used in savegame names.Torbjörn Andersson
2008-07-13SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...Christopher Page
2008-06-25Scumm and sky now use the new _quit flagChristopher Page
2008-02-27Add support for --list-saves to the sky engineMax Horn
2008-02-27Modified the BASS save/load code to use a StringList for storing the save sta...Max Horn
2008-02-27Simplified Control::handleKeyPress and fixed a long-standing bug in the verif...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-22Converted BASS to use Common::KeyStateMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-22Fixed long-standing font bug. We were using the control panel font for LINCTorbjörn Andersson
2007-03-18Fixed control panel sliders.Torbjörn Andersson
2007-03-18Applied eriktorbjorn's patch for bug #1657466:Robert Göffringmann