index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sky
/
control.h
Age
Commit message (
Expand
)
Author
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-28
SKY: Allow game to be loaded from main menu dialog while in-game control pane...
Eric Culp
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-02-13
BASS: Reduce code duplication in autosave code
Willem Jan Palenstijn
2012-02-13
BASS: Fix savegame corruption
Willem Jan Palenstijn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-08-30
Fix indentation
Jordi Vilalta Prat
2009-07-03
Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings
Max Horn
2009-03-06
cleanup
Joost Peters
2009-02-14
Fix 1690836: "BASS: Speed difference"
Joost Peters
2008-11-12
Saving and loading from the GMM is now supported in the sky engine
Filippos Karapetis
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
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-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-03-17
SKY: Changed Control class to use event manager for mouse coord tracking, and...
Max Horn
2007-02-20
More header fixes for that warm and fuzzy feeling of consistency.
Torbjörn Andersson
2007-02-10
Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ...
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