Age | Commit message (Expand) | Author |
2016-03-05 | MOHAWK: Also enable dithering for the making of Myst | Bastien Bouclet |
2016-03-05 | MOHAWK: Drawing a single movie frame no longer updates all the movies | Bastien Bouclet |
2016-02-20 | MOHAWK: Clip the videos to make sure they don't go outside of the screen | Bastien Bouclet |
2016-02-13 | MOHAWK: Don't close videos when displaying just a frame | Bastien Bouclet |
2016-02-13 | MOHAWK: Make the conversion from VideoEntryPtr to VideoHandle explicit | Bastien Bouclet |
2015-07-17 | MOHAWK: Move further VideoManager functionality to VideoEntry | Matthew Hoops |
2015-07-17 | MOHAWK: Make video handles actual objects | Matthew Hoops |
2015-04-12 | MOHAWK: Set dithering on any original Myst video | Matthew Hoops |
2015-04-11 | MOHAWK: Run Myst in 8bpp | Matthew Hoops |
2014-03-03 | MOHAWK: Fix Riven movie volume clipping | Matthew Hoops |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-03 | MOHAWK: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | MOHAWK: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-12-16 | MOHAWK: Implement Mechanical fortress rotation | Bastien Bouclet |
2012-12-16 | MOHAWK: Allow changing video rates | Bastien Bouclet |
2012-09-21 | VIDEO: Make getCurFrame declaration consistent | Willem Jan Palenstijn |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops |
2012-07-27 | VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-06-16 | MOHAWK: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-06-11 | MOHAWK: Make sure we convert video surfaces if they're not in the screen format | Matthew Hoops |
2012-05-28 | MOHAWK: Use video volume control in Riven | Matthew Hoops |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops |
2012-03-20 | MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversion | Matthew Hoops |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-12-12 | MOHAWK: Fix Stoneship's hologram projector | Matthew Hoops |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-14 | MOHAWK: Finish implementation of Riven's storeMovieOpcode opcode | Matthew Hoops |
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 | MOHAWK: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel |
2011-04-17 | MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt... | Johannes Schickel |
2011-03-21 | MOHAWK: Add a getDuration() function to the VideoManager | Matthew Hoops |
2011-02-09 | VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method | Max Horn |
2011-02-07 | VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp | Max Horn |
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn |
2011-02-02 | MOHAWK: Fix GCC-3 cast warning. | David Turner |
2011-01-27 | MOHAWK: Allow videos to be paused individually | Bastien Bouclet |
2011-01-23 | MOHAWK: Fix the Riven demo intro sequence (a regression from r55188) | Matthew Hoops |
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 |
2011-01-18 | MOHAWK: Rename some VideoManager functions so we have some unified naming bet... | Matthew Hoops |
2011-01-18 | MOHAWK: Add a sanity check to waitUntilMovieEnds() | Matthew Hoops |
2011-01-15 | MOHAWK: Implement Myst's clock tower gears puzzle | Bastien Bouclet |
2011-01-14 | MOHAWK: Don't delete the wrong video. | Alyssa Milburn |
2011-01-11 | MOHAWK: Set the system palette on 8bpp videos when in 8bpp mode | Matthew Hoops |
2011-01-11 | MOHAWK: Adapt the VideoManager to allow for seeking; cleanup | Matthew Hoops |
2011-01-09 | MOHAWK: Cleanup named video handling | Matthew Hoops |