aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2016-02-18SCI: Add comments to plane codeColin Snover
2016-02-18SCI: Increase LRU resource cache for SCI32 gamesColin Snover
2016-02-18SCI: Fix broken LRU debuggingColin Snover
2016-02-18SCI: Implement templated drawing subroutinesColin Snover
2016-02-18SCI: Add short-lived kSetFontRes kernel functionColin Snover
2016-02-18SCI: WIP GfxText32 codeColin Snover
2016-02-18SCI: Build kernel table for ScrollWindow and stub seen functionsColin Snover
2016-02-18SCI: Remove wrong comments in kernel.h and break apart logical sectionsColin Snover
2016-02-18SCI: Fix palette equality checkColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2016-02-15Merge pull request #667 from a-detiste/masterEugene Sandulenko
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
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