scummvm/engines/sci/engine
Willem Jan Palenstijn 06bd17ee71 SCI: Remove extra '\n's in debugC messages
svn-id: r47707
2010-01-30 11:59:05 +00:00
..
game.cpp SCI: added new SciGui32 class, Gfx class needs some work though and hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top 2010-01-29 21:30:46 +00:00
gc.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
gc.h Patch 2009-06-18 22:09:57 +00:00
kernel.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
kernel.h SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invoke_selector 2010-01-29 11:03:54 +00:00
kernel32.cpp Implement kString(Printf) and resizing of SCI32 strings in kFormat(). 2010-01-30 02:40:15 +00:00
kernel_types.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
kevent.cpp Fix compile when ENABLE_SCI32 is not set. 2010-01-29 22:02:28 +00:00
kfile.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
kgraphics.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
klists.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
kmath.cpp Moved getAngle() inside kmovement.cpp, the only place where it's actually used 2009-11-14 17:53:30 +00:00
kmenu.cpp More renaming 2010-01-05 01:37:57 +00:00
kmisc.cpp SCI: Add string support for odd-offset pointers into reg_t-based segments. 2010-01-26 19:51:08 +00:00
kmovement.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
kparse.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
kpathing.cpp SCI: Removed old pathfinding code 2010-01-30 04:19:55 +00:00
kscripts.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
ksound.cpp SCI: Make SQ6 sound work. The meaning of these extra parameters is not yet understood. 2010-01-28 23:11:55 +00:00
kstring.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
message.cpp SCI32: 2009-12-30 16:00:56 +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 Add support for saving/loading Arrays/Strings in SCI32. It's possible to save a game in GK1 now via the console, but not load (yet). 2010-01-30 02:03:59 +00:00
savegame.h Add support for saving/loading Arrays/Strings in SCI32. It's possible to save a game in GK1 now via the console, but not load (yet). 2010-01-30 02:03:59 +00:00
script.cpp SCI: Reduce header interdependencies a bit 2010-01-29 11:05:06 +00:00
script.h SCI: Add debug opcodes 2010-01-28 19:22:58 +00:00
scriptdebug.cpp SCI: Reduce header interdependencies a bit 2010-01-29 11:05:06 +00:00
seg_manager.cpp Added some more information on the errors thrown by lookupString() and freeString() - Torin full currently crashes in lookupString, called from kString (strcpy) 2010-01-28 22:58:09 +00:00
seg_manager.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
segment.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
segment.h Add support for saving/loading Arrays/Strings in SCI32. It's possible to save a game in GK1 now via the console, but not load (yet). 2010-01-30 02:03:59 +00:00
selector.cpp SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invoke_selector 2010-01-29 11:03:54 +00:00
selector.h SCI: Reduce header interdependencies a bit 2010-01-29 11:05:06 +00:00
state.cpp SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invoke_selector 2010-01-29 11:03:54 +00:00
state.h Fix compile when ENABLE_SCI32 is not set. 2010-01-29 22:02:28 +00:00
static_selectors.cpp Added static selectors for SCI2-SCI2.1 games (fixes the demo of Torin's Passage) 2010-01-29 14:57:18 +00:00
vm.cpp SCI: Remove extra '\n's in debugC messages 2010-01-30 11:59:05 +00:00
vm.h Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the kDoSound call used in Sound::play(), which fixes at least my version of KQ7 - probably others. The kernel table initialization now occurs after the script signatures are adjusted as we need it adjusted before checking through Sound::play for the kDoSound call. 2010-01-28 18:57:31 +00:00
vm_types.h SCI: Remove PRINT_STK macro; cleanup 2009-10-02 12:53:04 +00:00