scummvm/engines/sci/engine
2010-08-16 17:02:35 +00:00
..
features.cpp SCI: Fix leaks in ResourceManager::listResources caller code. 2010-08-02 22:27:26 +00:00
features.h SCI: fix lofs autodetection 2010-07-31 22:45:38 +00:00
gc.cpp SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
gc.h SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
kernel_tables.h SCI: adding workaround for sq1 2010-08-11 14:35:42 +00:00
kernel.cpp SCI: Add kDisplay workarounds for the Hero's Quest demo 2010-08-04 17:50:09 +00:00
kernel.h SCI: adding bpk debug command 2010-08-03 19:06:40 +00:00
kevent.cpp SCI: sci32 coord adjustment changes 2010-07-25 16:31:46 +00:00
kfile.cpp SCI: allowing kCheckSaveGame with id 0 2010-08-02 21:44:41 +00:00
kgraphics.cpp SCI: fixing kGraphFillBoxAny implementation 2010-08-11 18:19:58 +00:00
klists.cpp SCI: Also allow checkListPointer() to check the result of lookupNode() itself 2010-07-22 18:13:05 +00:00
kmath.cpp SCI: Change abs() to ABS() 2010-08-15 19:01:18 +00:00
kmenu.cpp SCI: fix regression of r50721 - pausing/resuming only on actual menu usage 2010-07-06 14:10:09 +00:00
kmisc.cpp SCI: kMemory issue in pq3 only for multilingual 2010-08-03 16:03:22 +00:00
kmovement.cpp SCI: Change abs() to ABS() 2010-08-15 19:01:18 +00:00
kparse.cpp SCI: Fix compilation when DEBUG_PARSER is defined 2010-07-28 16:00:13 +00:00
kpathing.cpp SCI: Turned a warning into an error 2010-08-07 16:42:10 +00:00
kscripts.cpp SCI: Fix leaks in ResourceManager::listResources caller code. 2010-08-02 22:27:26 +00:00
ksound.cpp SCI: Silenced some sound related warnings. Added an empty function for kDoSound(Restore), called when restoring games 2010-08-02 21:20:43 +00:00
kstring.cpp SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and commented out a related unused variable in kSetQuitStr 2010-07-29 07:58:48 +00:00
kvideo.cpp SCI: Directly use the new Graphics::VMDDecoder class 2010-08-08 01:08:48 +00:00
message.cpp SCI: Fix memory leak. 2010-08-02 22:35:29 +00:00
message.h Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord is a struct) 2009-10-10 10:46:11 +00:00
savegame.cpp SCI: Converted an error back into a warning when loading games 2010-08-07 00:22:57 +00:00
savegame.h SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully, the last ones to be dropped) 2010-07-23 08:22:13 +00:00
script_patches.cpp SCI: adding patch for eq2 / ecorder 2010-08-16 15:22:43 +00:00
script.cpp SCI: making camelot fix camelot-only for now 2010-08-11 06:13:08 +00:00
script.h SCI: Split the new script patch code in a separate file 2010-08-06 22:36:46 +00:00
scriptdebug.cpp SCI: fix warning and remove duplicate code 2010-07-24 11:59:40 +00:00
seg_manager.cpp SCI: removing pirated sq4 version from detection 2010-08-01 12:38:07 +00:00
seg_manager.h SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversation dialog with esc (doesn't affect gameplay in any manner) 2010-08-01 11:10:14 +00:00
segment.cpp SCI: fixing another warning 2010-08-06 15:30:23 +00:00
segment.h SCI: Cleanup 2010-08-03 12:41:36 +00:00
selector.cpp SCI: changing hoyle 4 workaround 2010-08-05 07:49:19 +00:00
selector.h SCI: changing hoyle 4 workaround 2010-08-05 07:49:19 +00:00
state.cpp SCI: fix regression of r51027 2010-07-19 15:30:27 +00:00
state.h SCI: kGameIsRestarting returns 2 when we restored 2010-07-31 14:09:42 +00:00
static_selectors.cpp SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #3036291) 2010-08-01 04:40:46 +00:00
vm_types.h SCI: Remove reference to common/serializer.h from vm_types.h 2010-08-04 08:25:39 +00:00
vm.cpp SCI: Silence shadowed variable warning of g++. 2010-08-14 08:44:29 +00:00
vm.h SCI: Removed the restoring parameter of the run_vm() function 2010-07-20 23:15:07 +00:00
workarounds.cpp SCI: Fix uninit'd temp in longbow. See bug #3046200 2010-08-16 17:02:35 +00:00
workarounds.h SCI: adding workaround for camelot during ending 2010-08-14 06:05:54 +00:00