scummvm/engines/sci
2010-01-19 22:30:33 +00:00
..
engine - Removed the resetDriver() hack. The reason why notes stopped being played sometimes was actually mixer->stopAll(), which stopped the music stream as well (spotted by waltervn) 2010-01-19 20:02:17 +00:00
graphics SCI: dont directly set mouse cursor to visible state but call show() instead thus updating _isVisible so cursor wont get lost in sci0 games 2010-01-19 19:58:36 +00:00
sound Move raw audio flags from sound/mixer.h to sound/raw.h 2010-01-19 22:30:33 +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 SCI: added french lb2 floppy 2010-01-19 10:47:46 +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 comment about resource.p01 etc. (including possible TODO) 2010-01-18 23:07:56 +00:00
resource.h SCI: Fix rhythm channel handling in SCI0 2010-01-16 19:11:37 +00:00
sci.cpp SCI: dont set dataInc selector inside updateCues when dataInc is not available 2010-01-18 22:39:56 +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