Age | Commit message (Expand) | Author |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-02 | SCUMM: Add support for Bink video | Matthew Hoops |
2011-07-02 | SCUMM: Don't have MoviePlayer inherit from SmackerDecoder | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2009-09-25 | SCUMM: Rename _bitDepth to _bytesPerPixel | Max Horn |
2009-08-22 | Fix endian issue in copyFrameToBuffer(). | Travis Howell |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-06-06 | Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues... | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-01-07 | videoIsLoaded() -> isVideoLoaded() | Filippos Karapetis |
2009-01-06 | Updated SCUMM with the latest changes to video players | Filippos Karapetis |
2008-12-27 | Fix video playback in Blue's Clues games. | Travis Howell |
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not w... | Filippos Karapetis |
2008-12-16 | - Added some comments | Filippos Karapetis |
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since t... | Travis Howell |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT... | Max Horn |
2007-06-12 | Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Fi... | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2006-11-03 | Fixed bad namespace comments spotted by clone2727. | Torbjörn Andersson |
2006-11-02 | Add video code for HE100 games | Travis Howell |
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c... | Max Horn |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-06-28 | Remove left over ; | Travis Howell |
2006-06-28 | Add eriktorbjorn's patch for DXA unification, with more changes | Travis Howell |
2006-06-06 | Minor cleanup | Travis Howell |
2006-05-08 | Avoid closing a video file in HE games twice | Travis Howell |
2006-05-08 | Add initial DXA support for HE games | Travis Howell |