scummvm/engines/sci
2010-07-29 09:08:20 +00:00
..
engine SCI: also break in AvoidPath instead of continuing, when the start point is contained in multiple polygons, otherwise we'll end up in an infinite loop 2010-07-29 09:08:20 +00:00
graphics SCI: Re-enable the throttle for kFrameout, I must have been asleep that day 2010-07-29 01:05:11 +00:00
parser SCI: Fix using the parser in SCI Fan Games 2010-07-28 19:03:49 +00:00
sound SCI: Fix PCjr sound 2010-07-27 13:31:28 +00:00
video
console.cpp SCI: added said spec dump ability to logkernel 2010-07-24 11:51:09 +00:00
console.h SCI: adding new debug command logkernel 2010-07-23 20:47:15 +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: Add updated detection for al pond 2/new year's mystery (fan games) 2010-07-28 18:23:43 +00:00
detection.cpp SCI: changes for mother goose sci2.1 2010-07-27 19:09:57 +00:00
event.cpp SCI: adding support for middle mouse button 2010-07-28 14:57:35 +00:00
event.h
module.mk SCI: Moved the actual workaround arrays inside a cpp file 2010-07-22 08:58:59 +00:00
resource_audio.cpp SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qfg4 still uses "oi" calling 2010-07-14 11:34:44 +00:00
resource_intern.h Remove extra ";" in class declarations. 2010-07-17 00:05:27 +00:00
resource.cpp SCI: Fix bug #3035737 - SCI Fan Games: Incorrect Version Detection 2010-07-28 15:34:34 +00:00
resource.h SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error". 2010-07-26 07:40:51 +00:00
sci.cpp SCI: Add 'robots' subdirectory (PQSWAT demo stores them there) 2010-07-28 06:03:52 +00:00
sci.h SCI: changes for mother goose sci2.1 2010-07-27 19:09:57 +00:00
util.cpp
util.h