aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2010-05-20The QuickTime getPalette() function should output in RGB format, not RGBA.Matthew Hoops
2010-05-20Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a...Matthew Hoops
2010-05-19Reverted commit #49088, seems like to be a false positive from MSVC on the QT...Filippos Karapetis
2010-05-19Added packing to the QT structuresFilippos Karapetis
2010-05-18Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an...Matthew Hoops
2010-05-18Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ...Matthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-19Remove use of global constructors in Mohawk.Matthew Hoops
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-06Cleanup the Myst resource caching code a bit and add support for caching Myst...Matthew Hoops
2010-04-06More transistions->transitions fixesMatthew Hoops
2010-04-06Fix "Transitions" typoOri Avtalion
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
2010-04-05Add support for 32bpp DirectBitsRect in Myst ME PICT's. Fixes various cards, ...Matthew Hoops
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-26Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...Matthew Hoops
2010-02-26Cleanup the sound code a bit.Matthew Hoops
2010-02-18Mohawk : Update with work on Myst EXIT opcodes to work out purpose.David Turner
2010-02-17Implement stopMovie() for Riven. Fixes some dome related videos.Matthew Hoops
2010-02-17Mohawk : Adding resource cache class and integrating into Myst engine.David Turner
2010-02-17Cleanup handling of the telescope cover combination; matches the original alg...Matthew Hoops
2010-02-16Implement xgwatch so you can now find out the combination to free Catherine.Matthew Hoops
2010-02-16Implement xpisland990_elevcombo which allows you to free Catherine.Matthew Hoops
2010-02-16Fix typo in the ospit->tspit linking book RMAP code.Matthew Hoops
2010-02-16Move Riven variable randomization to initVars() and implement randomization f...Matthew Hoops
2010-02-16Add a workaround for two 'spare' variables that can exist in some save files.Matthew Hoops
2010-02-16Correct a rogue typo.Matthew Hoops
2010-02-14Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...David Turner
2010-02-14Remove an obsolete TODO.Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-02-12Fix trap book external commands.Matthew Hoops
2010-02-10Fix a potential problem for some compilers with having multiple stream reads.Matthew Hoops
2010-02-10Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...Matthew Hoops
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30MOHAWK: Don't remove save_slot config entries the user may have added on purposeMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-28Fix warning when using -WuninitializedMax Horn
2010-01-26Correct our interpretation of the first four bytes of the RSRC section in Moh...Matthew Hoops
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Fill in the unknown values of the ADPC chunk in Mohawk sounds and update comm...Matthew Hoops
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-22Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...Matthew Hoops