Age | Commit message (Expand) | Author |
2011-12-12 | MOHAWK: Fix Myst ME Mac picture file names | Matthew Hoops |
2011-08-27 | MOHAWK: Implement fading for Myst Demo | Bastien Bouclet |
2011-08-15 | MOHAWK: Stub off Riven transition speed code | Matthew Hoops |
2011-08-13 | MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech. | Bastien Bouclet |
2011-05-14 | MOHAWK: When running scripts in Myst, add delays when necessary between draws... | Bastien Bouclet |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | MOHAWK: Remove duplicate #include | Ori Avtalion |
2011-04-28 | MOHAWK: Fix compilation when only default engines are enabled | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | MOHAWK: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel |
2011-04-17 | MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt... | Johannes Schickel |
2011-03-28 | MOHAWK: Allow disabling of Riven compilation | Matthew Hoops |
2011-03-28 | MOHAWK: Allow disabling compiling cstime | Matthew Hoops |
2011-03-28 | MOHAWK: Allow disabling compilation of Myst | Matthew Hoops |
2011-03-23 | MOHAWK: Use direct access on the hashmap for Riven variables now | Matthew Hoops |
2011-03-22 | MOHAWK: Rename OldMohawkBitmap to LivingBooksBitmap_v1 | Matthew Hoops |
2011-03-09 | MOHAWK: Add initial support for the Riven credits sequence | Matthew Hoops |
2011-02-19 | MOHAWK: Change bitmaps to use RGB palettes. | Johannes Schickel |
2011-02-14 | MOHAWK: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-13 | MOHAWK: Add support for Mac LB v2 games | Matthew Hoops |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-20 | MOHAWK: Add CSTime engine. | Alyssa Milburn |
2011-01-19 | MOHAWK: Add getSubImageSize function. | Alyssa Milburn |
2011-01-19 | MOHAWK: Cleanup some Riven code | Matthew Hoops |
2011-01-18 | GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGB | Matthew Hoops |
2011-01-11 | MOHAWK: Allow for Riven to update specific portions of the screen | Matthew Hoops |
2011-01-03 | MOHAWK: Cleanup some spacing, formatting, and naming | Matthew Hoops |
2010-12-31 | MOHAWK: Minor Correction to Graphics Debug Output. | David Turner |
2010-12-30 | MOHAWK: Implement Myst opcodes 129 to 132, and 192 to 197, Stellar observator... | Bastien Bouclet |
2010-12-25 | MOHAWK: Add subimage drawing/caching code | Alyssa Milburn |
2010-12-20 | MOHAWK: Fixed Valgrind Error in Myst When Selecting 0 in Imager Code (Myst Ca... | David Turner |
2010-12-17 | MOHAWK: Yet more Myst vertical alignment / clipping fixes. | Bastien Bouclet |
2010-12-17 | MOHAWK: Remove global construction of _viewport | Matthew Hoops |
2010-12-17 | MOHAWK: Change resolution to 544x332 to match the original. | Bastien Bouclet |
2010-12-16 | MOHAWK: Added the "resources" command to Myst's debug console, which lists th... | Bastien Bouclet |
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien Bouclet |
2010-12-12 | MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotation | Bastien Bouclet |
2010-12-11 | MOHAWK: Fix some Myst ME cards that store PICT images in WDIB resources (see ... | Matthew Hoops |
2010-12-02 | MOHAWK: move shared setPalette/copyImage routines into GraphicsManager | Alyssa Milburn |
2010-12-01 | MOHAWK: add LBGraphics::copyImageSectionToScreen | Alyssa Milburn |
2010-11-30 | MOHAWK: don't include livingbooks.h from graphics.h | Alyssa Milburn |
2010-11-29 | MOHAWK: Misc cleanups | Bastien Bouclet |
2010-11-29 | MOHAWK: Fix drawing the last step of an animated update | Bastien Bouclet |
2010-11-29 | MOHAWK: Complete drawing the animated rect if running the animation steps did... | Bastien Bouclet |
2010-11-29 | MOHAWK: Implement 4 types of animated updates for Myst | Bastien Bouclet |
2010-11-29 | MOHAWK: Start implementing opcodes using the animated update feature | Bastien Bouclet |
2010-11-29 | MOHAWK: Added dirty rects support for Myst | Bastien Bouclet |
2010-11-29 | Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, ... | Bastien Bouclet |
2010-11-29 | MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for u... | Bastien Bouclet |