scummvm/engines/sci
Martin Kiewitz b581a866a9 SCI: fixing obvious kAddToPic regression
caused by r53068, triggered bug #3092840 (SQ5 genetix lab scaled incorrectly when laying course) - thx to digitall for bisect

svn-id: r53775
2010-10-24 21:49:22 +00:00
..
engine SCI: always allocate +1 byte in kMemory now 2010-10-23 20:22:24 +00:00
graphics SCI: fixing obvious kAddToPic regression 2010-10-24 21:49:22 +00:00
parser SCI: Support alternative inputs from vocab 913 2010-10-03 20:58:50 +00:00
sound SCI: fixing possible deadlock inside clearPlaylist 2010-10-19 14:53:39 +00:00
video SCI: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
console.cpp SCI: Added the ability to filter out results of the "class_table" command 2010-10-21 13:13:56 +00:00
console.h SCI: Added a new debug command, "find_callk" 2010-10-20 17:31:29 +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 the Spanish version of SQ5 from bug report #3090664 2010-10-23 19:17:26 +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: Add detection for Hoyle4 Mac 2010-10-13 03:28:59 +00:00
sci.h ENGINES: Enhance namespace comments a bit 2010-10-15 12:48:19 +00:00
util.cpp
util.h