scummvm/engines/sci/engine
Martin Kiewitz 10a460443b SCI: adding save description, if none was entered
fixes bug #3061964

svn-id: r52637
2010-09-08 16:15:42 +00:00
..
features.cpp SCI: doing detectDoSoundType() properly sci0early 2010-09-04 08:51:10 +00:00
features.h SCI: fix lofs autodetection 2010-07-31 22:45:38 +00:00
gc.cpp SCI: Disabled some debug related GC code, which effectively 2010-08-31 09:45:36 +00:00
gc.h SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
kernel.cpp SCI: Updated comment concerning kCantBeHere and removed a wrong check for Hoyle 3 2010-09-04 14:46:29 +00:00
kernel.h SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger. There is no real need to implement kernel debug commands, but since this one maps almost directly to our own "show" debug command, it has been reimplemented (was removed in rev #45310). Normally, there is no real need to implement kernel functions for debug functionality, since there are advanced tools for this purpose nowadays (plus, ScummVM's debugger). Fixes bug #3050616 - "QFG1 EGA: priority/control/view functions crash, debug mode" 2010-08-22 16:30:33 +00:00
kernel_tables.h SCI: properly reversed kDoAvoider 2010-09-04 07:29:27 +00:00
kevent.cpp SCI: Fixed bug #3058865 - "Jones in the Fast Lane CD: Graphics Missing" 2010-09-03 22:51:27 +00:00
kfile.cpp SCI: adding save description, if none was entered 2010-09-08 16:15:42 +00:00
kgraphics.cpp SCI: removing non-sierra sci code in kDirLoop 2010-09-04 09:20:38 +00:00
klists.cpp SCI: Fixed bug #3038433 - "HOYLE1: Crashes" 2010-08-18 07:14:17 +00:00
kmath.cpp SCI: reuse kGetAngle from kDoAvoider 2010-09-05 13:51:47 +00:00
kmenu.cpp SCI: Fixed bug #3038767 - "SCI Fanmade - Cascade Quest: Crash when restoring a game" 2010-08-29 23:25:30 +00:00
kmisc.cpp SCI: kMemory issue in pq3 only for multilingual 2010-08-03 16:03:22 +00:00
kmovement.cpp SCI: reuse kGetAngle from kDoAvoider 2010-09-05 13:51:47 +00:00
kparse.cpp SCI: Added a FIXME for bug #3038870, related to kParse() 2010-09-02 13:50:49 +00:00
kpathing.cpp SCI: Fixed potential memory leak in convert_polygon() 2010-08-27 17:26:34 +00:00
kscripts.cpp SCI: fixing code 2010-09-06 10:41:14 +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: now pausing/unpausing music in replaced restore dialog 2010-08-24 09:00:53 +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.cpp SCI: Janitorial - fixed spaces and typos 2010-09-04 17:16:41 +00:00
script.h SCI: Split the new script patch code in a separate file 2010-08-06 22:36:46 +00:00
script_patches.cpp SCI: fix warning (and actual error) 2010-09-06 12:16:21 +00:00
scriptdebug.cpp SCI: fix warning and remove duplicate code 2010-07-24 11:59:40 +00:00
seg_manager.cpp SCI: Janitorial - fixed spaces and typos 2010-09-04 17:16:41 +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: kClone cleanup 2010-09-05 15:34:25 +00:00
selector.cpp SCI: kClone/kDisposeClone behaviour more accurate 2010-09-03 18:14:59 +00:00
selector.h SCI: kClone/kDisposeClone behaviour more accurate 2010-09-03 18:14:59 +00:00
state.cpp SCI: adding workaround for platform-specific 2010-08-31 15:50:46 +00:00
state.h SCI: adding workaround for platform-specific 2010-08-31 15:50:46 +00:00
static_selectors.cpp SCI: Fixed an off-by one access error in the static selectors of some games 2010-09-06 11:30:26 +00:00
vm.cpp SCI: Fixed compilation when VM_DEBUG_SEND is enabled 2010-09-02 18:58:25 +00:00
vm.h SCI: Removed the restoring parameter of the run_vm() function 2010-07-20 23:15:07 +00:00
vm_types.h SCI: Remove reference to common/serializer.h from vm_types.h 2010-08-04 08:25:39 +00:00
workarounds.cpp Partial fix for bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while playing" 2010-09-05 23:14:42 +00:00
workarounds.h SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA/VGA Crashes" (that report includes more issues) 2010-08-19 15:58:39 +00:00