aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2011-04-15SCI: Some initial work on supporting patch.005 in KQ1 Amigamd5
2011-04-15SCI: Silenced the warning for kMacPlatform(1)md5
2011-04-14ALL: centre -> centerMax Horn
2011-04-13SCI: Remove left-over fixme commentWillem Jan Palenstijn
2011-04-13SCI: Added handling for another version of mt32.drv (bug #3285556)md5
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-05SCI: Extended the script workaround for the sign reading script (bugs #327273...md5
2011-04-04SCI: Initialize newPlane fully before adding it to _planesMax Horn
2011-04-04SCI: Added workaround for script bug #3272735 - "SCI: QFG2: Crash when typing...md5
2011-04-03SCI: Fixed fading-related bugs #3267956 and #3041738md5
2011-04-03SCI: Show object names in the songlib console commandmd5
2011-04-03SCI: Added a workaround for script bug #3268076 - "MOTHERGOOSE: Crash after f...md5
2011-04-03SCI: Fixed bug #3266480 and partially fixed bug #3041738md5
2011-04-03SCI: Changed debug console hotkey to Control-Shift-D instead of Control-D.md5
2011-04-02SCI: Fix Mac SCI32 picture transparencyMatthew Hoops
2011-04-02SCI: Fix SQ1 droid zapping issue with a script patch, thanks toLars Skovlund
2011-04-02SCI: Replace not required emumidi headerdhewg
2011-03-30SCI: Minor cleanupMatthew Hoops
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-29SCI: Add workaround for a GK1 pointer comparisonMatthew Hoops
2011-03-29SCI: Limit SCI32 view scaling to when we're actually scalingMatthew Hoops
2011-03-28SCI: Fix Compilation with --enable-release set.D G Turner
2011-03-28SCI: Add detection entry for my GK1 floppy version.Johannes Schickel
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-28SCI: Error out when kMemorySegment() is requested to save more than 256 bytesmd5
2011-03-28SCI: Set the GC_INTERVAL define to its hexadecimal equivalentmd5
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-27SCI: Fix default pan value in MIDI driver.Walter van Niftrik
2011-03-26SCI: Removed the READ_VAR and WRITE_VAR wrappersmd5
2011-03-26SCI: Refactored and cleaned up the VM call stack handling codemd5
2011-03-25SCI: Reordered some functionsmd5
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2011-03-25SCI: Cleaned up send_selector()md5
2011-03-25SCI: Extended a workaround for KQ7 to apply in all roomsmd5
2011-03-25SCI: Make sure that planeOffsetX is always correctly initializedmd5
2011-03-25SCI: Add two TODOsdhewg
2011-03-24SCI: Close Memory Leak from kAnimate Calls.D G Turner
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-20SCI: Moved the engine hunk pointer processing code inside the GfxPorts classmd5
2011-03-20SCI: Added a new console command "window_list" or "wl"md5
2011-03-20SCI: Removed forward references to obsolete classesmd5
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
2011-03-20SCI: Disabled the BTTR entry for LSL1 Amigamd5
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-19SCI: Changed several places that use PI to use the standard M_PI insteadmd5
2011-03-19SCI: Added another leftover debug script in the find_callk console commandmd5
2011-03-18SCI: Remove unused MAX_SAVE_DIR_SIZEMax Horn