Age | Commit message (Expand) | Author |
2017-10-06 | SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight | Colin Snover |
2017-10-06 | SCI32: Clean up Robot decoder | Colin Snover |
2017-10-01 | SCI32: Fix missing transparency in RAMA title screen | Colin Snover |
2017-09-19 | SCI32: Remove never-read default values | Colin Snover |
2017-09-03 | SCI32: Fix closing a Robot when its Plane has been destroyed already | Colin Snover |
2017-08-04 | SCI32: Always initialize RobotDecoder::_syncFrame | Colin Snover |
2017-04-23 | SCI32: Remove unused code branch | Colin Snover |
2017-04-23 | SCI32: Serialize Robots in SCI3 | Colin Snover |
2017-04-22 | SCI32: Fix bad interpolation of Robot audio samples | Colin Snover |
2017-04-22 | SCI32: Add and divide instead of performing two divisions | Colin Snover |
2017-01-11 | SCI32: Fix null references in Robot decoder | Colin Snover |
2017-01-09 | SCI32: Enable playback of stereo audio | Colin Snover |
2016-10-09 | SCI32: Clarify some identifiers | Colin Snover |
2016-09-29 | SCI32: Clean up scaling flags | Colin Snover |
2016-08-25 | SCI32: Remove the warning about already opened robot files | Filippos Karapetis |
2016-08-22 | SCI32: Document the games that use Robot videos | Filippos Karapetis |
2016-08-19 | SCI32: Implement kRobot | Colin Snover |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-17 | SCI: Skip some still unsupported robot files in RAMA | Filippos Karapetis |
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | SCI: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-07-22 | SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-22 | VIDEO: Merge the three Fixed* VideoTrack classes | Matthew Hoops |
2012-07-21 | SCI: Switch SEQDecoder to using the new FixedDurationVideoTrack subclass | Matthew Hoops |
2012-07-21 | VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to VideoTrack | Matthew Hoops |
2012-07-20 | SCI: Move the SEQ code to the new VideoDecoder API | Matthew Hoops |
2012-06-15 | SCI: Also skip a robot video in the Lighthouse demo | Filippos Karapetis |
2012-06-15 | SCI: Skip playing of the unsupported robot video 1003 in RAMA | Filippos Karapetis |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | SCI: Prefer Surface::create taking a PixelFormat over the one taking a byte d... | Johannes Schickel |
2011-02-24 | SCI: Fixed video playing in the PQ:SWAT demo | md5 |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-08 | SCI: Some work on robot videos | Filippos Karapetis |
2011-02-08 | SCI: Fix Mac robot palettes again | Matthew Hoops |
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn |
2011-02-07 | SCI: Unified the SEQ and robot palette code, and fixed the include safeguard ... | Filippos Karapetis |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |
2010-12-16 | VIDEO: Make VideoDecoder::getPalette() return a const byte pointer | Matthew Hoops |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn |
2010-08-08 | SCI: Remove the now useless Sci::VMDDecoder wrapper | Sven Hesse |
2010-08-04 | GRAPHICS: Change signature of VideoDecoder::load() | Max Horn |