scummvm/engines/sci/engine
Filippos Karapetis 259f262592 SCI: Add a workaround for a script bug in QFG4
Thanks to Charles for testing
2012-08-02 03:46:58 +03: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 SCI: Don't compress exported heroes in the Quest for Glory games 2012-06-21 12:15:25 +03: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 SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one 2012-07-24 00:18:31 +03: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 SCI: Add support for kCD(0) with a parameter 2012-07-27 01:30:37 +03:00
kgraphics32.cpp SCI: Silence some very chatty warnings 2012-07-25 12:13:35 +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: Update comments in kGetAngleWorker() 2012-07-09 01:33:38 +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: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +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: Fix silly typo 2012-06-21 22:57:00 +03:00
kvideo.cpp SCI: Also set the filename of the videoState struct when playing AVIs 2012-07-08 22:01:15 +03:00
message.cpp SCI: Handle calls from MessageState::outputString() to arrays 2012-07-05 13:58:43 +03:00
message.h
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 bug #3538418 in SQ4CD 2012-06-28 04:06:58 +03:00
script.cpp SCI: Remove an incorrect error check in validateExportFunc() 2012-06-28 03:29:34 +03:00
script.h SCI: Rename a parameter in validateExportFunc() 2012-06-26 11:13:14 +03:00
scriptdebug.cpp SCI: Change the program counter (PC) to be a 32-bit variable 2012-06-23 21:45:26 +03:00
seg_manager.cpp SCI: Remove an unnecessary warning and related FIXME comments 2012-07-03 03:34:30 +03: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 SCI: Add some debug code to op_line 2012-07-26 11:06:52 +03: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: Add a workaround for a script bug in QFG4 2012-08-02 03:46:58 +03:00
workarounds.h