aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2016-02-14SCI: Proper initialization.Eugene Sandulenko
2016-02-13SCI: Formatting fix.Johannes Schickel
2016-02-13SCI: Make variable name in line with our guidelines.Johannes Schickel
2016-02-12SCI: Add detection for Larry 6 French floppyMartin Kiewitz
2016-02-12SCI: Fix fallback detector crashing on BE regress.Martin Kiewitz
2016-02-09SCI: Small variable renaming to match our naming guidelines.Johannes Schickel
2016-02-09SCI: Take advantage of operator-> of Common::List::iterator.Johannes Schickel
2016-02-09SCI: Add script patch kq6 dual mode CD-AudioMartin Kiewitz
2016-02-09SCI: Enable undither option for PQ2/PC-98Martin Kiewitz
2016-02-09SCI: Additional info about Mother Goose patchesMartin Kiewitz
2016-02-09SCI: Script patch for Mixed Up Mother Goose SCI1Martin Kiewitz
2016-02-08SCI: Make kMemory behavior like original SCIMartin Kiewitz
2016-02-08SCI: Zero out dynamically allocated memoryMartin Kiewitz
2016-02-08SCI: Script patch for PQ1 stuck in briefing roomMartin Kiewitz
2016-02-08SCI: Script patch for SQ4 getting shot while ropeMartin Kiewitz
2016-02-06SCI: Screen pixel optimizationsMartin Kiewitz
2016-02-06SCI: Fix bits size calculation for upscaled hiresMartin Kiewitz
2016-02-06SCI: Implement kernelSyncWithFramebuffer using copyFromScreen.Johannes Schickel
2016-02-06SCI: Properly use pitch in GfxScreen::copyFromScreen.Johannes Schickel
2016-02-05SCI: Clean up the op_infoToa and op_superToa SCI3 opcodesFilippos Karapetis
2016-02-05SCI: Silence false positive warning in MSVCFilippos Karapetis
2016-02-05SCI: Blocking ScummVM auto-save slot 0 for savingMartin Kiewitz
2016-02-05SCI: QfG1/2/3/4 character file detection changedMartin Kiewitz
2016-02-03SCI: code/define formattingMartin Kiewitz
2016-02-03SCI: Remove hardcoded value in getScummVMEvent()Martin Kiewitz
2016-02-02SCI: make event type, modifiers + character uint16Martin Kiewitz
2016-02-02SCI: Make event handling helper tables staticMartin Kiewitz
2016-02-02SCI: Fix comment about debugger keysMartin Kiewitz
2016-02-02SCI: Keyboard event handling cleanupMartin Kiewitz
2016-02-02SCI: Fix regression of previous keycode commitMartin Kiewitz
2016-02-02SCI: Removed ".data" from SciEventMartin Kiewitz
2016-02-02SCI: fix typo in commentMartin Kiewitz
2016-02-02SCI: Do not pass/use .data for mouse button typeMartin Kiewitz
2016-02-02SCI: Fix control/Fx keys not working anymoreMartin Kiewitz
2016-02-01SCI: Revert revert the keyboard handling changesMartin Kiewitz
2016-02-01SCI: Revert ascii detection for key event handlingMartin Kiewitz
2016-01-29SCI: add code to make numpad cursor keys work againMartin Kiewitz
2016-01-28SCI: change ascii detection for key event handlingMartin Kiewitz
2016-01-26SCI: Only select save slots for kernel callsMartin Kiewitz
2016-01-26SCI: Only request actual save slots in listSaves.Johannes Schickel
2016-01-22SCI32: PQ4 seems to support high resolution tooMartin Kiewitz
2016-01-22SCI: add user option for high resolution graphicsMartin Kiewitz
2016-01-20SCI: Fix SCI32 hires detection making PQ4 unusably slowColin Snover
2016-01-20SCI: Fix SCI32 kPalVary subops 1, 4, 5, 7, 8, 9 using wrong indexesColin Snover
2016-01-15SCI: Do not map SetScroll twiceFilippos Karapetis
2016-01-15SCI: Indent comment properly.Johannes Schickel
2016-01-15SCI3: Add comment re new functionLars Skovlund
2016-01-15SCI: Add an initial implementation of kStringTrimFilippos Karapetis
2016-01-15SCI: Use the actual segment in the segment manager for SCI3 gamesFilippos Karapetis
2016-01-15SCI: Add a hack in music init for MUMG Deluxe, so that it startsFilippos Karapetis