aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
AgeCommit message (Expand)Author
2018-03-31MOHAWK: Fix some clang-tidy warningsBastien Bouclet
2016-06-26MOHAWK: Remap bitmaps not to use undefined colorsBastien Bouclet
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-10MOHAWK: Split the graphics classes into their own filesMatthew Hoops
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-08-27MOHAWK: Implement fading for Myst DemoBastien Bouclet
2011-08-15MOHAWK: Stub off Riven transition speed codeMatthew Hoops
2011-08-13MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech.Bastien Bouclet
2011-05-14MOHAWK: When running scripts in Myst, add delays when necessary between draws...Bastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-03-29MOHAWK: comment text after #endifAlyssa Milburn
2011-03-28MOHAWK: Allow disabling of Riven compilationMatthew Hoops
2011-03-28MOHAWK: Allow disabling compiling cstimeMatthew Hoops
2011-03-28MOHAWK: Allow disabling compilation of MystMatthew Hoops
2011-03-09MOHAWK: Add initial support for the Riven credits sequenceMatthew Hoops
2011-01-20MOHAWK: Add CSTime engine.Alyssa Milburn
2011-01-19MOHAWK: Add getSubImageSize function.Alyssa Milburn
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
2010-12-25MOHAWK: Add subimage drawing/caching codeAlyssa Milburn
2010-12-17MOHAWK: Remove global construction of _viewportMatthew Hoops
2010-12-17MOHAWK: Change resolution to 544x332 to match the original.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-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: 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-19MOHAWK: Implement an image cache systemMatthew Hoops
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-09-09MOHAWK: Add initial work on the Riven marble puzzleMatthew Hoops
2010-08-23MOHAWK: Add initial work for the dome slidersMatthew Hoops
2010-08-19MOHAWK: Draw in the telescope combination in Catherine's journalMatthew Hoops
2010-05-24Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-04-19Remove use of global constructors in Mohawk.Matthew Hoops
2010-02-16Implement xgwatch so you can now find out the combination to free Catherine.Matthew Hoops
2010-02-10Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko