scummvm/engines/sci
2010-08-18 21:58:58 +00:00
..
engine SCI: Fixed bug #3039679 - "SCI Fanmade - The Gem Scenario: Crash at the start" 2010-08-18 21:58:58 +00:00
graphics SCI: sci1.1 pictures w/o cel don't set palette 2010-08-16 16:50:45 +00:00
parser SCI: Fix using the parser in SCI Fan Games 2010-07-28 19:03:49 +00:00
sound SCI: Only perform queuing of song signals for SCI0, where we handle the updating of song queues ourselves. Newer games handle signaling on their own, thus we shouldn't interfere with this. Fixes bug #3045913 - "PHARKAS CD: Crash at the start menu" (a regression from rev #52043) 2010-08-18 20:00:18 +00:00
video SCI: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
console.cpp SCI: "version" now shows cantBeHere selector 2010-08-12 21:33:23 +00:00
console.h SCI: adding bpk debug command 2010-08-03 19:06:40 +00:00
debug.h SCI: Turn global object g_debugState into SciEngine member var 2010-07-12 23:20:33 +00:00
decompressor.cpp
decompressor.h
detection_tables.h SCI: Added another French version of LSL3 2010-08-17 19:50:23 +00:00
detection.cpp SCI: Fix leaks in ResourceManager::listResources caller code. 2010-08-02 22:27:26 +00:00
event.cpp SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154) 2010-07-29 10:48:54 +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: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
resource_audio.cpp SCI: Fix size of wave files inside audio volumes (thanks to LordHoto for pointing out) 2010-08-04 22:45:10 +00:00
resource_intern.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
resource.cpp SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games" 2010-08-17 19:15:55 +00:00
resource.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
sci.cpp SCI: Added a warning dialog on game startup for versions of Longbow with known buggy scripts (containing game stopping bugs), which have been patched by Sierra 2010-08-17 20:36:28 +00:00
sci.h SCI: Switch to Common::RandomSource. 2010-07-30 22:47:01 +00:00
util.cpp
util.h