aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2010-01-04Minor cleanup; remove GF_10TH, it's not used or needed anywhere.Matthew Hoops
2010-01-04Fix a memory leak spotted by cppcheck. Thanks salty-horse\!Matthew Hoops
2010-01-04Merge the Mohawk Video class into QTPlayer and general cleanup.Matthew Hoops
2010-01-04Mohawk : Improved code formatting conventions compliance.David Turner
2010-01-03Mohawk : For what it's worth, Add detection for a french "in the 1rst degree" Arnaud Boutonné
2010-01-03Add detection for a french MystArnaud Boutonné
2010-01-03Mohawk : Stop Myst Script Opcode 200 continuously reloading the same image...David Turner
2010-01-02Indentation fix. (Which still leaves a lot that probably ought to be fixed inTorbjörn Andersson
2009-12-31Reading the whole buffer at once should be more efficient than reading it oneTorbjörn Andersson
2009-12-31Remove obsolete comment about Myst ME not working.Matthew Hoops
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-30MOHAWK: Stop using String::emptyStringMax Horn
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t...Matthew Hoops
2009-12-30Whitespace fixesMatthew Hoops
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-30Silence some warnings seen in the buildbot.Matthew Hoops
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko