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
/
sword1
/
control.cpp
Age
Commit message (
Expand
)
Author
2008-06-01
Fix bug #1981402: "BS1: grammatical error in the Italian menu"
Eugene Sandulenko
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2008-01-01
Patch #1733017: "SWORD1: Possible patch for bug #1730183"
Eugene Sandulenko
2007-12-28
Patch #1857121: Refactoring of the getSavePath method
Eugene Sandulenko
2007-11-28
Update mouse coordinates onn *all* mouse events, i.e. also after click events
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-06-22
BS1: Make use of Common::KeySate::reset()
Max Horn
2007-06-22
Made BS1 track the full KeyState upon KEYDOWN events (this makes it possible ...
Max Horn
2007-06-22
Cleaning up after myself (I blame it on, err, uhh... the Vogons?)
Max Horn
2007-06-22
Use KEYCODE constants.
Torbjörn Andersson
2007-06-16
Try to be more robust/paranoid when reading the SAVEGAME.INF file. Apart from
Torbjörn Andersson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-26
Fix Enter key behavior under MacOS as mentioned in FR #1273746: "BS1: Some
Eugene Sandulenko
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
Torbjörn Andersson
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-17
Added finalize() method to Common::OutSaveFile (which by default just flushes...
Max Horn
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-09-09
Fixed unaligned read (this fix a potential crash clicking on the Text option ...
Chris Apers
2006-09-09
Initialise variable. Should fix Valgrind warning.
Torbjörn Andersson
2006-06-20
Cleanup.
Torbjörn Andersson
2006-04-18
Call updateScreen() from delay functions for smoother mouse cursor movement.
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn