aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/robot.cpp
AgeCommit message (Expand)Author
2011-01-22SCI: Added stub for playing robot audio from the consoleLars Skovlund
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-22SCI: Changed the expensive and inaccurate floating-point divisions to integer...Filippos Karapetis
2011-01-22SCI: Code formattingFilippos Karapetis
2011-01-21SCI: Fix robot palette activationLars Skovlund
2011-01-21SCI: Fix robot memory leakLars Skovlund
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2011-01-09SCI2.1: Some further work on robot filesFilippos Karapetis
2010-12-23SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ...Filippos Karapetis
2010-09-19SCI2: Some work on RBT filesFilippos Karapetis
2010-07-28SCI: Initialize _resourceData to 0 in GfxRobot. Fixes PQSWAT demo.Matthew Hoops
2010-07-22SCI: Some slight work on robot filesFilippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-02-03SCI: some work on robot REing (still comments only)Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-28SCI: some progress on REing robot files (99% comments only)Martin Kiewitz
2010-01-06Fix warnings.Eugene Sandulenko
2010-01-06SCI: added a new class for robot resourcesMartin Kiewitz