Age | Commit message (Expand) | Author |
2011-02-05 | SCI: Throw a warning when trying to play a Mac robot file (big endian) | Matthew Hoops |
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: 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-02 | SCI: Fix memory leaks in GfxRobot | Lars Skovlund |
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-09 | SCI2.1: Some further work on robot files | Filippos Karapetis |
2010-12-23 | SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ... | Filippos Karapetis |
2010-09-19 | SCI2: Some work on RBT files | Filippos Karapetis |
2010-07-28 | SCI: Initialize _resourceData to 0 in GfxRobot. Fixes PQSWAT demo. | Matthew Hoops |
2010-07-22 | SCI: Some slight work on robot files | Filippos Karapetis |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-02-03 | SCI: some work on robot REing (still comments only) | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-28 | SCI: some progress on REing robot files (99% comments only) | Martin Kiewitz |
2010-01-06 | Fix warnings. | Eugene Sandulenko |
2010-01-06 | SCI: added a new class for robot resources | Martin Kiewitz |