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
Age
Commit message (
Expand
)
Author
2010-01-19
Started to get rid of Audio::FLAG_LOOP
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Add support for the flyby videos in Myst ME Macintosh.
Matthew Hoops
2010-01-19
Missed copying a line from console.cpp; fixes a memory leak.
Matthew Hoops
2010-01-19
Make the workaround for the Riven intro background music work in the DVD vers...
Matthew Hoops
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-18
Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition.
Torbjörn Andersson
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
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-07
Remove the deprecated FLAC, Vorbis and MP3 factories.
Johannes Schickel
2010-01-07
Create a wrapper makeLoopingAudioStream to reduce code duplcation.
Johannes Schickel
2010-01-07
Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l...
Johannes Schickel
2010-01-04
Minor cleanup; remove GF_10TH, it's not used or needed anywhere.
Matthew Hoops
2010-01-04
Fix a memory leak spotted by cppcheck. Thanks salty-horse\!
Matthew Hoops
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-03
Mohawk : For what it's worth, Add detection for a french "in the 1rst degree"
Arnaud Boutonné
2010-01-03
Add detection for a french Myst
Arnaud Boutonné
2010-01-03
Mohawk : Stop Myst Script Opcode 200 continuously reloading the same image...
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 obsolete comment about Myst ME not working.
Matthew Hoops
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
MOHAWK: Stop using String::emptyString
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-30
Removed some unnecessary whitespace. Changed some spaces to tabs.
Torbjörn Andersson
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-30
Silence some warnings seen in the buildbot.
Matthew Hoops
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko