aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2011-01-15SCI: Plugged 2 memory leaks, reported by digitallFilippos Karapetis
2011-01-15SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...Filippos Karapetis
2011-01-15SCI: cleaned up checkSelectorBreakpoint()Filippos Karapetis
2011-01-15SCI: Extended the bpk debug command so that it can also disable a breakpoint ...Filippos Karapetis
2011-01-15SCI: Bugfix for r55246: Don't send init commands when resuming a soundFilippos Karapetis
2011-01-15SCI: Fixed bug #3034974 - "SCI: Music out of tune after loading a save"Filippos Karapetis
2011-01-12SCI: Fixed bug #3155550 - "SQ4 Russian: Script error in Scate-o-rama"Filippos Karapetis
2011-01-12SCI: Added a workaround for script bug #3156472 - "King's Quest 5 cdrom versi...Filippos Karapetis
2011-01-12SCI: Simplified the kMoveCursor codeFilippos Karapetis
2011-01-10SOUND: Get rid of unused forward declarations in mixer.h.Johannes Schickel
2011-01-09SCI2.1: Some further work on robot filesFilippos Karapetis
2011-01-09SCI2: Implemented proper text splittingFilippos Karapetis
2011-01-09SCI2: Some documentation/stubsFilippos Karapetis
2011-01-09SCI: CleanupFilippos Karapetis
2011-01-09SCI: Changed the bShow parameter of GfxText16:Box() into a boolFilippos Karapetis
2011-01-08SCI: Some function renamingFilippos Karapetis
2011-01-08SCI2: Updated commentsFilippos Karapetis
2011-01-08SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernelFilippos Karapetis
2011-01-08SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOnFilippos Karapetis
2011-01-08SCI2.1: Some stubs used by SQ6Filippos Karapetis
2011-01-08SCI2.1: Some functionality for Phantasmagoria 1 and MUMG DeluxeFilippos Karapetis
2011-01-08SCI: Fixed typoFilippos Karapetis
2011-01-08SCI: Fixed a typoFilippos Karapetis
2011-01-08SCI2.1: Added/documented some functionality used by Shivers 1Filippos Karapetis
2011-01-07SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru...Filippos Karapetis
2011-01-07SCI: Removed leftover end markers from the opcode formats arrayFilippos Karapetis
2011-01-07SCI2/2.1: Improvements to the find_callk debug function, and some kernel func...Filippos Karapetis
2011-01-07SCI: The SCI2.1 SVGA version of MUMG is named "Mixed-Up Mother Goose Deluxe"Filippos Karapetis
2011-01-07SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)Filippos Karapetis
2011-01-07SCI2.1: Added a sanity check for VMD video positioning, for the demo of Light...Filippos Karapetis
2011-01-07SCI2.1: Show the kernel table used in the "version" console commandFilippos Karapetis
2011-01-04SCI: CleanupFilippos Karapetis
2011-01-04SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ...Filippos Karapetis
2011-01-04SCI: Moved the "SCI" bit to the extras field, to preserve the original naming...Filippos Karapetis
2011-01-04SCI: Corrected game description for LSL1 (thanks Raziel)Filippos Karapetis
2011-01-04SCI: Slight cleanup to the garbage collectorFilippos Karapetis
2011-01-04SCI: Some changes to the naming scheme of some gamesFilippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2011-01-01SCI: Disable continuous list checking by defaultFilippos Karapetis
2010-12-31SCI: Added workaround for script bug #3148418 - "QFG2: Script Error On last s...Filippos Karapetis
2010-12-28SCI: Fixed script bug #3038870 - "SCI Fanmade - Demo Quest: ScummVM hangs wit...Filippos Karapetis
2010-12-26SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w...Filippos Karapetis
2010-12-26SCI: Silence a gcc warningMatthew Hoops
2010-12-24SCI: Fixed bug #3059860 - "LB2CD: Glitch in Act 6 coroner answer buttons"Filippos Karapetis
2010-12-24SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)Filippos Karapetis
2010-12-24SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...Filippos Karapetis
2010-12-23Fix code formattingLars Skovlund
2010-12-23SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp.Lars Skovlund
2010-12-23SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ...Filippos Karapetis
2010-12-23SCI: Fixed typoFilippos Karapetis