scummvm/engines/sci/engine
2013-03-30 13:58:53 +02:00
..
features.cpp SCI: Add the Inside the Chest / Benind the Developer's Shield demo 2012-10-22 12:19:13 +03:00
features.h
file.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
file.h
gc.cpp
gc.h
kernel_tables.h SCI: Add 2 workarounds for script bugs in QFG4 2013-01-11 02:24:17 +02:00
kernel.cpp SCI: Update some kernel table related comments 2012-07-04 01:06:58 +03:00
kernel.h SCI: Add subop 9 of kPalVary (used in SCI32, e.g. QFG4 when exiting the caves) 2013-01-11 02:24:17 +02:00
kevent.cpp
kfile.cpp SCI: Fix loading in Jones 2013-03-21 21:27:14 +02:00
kgraphics32.cpp SCI: Add some info on kPalVary(9)/kPalVaryUnknown2 2013-01-11 02:24:17 +02:00
kgraphics.cpp SCI: Add subop 9 of kPalVary (used in SCI32, e.g. QFG4 when exiting the caves) 2013-01-11 02:24:17 +02: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: Add GetAngle for SCI1 that matches SSCI 2013-01-24 22:10:20 +01:00
kmenu.cpp
kmisc.cpp SCI: Move kGetWindowsOption together with the other misc kernel functions 2012-07-03 18:11:41 +03:00
kmovement.cpp
kparse.cpp
kpathing.cpp SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in the forest" 2012-10-22 13:17:57 +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 kReadNumber sign/hex behaviour 2013-01-25 00:57:50 +01:00
kvideo.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
message.cpp SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654 2013-03-30 13:58:53 +02:00
message.h
object.cpp
object.h
savegame.cpp SCI: Properly reset the palVary signal when loading (bug #3575569) 2012-11-15 14:57:55 +02:00
savegame.h
script_patches.cpp SCI: Update documentation on bug #3585189 and remove an invalid TODO 2013-01-24 23:23:48 +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 ALL: Fix typo (existant->existent) 2013-02-23 22:07:32 +01: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
segment.h
selector.cpp
selector.h
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
vm_types.cpp
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: Fix script bug #3606025 - "SCI: Crazy Nick's: King Graham's Challenge Backgammon Crash" 2013-03-30 13:34:25 +02:00
workarounds.h