aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
svn-id: r47397
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
svn-id: r47395
2010-01-19Add support for the flyby videos in Myst ME Macintosh.Matthew Hoops
svn-id: r47388
2010-01-19Missed copying a line from console.cpp; fixes a memory leak.Matthew Hoops
svn-id: r47372
2010-01-19Make the workaround for the Riven intro background music work in the DVD ↵Matthew Hoops
version too. svn-id: r47371
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
svn-id: r47368
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
svn-id: r47367
2010-01-18Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition.Torbjörn Andersson
svn-id: r47358
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
svn-id: r47334
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵Max Horn
header common/types.h svn-id: r47180
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
svn-id: r47179
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
svn-id: r47177
2010-01-07Remove the deprecated FLAC, Vorbis and MP3 factories.Johannes Schickel
svn-id: r47134
2010-01-07Create a wrapper makeLoopingAudioStream to reduce code duplcation.Johannes Schickel
svn-id: r47128
2010-01-07Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be ↵Johannes Schickel
looped with the new looping code. svn-id: r47127
2010-01-04Minor cleanup; remove GF_10TH, it's not used or needed anywhere.Matthew Hoops
svn-id: r46978
2010-01-04Fix a memory leak spotted by cppcheck. Thanks salty-horse\!Matthew Hoops
svn-id: r46977
2010-01-04Merge the Mohawk Video class into QTPlayer and general cleanup.Matthew Hoops
svn-id: r46976
2010-01-04Mohawk : Improved code formatting conventions compliance.David Turner
svn-id: r46965
2010-01-03Mohawk : For what it's worth, Add detection for a french "in the 1rst degree" Arnaud Boutonné
svn-id: r46957
2010-01-03Add detection for a french MystArnaud Boutonné
svn-id: r46954
2010-01-03Mohawk : Stop Myst Script Opcode 200 continuously reloading the same image...David Turner
svn-id: r46919
2010-01-02Indentation fix. (Which still leaves a lot that probably ought to be fixed inTorbjörn Andersson
this directory...) svn-id: r46877
2009-12-31Reading the whole buffer at once should be more efficient than reading it oneTorbjörn Andersson
byte at a time. svn-id: r46804
2009-12-31Remove obsolete comment about Myst ME not working.Matthew Hoops
svn-id: r46802
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and ↵Matthew Hoops
introduce QTPlayer::setChunkBeginOffset() to allow specifying what offset to use. svn-id: r46786
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
svn-id: r46782
2009-12-30MOHAWK: Stop using String::emptyStringMax Horn
svn-id: r46780
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes ↵Matthew Hoops
the Riven videos match up with the backgrounds better. Thanks, Torbjorn\! svn-id: r46750
2009-12-30Whitespace fixesMatthew Hoops
svn-id: r46745
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
svn-id: r46735
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
found this style a bit unusual, but I value consistency.) svn-id: r46734
2009-12-30Silence some warnings seen in the buildbot.Matthew Hoops
svn-id: r46733
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko
svn-id: r46727