scummvm/engines
2007-06-23 14:59:58 +00:00
..
agi AGI: Properly handle backspace key on all systems, not just OS X 2007-06-22 23:12:24 +00:00
agos Minor cleanup. 2007-06-23 08:26:18 +00:00
cine Cleaning up after myself (I blame it on, err, uhh... the Vogons?) 2007-06-22 21:16:07 +00:00
cruise Patch #1733764: "Fallback detection patch". GSoC student. 2007-06-12 12:22:25 +00:00
gob Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ 2007-06-22 20:04:44 +00:00
kyra Minor formatting fix 2007-06-23 08:58:36 +00:00
lure Converted LURE code to use KEYCODEs 2007-06-23 14:59:58 +00:00
parallaction Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::ascii 2007-06-23 14:19:54 +00:00
queen Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_ 2007-06-22 21:38:34 +00:00
saga Fix MSVC8 warning 2007-06-22 22:14:35 +00:00
scumm Changed the way VAR_VERSION_KEY is handled 2007-06-23 14:16:04 +00:00
sky Converted BASS to use Common::KeyState 2007-06-22 22:18:56 +00:00
sword1 BS1: Make use of Common::KeySate::reset() 2007-06-22 22:19:17 +00:00
sword2 Slightly updated key handling in BS2, Kyra, and Touche 2007-06-22 23:03:12 +00:00
touche Slightly updated key handling in BS2, Kyra, and Touche 2007-06-22 23:03:12 +00:00
engine.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
engine.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
engines.mk Updated configure and engines/engines.mk to include the cruise engine (disabled by default) 2007-04-27 15:10:13 +00:00
module.mk Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00