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
Age
Commit message (
Expand
)
Author
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2010-02-17
Implement stopMovie() for Riven. Fixes some dome related videos.
Matthew Hoops
2010-02-16
Correct a rogue typo.
Matthew Hoops
2010-02-14
Remove an obsolete TODO.
Matthew Hoops
2010-02-13
Implement background video support for Riven; some VideoManager/QTPlayer clea...
Matthew Hoops
2010-02-10
Fix a potential problem for some compilers with having multiple stream reads.
Matthew Hoops
2010-02-10
Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...
Matthew Hoops
2010-01-31
Switch makeADPCMStream to DisposeAfterUse::Flag
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2010-01-08
Rename QueuedAudioStream to QueuingAudioStream
Max Horn
2010-01-08
Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)
Max Horn
2010-01-04
Merge the Mohawk Video class into QTPlayer and general cleanup.
Matthew Hoops
2010-01-04
Mohawk : Improved code formatting conventions compliance.
David Turner
2010-01-02
Indentation fix. (Which still leaves a lot that probably ought to be fixed in
Torbjörn Andersson
2009-12-31
Reading the whole buffer at once should be more efficient than reading it one
Torbjörn Andersson
2009-12-31
Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...
Matthew Hoops
2009-12-30
MOHAWK: Reduce header interdependencies
Max Horn
2009-12-30
Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t...
Matthew Hoops
2009-12-30
Whitespace fixes
Matthew Hoops
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko