scummvm/engines/sci
2010-11-24 11:19:27 +00:00
..
engine SCI: added a workaround for script bug #3116892 - "SQ4 German: crash when shooting with laser", by applying the one for the English version 2010-11-23 22:42:03 +00:00
graphics SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since it has some differences in its views) 2010-11-20 00:20:05 +00:00
parser SCI: Remove any use of printf 2010-11-02 09:49:47 +00:00
sound SCI: Read MT-32 reverb data correctly (patch #3117434) 2010-11-24 11:19:27 +00:00
video ALL: Push down deps on stream.h from .h to .cpp files 2010-11-19 01:37:04 +00:00
console.cpp SCI: Fixed the "version" console command in SCI1.1 and earlier games 2010-11-21 10:31:02 +00:00
console.h SCI: Unified the functionality and parameters of the disasm and disasm_addr commands 2010-11-17 08:05:11 +00:00
debug.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +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: Added entries for the GOG versions of Phantasmagoria 1 and 2 (patch #3112884) 2010-11-23 12:07:21 +00:00
detection.cpp ALL: Push down deps on stream.h from .h to .cpp files 2010-11-19 01:37:04 +00:00
event.cpp SCI: Added support for the keypad +/- keys 2010-11-22 18:39:06 +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: Moved the Object class in a separate file 2010-11-19 08:18:24 +00:00
resource_audio.cpp SCI: Fix compile when SCI32 is not enabled 2010-11-09 16:06:33 +00:00
resource_intern.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
resource.cpp SCI3: added a SCI3 implementation of findGameObject(), based on a patch by lskovlun 2010-11-17 11:17:38 +00:00
resource.h SCI: Update resource types for SCI2.1/3 2010-11-13 00:20:23 +00:00
sci.cpp SCI: Moved the Object class in a separate file 2010-11-19 08:18:24 +00:00
sci.h SCI3: Removed detection and any possible support of Shivers 2 2010-11-09 22:01: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