Age | Commit message (Expand) | Author |
2011-01-22 | SCI: Added stub for playing robot audio from the console | Lars Skovlund |
2011-01-22 | SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer... | Filippos Karapetis |
2011-01-22 | SCI: Changed the expensive and inaccurate floating-point divisions to integer... | Filippos Karapetis |
2011-01-22 | SCI: Code formatting | Filippos Karapetis |
2011-01-21 | SCI: Fix robot palette activation | Lars Skovlund |
2011-01-21 | SCI: Fix robot memory leak | Lars Skovlund |
2011-01-21 | SCI: Partial robot support, currently disabled since it does not run | Lars Skovlund |
2011-01-15 | SCI: Plugged 2 memory leaks, reported by digitall | Filippos Karapetis |
2011-01-09 | SCI2.1: Some further work on robot files | Filippos Karapetis |
2011-01-09 | SCI2: Implemented proper text splitting | Filippos Karapetis |
2011-01-09 | SCI: Cleanup | Filippos Karapetis |
2011-01-09 | SCI: Changed the bShow parameter of GfxText16:Box() into a bool | Filippos Karapetis |
2011-01-08 | SCI: Some function renaming | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-12-26 | SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w... | Filippos Karapetis |
2010-12-24 | SCI: Fixed bug #3059860 - "LB2CD: Glitch in Act 6 coroner answer buttons" | Filippos Karapetis |
2010-12-23 | SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ... | Filippos Karapetis |
2010-12-22 | SCI2+: Set pictureCels to 0 after deleting them | Filippos Karapetis |
2010-12-21 | SCI: Reset the portrait bitmap to the "closed mouth" state, when skipping dia... | Filippos Karapetis |
2010-12-20 | SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch" | Filippos Karapetis |
2010-12-20 | SCI: Fixed bug #3037945 - "PQ3 : Graphical Glitch with White Mercedes on Free... | Filippos Karapetis |
2010-12-20 | SCI: Commented out unused signal flags | Filippos Karapetis |
2010-12-15 | SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31... | David Turner |
2010-12-06 | SCI: Fix uninitialized reads (and therefore, GK1) | Matthew Hoops |
2010-12-01 | SCI: Fixed bugs #3041044, #3046543 and #3046513 | Filippos Karapetis |
2010-11-26 | SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons" | Filippos Karapetis |
2010-11-20 | SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ... | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-17 | SCI: Change 'colour' to 'color' | Max Horn |
2010-11-11 | SCI: Some video related changes | Filippos Karapetis |
2010-11-08 | SCI2: Added some currently unused code for drawing text on a buffer | Filippos Karapetis |
2010-11-05 | SCI: Fix blend rounding, style | Willem Jan Palenstijn |
2010-11-05 | SCI: Add a default case to a switch statement to silence some compiler warnings. | Johannes Schickel |
2010-11-04 | SCI: Fix precedence error in comment | Willem Jan Palenstijn |
2010-11-04 | SCI: Use gamma 2.2 for blending undithered colours | Willem Jan Palenstijn |
2010-11-04 | SCI: adding force to memorial area for SQ3/intro | Martin Kiewitz |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-11-01 | SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug w... | Filippos Karapetis |
2010-11-01 | SCI: fixing lf | Martin Kiewitz |
2010-11-01 | SCI: saving/restoring script created windows now | Martin Kiewitz |
2010-10-31 | SCI: Play time related changes | Filippos Karapetis |
2010-10-26 | SCI: removing unneeded call | Martin Kiewitz |
2010-10-26 | SCI: fix gfx issues when giving out cards hoyle4 | Martin Kiewitz |
2010-10-26 | SCI: kAnimate bit 2 is hoyle 4 exclusive | Martin Kiewitz |
2010-10-26 | SCI: little cleanup kAnimate | Martin Kiewitz |
2010-10-26 | SCI: fixing bug #3091767 by reverting r52820 | Martin Kiewitz |
2010-10-25 | SCI: fix comment in kAddToPic | Martin Kiewitz |
2010-10-24 | SCI: fixing obvious kAddToPic regression | Martin Kiewitz |
2010-10-23 | SCI2/SCI2.1: Some changes to the screen drawing code. | Filippos Karapetis |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn |