Age | Commit message (Expand) | Author |
2016-02-03 | SCI: code/define formatting | Martin Kiewitz |
2016-02-03 | SCI: Remove hardcoded value in getScummVMEvent() | Martin Kiewitz |
2016-02-02 | SCI: make event type, modifiers + character uint16 | Martin Kiewitz |
2016-02-02 | SCI: Make event handling helper tables static | Martin Kiewitz |
2016-02-02 | SCI: Fix comment about debugger keys | Martin Kiewitz |
2016-02-02 | SCI: Keyboard event handling cleanup | Martin Kiewitz |
2016-02-02 | SCI: Fix regression of previous keycode commit | Martin Kiewitz |
2016-02-02 | SCI: Removed ".data" from SciEvent | Martin Kiewitz |
2016-02-02 | SCI: fix typo in comment | Martin Kiewitz |
2016-02-02 | SCI: Do not pass/use .data for mouse button type | Martin Kiewitz |
2016-02-02 | SCI: Fix control/Fx keys not working anymore | Martin Kiewitz |
2016-02-01 | SCI: Revert revert the keyboard handling changes | Martin Kiewitz |
2016-02-01 | SCI: Revert ascii detection for key event handling | Martin Kiewitz |
2016-01-29 | SCI: add code to make numpad cursor keys work again | Martin Kiewitz |
2016-01-28 | SCI: change ascii detection for key event handling | Martin Kiewitz |
2016-01-26 | SCI: Only select save slots for kernel calls | Martin Kiewitz |
2016-01-26 | SCI: Only request actual save slots in listSaves. | Johannes Schickel |
2016-01-22 | SCI32: PQ4 seems to support high resolution too | Martin Kiewitz |
2016-01-22 | SCI: add user option for high resolution graphics | Martin Kiewitz |
2016-01-20 | SCI: Fix SCI32 hires detection making PQ4 unusably slow | Colin Snover |
2016-01-20 | SCI: Fix SCI32 kPalVary subops 1, 4, 5, 7, 8, 9 using wrong indexes | Colin Snover |
2016-01-15 | SCI: Do not map SetScroll twice | Filippos Karapetis |
2016-01-15 | SCI: Indent comment properly. | Johannes Schickel |
2016-01-15 | SCI3: Add comment re new function | Lars Skovlund |
2016-01-15 | SCI: Add an initial implementation of kStringTrim | Filippos Karapetis |
2016-01-15 | SCI: Use the actual segment in the segment manager for SCI3 games | Filippos Karapetis |
2016-01-15 | SCI: Add a hack in music init for MUMG Deluxe, so that it starts | Filippos Karapetis |
2016-01-15 | SCI: Allow null references to kStringGetData, for Torin's Passage | Filippos Karapetis |
2016-01-15 | SCI: Fix usage of override functions and silence a warning | Filippos Karapetis |
2016-01-15 | Merge pull request #649 from csnover/sci32-kPalette | Filippos Karapetis |
2016-01-14 | SCI: Minor clean-ups to comments and null pointer values | Colin Snover |
2016-01-14 | SCI: Implement SCI32 kPalette findColor and matchColor | Colin Snover |
2016-01-14 | SCI: fix kernelCoordinateToPriority | Martin Kiewitz |
2016-01-14 | SCI: Use tick-based timing more consistently | Colin Snover |
2016-01-14 | SCI: Implement SCI32 kPalVary and kPalette setFade | Colin Snover |
2016-01-14 | SCI: Add kPalMorph stub | Colin Snover |
2016-01-14 | SCI: Fix bad spacing in kernel tables | Colin Snover |
2016-01-10 | SCI: Fix compilation when SCI32 is disabled | Willem Jan Palenstijn |
2016-01-08 | SCI: Fix the math in applyFade(), and simplify setFade() | Filippos Karapetis |
2016-01-08 | SCI: *Really* fix the logic in applyFade() | Filippos Karapetis |
2016-01-08 | SCI: Fix the logic in applyFade() | Filippos Karapetis |
2016-01-08 | SCI: Renamed one more function name to conform to our guidelines | Filippos Karapetis |
2016-01-08 | SCI: Make GfxPalette32 conform to out formatting guidelines | Filippos Karapetis |
2016-01-08 | SCI: SCI32 palette cyclers are disjoint, so use a single palette copy | Filippos Karapetis |
2016-01-08 | SCI: Simplify the SCI32 palette cycling code | Filippos Karapetis |
2016-01-08 | SCI: Initialize kString properly for SCI2 games | Filippos Karapetis |
2016-01-08 | SCI: Fix compilation | Filippos Karapetis |
2016-01-08 | Merge pull request #644 from csnover/sci32-kPalCycle | Filippos Karapetis |
2016-01-07 | SCI: Remove unused member property _palCycleToColor | Colin Snover |
2016-01-07 | SCI32: Add kFrameOut stub code | Colin Snover |