scummvm/engines/sci
2010-01-17 22:41:29 +00:00
..
engine Mark lsl3 as a workaround. 2010-01-17 20:23:11 +00:00
graphics SCI: speed throttler changed, now gets triggered by kAnimate, removed initial no-delay, i'm still getting animation now in iceman and sq3, slow palette animation in longbow fixed 2010-01-17 18:41:28 +00:00
sound SCI: Check GM patch before loading it 2010-01-17 20:00:58 +00:00
video Removed one more hardcoded screen dimension 2010-01-06 12:55:51 +00:00
console.cpp SCI: Use prefix increment instead of postfix on iterators (more efficient); also correct code formatting issues 2010-01-13 23:58:25 +00:00
console.h SCI: added new debug command "picture_visualize", which enables visualization of the drawing process of EGA pictures 2010-01-09 14:09:45 +00:00
debug.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
decompressor.cpp SCI: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
decompressor.h SCI: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
detection_tables.h Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some formatting changes 2009-12-07 12:34:38 +00:00
detection.cpp SCI: fixed detection to not crash when adding sierras pinball creep, also changed detection so that we dont "accept" games that use unknown view resources (otherwise pinball creep will get detected as SCI) 2010-01-17 22:32:53 +00:00
event.cpp SCI: Ctrl-Z now supported as well :D 2010-01-08 23:09:30 +00:00
event.h SCI: removed controlify() to ease readability of code 2010-01-08 22:52:50 +00:00
module.mk SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. 2010-01-14 01:44:11 +00:00
resource.cpp SCI: added warning() when detection fails to detect map and volume version 2010-01-17 22:41:29 +00:00
resource.h SCI: Fix rhythm channel handling in SCI0 2010-01-16 19:11:37 +00:00
sci.cpp SCI: Handle master volume inside music drivers 2010-01-12 00:51:37 +00:00
sci.h SCI: Handle master volume inside music drivers 2010-01-12 00:51:37 +00:00
vocabulary.cpp SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00
vocabulary.h SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00