scummvm/engines/sci/engine
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
..
features.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
features.h SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" 2012-04-29 20:45:16 +03:00
file.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
file.h SCI: Fix the loading screen and the loading functionality in Shivers 2012-06-13 22:56:43 +03:00
gc.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
gc.h SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
kernel_tables.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
kernel.cpp SCI: Update some kernel table related comments 2012-07-04 01:06:58 +03:00
kernel.h SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one 2012-07-24 00:18:31 +03:00
kevent.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
kfile.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
kgraphics32.cpp SCI: More work on kRemapColors 2012-08-21 03:32:23 +03:00
kgraphics.cpp SCI: Cleanup of the palette remapping code 2012-07-24 22:54:37 +03:00
klists.cpp SCI: Update the virtual file selected in the QFG4 character import screen 2012-07-08 16:15:45 +03:00
kmath.cpp SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games 2012-08-21 03:32:18 +03:00
kmenu.cpp JANITORIAL: Replace (x ? false : true) by !(x). 2012-03-13 15:43:36 +01:00
kmisc.cpp SCI: Move kGetWindowsOption together with the other misc kernel functions 2012-07-03 18:11:41 +03:00
kmovement.cpp SCI: Removed the old kDoAvoider code 2011-10-09 19:16:04 +03:00
kparse.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
kpathing.cpp SCI: Fix compilation with MSVC (atan2() was ambiguous) 2012-10-01 03:06:59 +03:00
kscripts.cpp SCI: Remove a duplicate sanity check 2012-06-23 21:45:20 +03:00
ksound.cpp SCI: Silence some very chatty warnings 2012-07-25 12:13:35 +03:00
kstring.cpp SCI: Add kReadNumber fixme 2012-10-05 16:41:02 +02:00
kvideo.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
message.cpp SCI: Handle calls from MessageState::outputString() to arrays 2012-07-05 13:58:43 +03:00
message.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
object.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
object.h SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
savegame.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
savegame.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
script_patches.cpp SCI: Fix Uhura's Woo conversation option 2012-10-07 12:27:14 +02:00
script.cpp SCI: Flip assert 2012-10-07 12:27:14 +02:00
script.h SCI: Rename a parameter in validateExportFunc() 2012-06-26 11:13:14 +03:00
scriptdebug.cpp SCI: Fix dissect_script crash with invalid object types 2012-10-06 13:07:12 +02:00
seg_manager.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
seg_manager.h SCI: Add a hack for a bug in the script handling code 2012-07-02 12:49:10 +03:00
segment.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
segment.h SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
selector.cpp SCI: Check for object visibility, if an object defines it 2012-05-14 02:30:15 +03:00
selector.h SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
state.cpp SCI: Some updates to SCI32 kernel graphics functions 2012-07-05 13:58:41 +03:00
state.h SCI: Some updates to SCI32 kernel graphics functions 2012-07-05 13:58:41 +03:00
static_selectors.cpp SCI: Extended the detection of certain selectors to work in SCI2 2011-10-13 14:03:58 +03:00
vm_types.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
vm_types.h SCI: Change the program counter (PC) to be a 32-bit variable 2012-06-23 21:45:26 +03:00
vm.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
vm.h SCI: make g_base_opcode_formats and SciOpcodes a bit more readable 2012-07-04 11:57:40 +03:00
workarounds.cpp SCI: Extend a workaround for the dream sequence in QFG4 2012-08-21 03:32:21 +03:00
workarounds.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00