scummvm/engines/sci
Willem Jan Palenstijn d1e2d61b78 SCI: Fix Uhura's Woo conversation option
This is bug #3040722.

It was trying to open a non-existent submenu. We now force a return
after handling the conversation option right before it tries to look for
this submenu.
2012-10-07 12:27:14 +02:00
..
engine SCI: Fix Uhura's Woo conversation option 2012-10-07 12:27:14 +02:00
graphics JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
parser Merge pull request #182 from fingolfin/forbid-ctype 2012-02-21 11:33:32 -08:00
sound JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
video JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
console.cpp SCI: Fix some console output formatting 2012-10-06 13:07:12 +02:00
console.h SCI: Change the program counter (PC) to be a 32-bit variable 2012-06-23 21:45:26 +03:00
debug.h
decompressor.cpp
decompressor.h
detection_tables.h SCI: Add PQ3 Spanish DOS detection entry from bug #3555647. 2012-08-11 17:55:31 +01:00
detection.cpp SCI: Fix spelling of Yamaha. 2012-07-04 02:02:58 +02:00
event.cpp SCI: Fix mouse up events 2012-06-08 08:31:06 +02:00
event.h
module.mk SCI: Implement the file operations needed for the save dialog in Phantasmagoria 2012-06-13 12:26:49 +03:00
resource_audio.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
resource_intern.h
resource.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
resource.h SCI: Resolve some resource related FIXMEs 2012-05-15 03:05:38 +03:00
sci.cpp SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API 2012-07-22 23:17:36 -04:00
sci.h
util.cpp
util.h