scummvm/engines/sci/engine
2012-05-30 18:43:39 +02:00
..
features.cpp SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" 2012-04-29 20:45:16 +03:00
features.h SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" 2012-04-29 20:45:16 +03:00
gc.cpp
gc.h
kernel_tables.h SCI: Map another missing kFileIO call 2012-05-26 16:42:38 +03:00
kernel.cpp
kernel.h SCI: Implement kGetConfig and kGetSierraProfileInt 2012-05-26 16:41:11 +03:00
kevent.cpp
kfile.cpp SCI: Add a TODO in kFileIOReadRaw 2012-05-26 19:06:54 +03:00
kgraphics32.cpp SCI: Silence unused variable warnings 2012-05-21 00:07:28 -04:00
kgraphics.cpp SCI: Split the SCI32 graphics kernel functions in a separate file 2012-05-20 20:16:15 +03:00
klists.cpp
kmath.cpp
kmenu.cpp JANITORIAL: Replace (x ? false : true) by !(x). 2012-03-13 15:43:36 +01:00
kmisc.cpp SCI32: Case-insensitive configuration getters 2012-05-30 18:43:39 +02:00
kmovement.cpp
kparse.cpp
kpathing.cpp
kscripts.cpp
ksound.cpp
kstring.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
kvideo.cpp
message.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
message.h
object.cpp
object.h
savegame.cpp JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
savegame.h
script_patches.cpp SCI: kMakeSaveFileName is actually using virtual savegame IDs 2012-05-14 11:16:11 +03:00
script.cpp
script.h
scriptdebug.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
seg_manager.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
seg_manager.h
segment.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
segment.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
selector.cpp SCI: Check for object visibility, if an object defines it 2012-05-14 02:30:15 +03:00
selector.h SCI: Check for object visibility, if an object defines it 2012-05-14 02:30:15 +03:00
state.cpp
state.h
static_selectors.cpp
vm_types.cpp
vm_types.h
vm.cpp
vm.h SCI: Fix case of the SciOpcodes enum 2012-05-20 21:35:27 +03:00
workarounds.cpp SCI: Add a workaround for a hack used in the NRS script patches for QFG3 2012-05-22 10:50:39 +03:00
workarounds.h