aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.cpp
AgeCommit message (Expand)Author
2011-03-23MOHAWK: Use direct access on the hashmap for Riven variables nowMatthew Hoops
2011-03-22MOHAWK: Rename OldMohawkBitmap to LivingBooksBitmap_v1Matthew Hoops
2011-03-09MOHAWK: Add initial support for the Riven credits sequenceMatthew Hoops
2011-02-19MOHAWK: Change bitmaps to use RGB palettes.Johannes Schickel
2011-02-14MOHAWK: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-13MOHAWK: Add support for Mac LB v2 gamesMatthew Hoops
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-20MOHAWK: Add CSTime engine.Alyssa Milburn
2011-01-19MOHAWK: Add getSubImageSize function.Alyssa Milburn
2011-01-19MOHAWK: Cleanup some Riven codeMatthew Hoops
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
2011-01-11MOHAWK: Allow for Riven to update specific portions of the screenMatthew Hoops
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew Hoops
2010-12-31MOHAWK: Minor Correction to Graphics Debug Output.David Turner
2010-12-30MOHAWK: Implement Myst opcodes 129 to 132, and 192 to 197, Stellar observator...Bastien Bouclet
2010-12-25MOHAWK: Add subimage drawing/caching codeAlyssa Milburn
2010-12-20MOHAWK: Fixed Valgrind Error in Myst When Selecting 0 in Imager Code (Myst Ca...David Turner
2010-12-17MOHAWK: Yet more Myst vertical alignment / clipping fixes.Bastien Bouclet
2010-12-17MOHAWK: Remove global construction of _viewportMatthew Hoops
2010-12-17MOHAWK: Change resolution to 544x332 to match the original.Bastien Bouclet
2010-12-16MOHAWK: Added the "resources" command to Myst's debug console, which lists th...Bastien Bouclet
2010-12-14MOHAWK: Rework Myst GFX updatesBastien Bouclet
2010-12-12MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotationBastien Bouclet
2010-12-11MOHAWK: Fix some Myst ME cards that store PICT images in WDIB resources (see ...Matthew Hoops
2010-12-02MOHAWK: move shared setPalette/copyImage routines into GraphicsManagerAlyssa Milburn
2010-12-01MOHAWK: add LBGraphics::copyImageSectionToScreenAlyssa Milburn
2010-11-30MOHAWK: don't include livingbooks.h from graphics.hAlyssa Milburn
2010-11-29MOHAWK: Misc cleanupsBastien Bouclet
2010-11-29MOHAWK: Fix drawing the last step of an animated updateBastien Bouclet
2010-11-29MOHAWK: Complete drawing the animated rect if running the animation steps did...Bastien Bouclet
2010-11-29MOHAWK: Implement 4 types of animated updates for MystBastien Bouclet
2010-11-29MOHAWK: Start implementing opcodes using the animated update featureBastien Bouclet
2010-11-29MOHAWK: Added dirty rects support for MystBastien Bouclet
2010-11-29Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, ...Bastien Bouclet
2010-11-29MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for u...Bastien Bouclet
2010-11-29MOHAWK: Revert the screen cache since it has a huge performance hit, and is n...Bastien Bouclet
2010-11-28MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)Matthew Hoops
2010-11-25MOHAWK: Refactor cursor handlingMatthew Hoops
2010-11-25MOHAWK: Cleanup image surface handlingMatthew Hoops
2010-11-22MOHAWK: Fix a typo fail (thanks, fuzzie)Matthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-19MOHAWK: Implement an image cache systemMatthew Hoops
2010-11-18MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)Matthew Hoops
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-11-17MOHAWK: Apply patch #2988976: "MYST: Fix drawing partial subimages"Matthew Hoops
2010-11-09MOHAWK: Fix one more memory leak (hopefully the last :))Matthew Hoops
2010-11-09MOHAWK: Close a number of memory leaks in Myst.David Turner
2010-09-09MOHAWK: Add initial work on the Riven marble puzzleMatthew Hoops
2010-09-05MOHAWK: CleanupMatthew Hoops
2010-09-03MOHAWK: Improve support for the Riven DemoMatthew Hoops