Age | Commit message (Expand) | Author |
2011-02-04 | SCI: Properly initialize a Robot variable so we don't segfault on quitting | Matthew Hoops |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-02-03 | SCI: Robot v6 support. I _think_ this is complete. | Lars Skovlund |
2011-02-03 | SCI: updated comments concerning robot videos | Filippos Karapetis |
2011-02-03 | SCI: Robot related changes | Filippos Karapetis |
2011-02-03 | SCI: Add support for GK1 Mac high-res fonts | Matthew Hoops |
2011-02-03 | SCI: Fix a typo, the interpreter can handle robot video versions 3 - 5 | Filippos Karapetis |
2011-02-03 | SCI21: Some robot related changes | Filippos Karapetis |
2011-02-03 | SCI: Disable the special QFG1 Mac icon bar | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac scaling | Matthew Hoops |
2011-02-02 | SCI: Fix memory leaks in GfxRobot | Lars Skovlund |
2011-02-02 | SCI: Fix SCI32 Mac fonts | Matthew Hoops |
2011-02-02 | SCI: Fix SCI32 Mac pictures | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops |
2011-02-01 | SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter) | Matthew Hoops |
2011-01-31 | SCI: Add missing initializations | Sven Hesse |
2011-01-24 | SCI/Robot: Simplify ::setPalette() | Lars Skovlund |
2011-01-24 | SCI/Robot: Fix typo | Lars Skovlund |
2011-01-22 | SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debugging | Lars Skovlund |
2011-01-22 | SCI: Moved the robot audio playing test code inside GfxRobot::playAudio() | Filippos Karapetis |
2011-01-22 | SCI/robot: Correct detection of null preload | Lars Skovlund |
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 |