aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.cpp
AgeCommit message (Expand)Author
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
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17SKY: Changed Control class to use event manager for mouse coord tracking, and...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-14Fixed bug #1507835 (BASS: Control panel text differences from the original)Max Horn
2007-03-14Fix for bug #1656880 (BASS: mouse initialized wrong in control panel)Max Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-10Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-21Initialise the control panel's _mouseX / _mouseY. Fixes a Valgrind warning.Torbjörn Andersson
2006-04-26add missing comma for portuguese quit text, remove stray comma after last str...Joost Peters
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-26Added support for mouse wheel scrolling in save/restore dialog.Torbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn