aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2012-03-20GRAPHICS: Convert JPEG to the ImageDecoder APIMatthew Hoops
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-20MOHAWK: Make MystBitmap use BitmapDecoderMatthew Hoops
2012-03-20MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversionMatthew Hoops
2012-03-19MOHAWK: Properly initialize the Riven tdomeelev variableMatthew Hoops
2012-03-16MOHAWK: Disable Riven demo save/load GUI buttonsMatthew Hoops
2012-03-16MOHAWK: Improve Riven save/load error messagesMatthew Hoops
2012-03-13JANITORIAL: Avoid the ugly operator invocation syntax.Christoph Mallon
2012-03-10MOHAWK: Split the graphics classes into their own filesMatthew Hoops
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-16MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew.D G Turner
2012-02-16MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant.D G Turner
2012-02-15MOHAWK: Add Detection Entries For 3 LB Mac Games.D G Turner
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-11MOHAWK: Avoid warningWillem Jan Palenstijn
2011-12-19MOHAWK: Add another lilmonster demoMatthew Hoops
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-12-12MOHAWK: Display the weight up after resetting the clock puzzle in Myst MEBastien Bouclet
2011-12-12MOHAWK: Fix Myst ME Mac picture file namesMatthew Hoops
2011-12-12MOHAWK: Fix Stoneship's hologram projectorMatthew Hoops
2011-12-08MOHAWK: Stub LB clone command.Alyssa Milburn
2011-12-08MOHAWK: Fix LBCode goto notify.Alyssa Milburn
2011-12-08MOHAWK: Implement LB getProperty/setProperty.Alyssa Milburn
2011-12-08MOHAWK: LB variables are case-insensitive.Alyssa Milburn
2011-12-08MOHAWK: Name the LB phases, and default to kLBPhaseLoad for v3+.Alyssa Milburn
2011-12-02MOHAWK: Implement LB exec,return.Alyssa Milburn
2011-12-02MOHAWK: Implement LB add,addAt,setAt.Alyssa Milburn
2011-12-02MOHAWK: Implement LBCode::itemIsLoaded.Alyssa Milburn
2011-12-02MOHAWK: LB list improvements, implement &= operator.Alyssa Milburn
2011-12-01MOHAWK: Implement LB move/moveTo.Alyssa Milburn
2011-12-01MOHAWK: Handle LB conversion from string to point/rect.Alyssa Milburn
2011-12-01MOHAWK: Fix kLBOpBreakExpression.Alyssa Milburn
2011-12-01MOHAWK: Run LB load-time scripts properly.Alyssa Milburn
2011-12-01MOHAWK: Implement LBCode::cmdMousePos.Alyssa Milburn
2011-12-01MOHAWK: Fix parameterless calls when parsing LB scripts.Alyssa Milburn
2011-11-27MOHAWK: Fix LBCode seek/seekToFrame.Alyssa Milburn
2011-11-27MOHAWK: Stub LB's min/max/abs.Alyssa Milburn
2011-11-26MOHAWK: Add the start of support for LBXDataFile.Alyssa Milburn
2011-11-26MOHAWK: Add some basic LB list support.Alyssa Milburn
2011-11-26MOHAWK: Add Rugrats subfolders to the path too.Alyssa Milburn
2011-11-26MOHAWK: Run kLBEventInit at init time.Alyssa Milburn
2011-11-26MOHAWK: Handle globals from the LB book info file.Alyssa Milburn
2011-11-26MOHAWK: Start the LB load phase at load time.Alyssa Milburn
2011-11-26MOHAWK: Parse true/false in LB scripts.Alyssa Milburn
2011-11-25MOHAWK: Convert between rects/points in LB code (thanks clone2727).Alyssa Milburn
2011-11-25MOHAWK: Name/stub some unknown LB item flags.Alyssa Milburn
2011-11-25MOHAWK: Load/unload LB proxies properly.Alyssa Milburn