scummvm/engines/sci
Filippos Karapetis 744a1829ac SCI: Added a check for magnifier cursor multipliers
Sierra SCI only allowed multipliers 1, 2 and 4, and errored out on unexpected
values, thus we do the same

svn-id: r53072
2010-10-08 13:33:54 +00:00
..
engine SCI: Add one more workaround for end of QfG3 Awari 2010-10-07 20:48:55 +00:00
graphics SCI: Added a check for magnifier cursor multipliers 2010-10-08 13:33:54 +00:00
parser SCI: Support alternative inputs from vocab 913 2010-10-03 20:58:50 +00:00
sound SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame" 2010-10-07 21:50:47 +00:00
video SCI: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
console.cpp SCI: Allow multiple word groups in parser 2010-10-03 10:49:42 +00:00
console.h SCI: Some changes regarding resources 2010-09-10 14:07:32 +00:00
debug.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
decompressor.cpp
decompressor.h
detection_tables.h SCI: Added detection entry for KQ5/PC-98 (bug report #3073583) 2010-10-03 23:10:45 +00:00
detection.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
event.cpp SCI: Throttle the invocations of Engine::shouldQuit() 2010-08-29 00:39:33 +00:00
event.h SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154) 2010-07-29 10:48:54 +00:00
module.mk SCI: Add CMS driver for SCI1-SCI1.1. 2010-09-17 20:03:20 +00:00
resource_audio.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
resource_intern.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
resource.cpp ALL: Fixup some #define names 2010-09-28 20:30:50 +00:00
resource.h SCI: Some changes regarding resources 2010-09-10 14:07:32 +00:00
sci.cpp SCI: dont replace save/restore in hoyle2 too 2010-09-08 12:45:42 +00:00
sci.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
util.cpp
util.h