aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2010-11-23MOHAWK: Find the small marble images by string; should fix German versionMatthew Hoops
2010-11-23MOHAWK: Remove the no longer needed RLE8 hackMatthew Hoops
2010-11-22MOHAWK: Fix a typo fail (thanks, fuzzie)Matthew Hoops
2010-11-22MOHAWK: Have MohawkResource::open() return a bool for success/failureMatthew Hoops
2010-11-22MOHAWK: Fix gspit dome from always openingMatthew Hoops
2010-11-22MOHAWK: Switch slider bitmap ID's to matching via string; fixes some versionsMatthew Hoops
2010-11-21MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie)Matthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-19MOHAWK: Implement an image cache systemMatthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19MOHAWK: Implement another Riven demo externalMatthew Hoops
2010-11-18MOHAWK: Add support for Riven 24bpp images (not yet used)Matthew Hoops
2010-11-18MOHAWK: Cleanup bitmap surface and pack/draw function handlingMatthew Hoops
2010-11-18MOHAWK: Remove unused drawRLE() functionMatthew Hoops
2010-11-18MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)Matthew Hoops
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew 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-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-09MOHAWK: Fix one more memory leak (hopefully the last :))Matthew Hoops
2010-11-09MOHAWK: Fix cache memory leak and some formattingMatthew Hoops
2010-11-09MOHAWK: Fix memory leaks (thanks to digitall for finding)Matthew Hoops
2010-11-09MOHAWK: Close a number of memory leaks in Myst.David Turner
2010-11-07MOHAWK: Remove console FIXME'sMatthew Hoops
2010-11-07MOHAWK: Convert all printf to debugN callsMax Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15Add doxygen comment for namespaces of several engines.Max Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-15MOHAWK: Finish implementation of the Riven Marble PuzzleMatthew Hoops
2010-09-12i18n: Translate the Save and Load buttons in myst and rivenThierry Crozat
2010-09-09MOHAWK: Add initial work on the Riven marble puzzleMatthew Hoops
2010-09-08MOHAWK: Implement blocking sound in RivenMatthew Hoops
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-09-07MOHAWK: Add stopping sounds to the telescope functionsMatthew Hoops
2010-09-07MOHAWK: Implement xgplateau3160_dopoolsMatthew Hoops
2010-09-07MOHAWK: Fix the boiler puzzle videosMatthew Hoops
2010-09-05MOHAWK: CleanupMatthew Hoops
2010-09-04MOHAWK: Ignore invalid Riven hotspots againMatthew Hoops
2010-09-03MOHAWK: Improve support for the Riven DemoMatthew Hoops
2010-09-01MOHAWK: Update videos when the delay opcode is calledMatthew Hoops
2010-09-01MOHAWK: Cleanup mouse cursor position handling in RivenMatthew Hoops
2010-09-01MOHAWK: Implement xbookclickMatthew Hoops
2010-08-31MOHAWK: Implement functionality for the dome slidersMatthew Hoops
2010-08-23MOHAWK: Fix xgwatch in the DVD version, which uses sounds in a different loca...Matthew Hoops
2010-08-23MOHAWK: Print the rect of the hotspot in the 'hotspot' command tooMatthew Hoops
2010-08-23MOHAWK: Add initial work for the dome slidersMatthew Hoops
2010-08-19MOHAWK: Draw in the dome combination in the lab journalMatthew Hoops
2010-08-19MOHAWK: Draw in the telescope combination in Catherine's journalMatthew Hoops
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn