scummvm/engines/sci
Martin Kiewitz 46b27926b2 SCI: adding obj in kDoSound debug output
svn-id: r50994
2010-07-18 16:02:16 +00:00
..
engine SCI: adding room numbers to all workarounds 2010-07-18 13:08:47 +00:00
graphics Remove extra ";" in class declarations. 2010-07-17 00:05:27 +00:00
parser SCI: Work on optional expressions in said rules. 2010-07-18 13:31:23 +00:00
sound SCI: adding obj in kDoSound debug output 2010-07-18 16:02:16 +00:00
video Committing the rest of the VideoDecoder Rewrite from patch #2963496. 2010-05-18 14:17:24 +00:00
console.cpp SCI: Add basic debugging command for 'said' 2010-07-18 13:31:05 +00:00
console.h SCI: Add basic debugging command for 'said' 2010-07-18 13:31:05 +00:00
debug.h SCI: Turn global object g_debugState into SciEngine member var 2010-07-12 23:20:33 +00:00
decompressor.cpp SCI: dont write palette in reorderView() if there is no palette :P 2010-06-23 16:49:03 +00:00
decompressor.h SCI: Reduce header interdependencies 2010-02-17 23:38:43 +00:00
detection_tables.h SCI: adding pq2 japanese pc98 2010-07-17 22:59:57 +00:00
detection.cpp SCI: disabling saving from scummvm menu 2010-07-18 14:21:38 +00:00
event.cpp SCI: replacing the keyboard size check for direction type detection with checking for script 933 (pseudoMouse) instead - this is better because its working multiplatform 2010-06-19 10:57:01 +00:00
event.h SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also renamed SCI_EVENT_JOYSTICK to SCI_EVENT_DIRECTION 2010-06-19 09:46:04 +00:00
module.mk SCI: Removed the FreeSCI music code 2010-06-30 13:49:05 +00:00
resource_audio.cpp SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qfg4 still uses "oi" calling 2010-07-14 11:34:44 +00:00
resource_intern.h Remove extra ";" in class declarations. 2010-07-17 00:05:27 +00:00
resource.cpp Cleanup and simplify resource type remapping. 2010-07-18 01:32:48 +00:00
resource.h Fix typo. 2010-07-18 00:18:27 +00:00
sci.cpp SCI: adding support to qfg4 to import qfg3 character data 2010-07-15 06:04:52 +00:00
sci.h SCI: separating qfg1ega and qfg1vga gameids 2010-07-14 11:53:12 +00:00
util.cpp Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression. 2010-05-18 04:17:58 +00:00
util.h Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression. 2010-05-18 04:17:58 +00:00