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.cpp
Age
Commit message (
Expand
)
Author
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