index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
video.cpp
Age
Commit message (
Expand
)
Author
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
2010-12-21
MOHAWK: Remove sound.h include from resource.h
Alyssa Milburn
2010-12-16
VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTime
Matthew Hoops
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-12-09
MOHAWK: Allow background videos to be played/manipulated with resource handles
Alyssa Milburn
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-11-20
MOHAWK: Cleanup resource handling
Matthew Hoops
2010-09-03
MOHAWK: Improve support for the Riven Demo
Matthew Hoops
2010-09-01
MOHAWK: Implement xbookclick
Matthew Hoops
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-06-02
Fix a regression from r49377 - we should be checking against code in addition...
Matthew Hoops
2010-06-01
Fix videos in Riven activated from a different card from which they are playe...
Matthew Hoops
2010-05-27
Add some null checking when pausing/resuming videos.
Matthew Hoops
2010-05-26
Fix the 'boiling water' videos in the boiler puzzle.
Matthew Hoops
2010-05-25
Fix a Myst regression: not a good idea to use memset on a Common::String :)
Matthew Hoops
2010-05-25
Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us...
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
[prev]