aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2011-05-19MOHAWK: Compensate movie encoding difference between Myst ME and Myst origina...Bastien Bouclet
2011-05-17MOHAWK: Name the RandomSource used for mystMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-15MOHAWK: Fix loading a Myst savegame from the launcher.Bastien Bouclet
2011-05-15MOHAWK: Display a black screen while changing stack. Default to an empty cursor.Bastien Bouclet
2011-05-15MOHAWK: Implement "Show Map" feature for Myst MEBastien Bouclet
2011-05-15MOHAWK: Play a sound when dropping a pageBastien Bouclet
2011-05-14MOHAWK: Fix background music restarting when changing cards in original MystBastien Bouclet
2011-05-14MOHAWK: Implement page drop button for MystBastien Bouclet
2011-05-14MOHAWK: Fix Myst backgrounds being draw one pixel too low on some cards.Bastien Bouclet
2011-05-14MOHAWK: When running scripts in Myst, add delays when necessary between draws...Bastien Bouclet
2011-05-14MOHAWK: Implement Mechanical opcodes 115, 116, 117, 118, 119 and 120. Fortres...Bastien Bouclet
2011-05-14MOHAWK: Implement Mechanical opcodes 109, 110, 111, 112, 113 and 114. Fortres...Bastien Bouclet
2011-05-13MOHAWK: Stub another two LB script functions.Alyssa Milburn
2011-05-13MOHAWK: Add/improve LB debug output a little.Alyssa Milburn
2011-05-13MOHAWK: Add basic LBProxyItem support.Alyssa Milburn
2011-05-12MOHAWK: Implement Mechanical opcodes 101, 103 and 202. Singing Bird.Bastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05MOHAWK: Use new MacCursor code instead of convertCrsrCursor()Matthew Hoops
2011-05-02MOHAWK: Add detection for the seussabc Mac demoMatthew Hoops
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-30MOHAWK: Fix CSTime-only builds.Alyssa Milburn
2011-04-28MOHAWK: Remove duplicate #includeOri Avtalion
2011-04-28MOHAWK: Fix compilation when only default engines are enabledOri Avtalion
2011-04-28MOHAWK: Fix compilationOri Avtalion
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-28NOHAWK: Add detection for Just Grandma and Me 1.0.Alyssa Milburn
2011-04-24MOHAWK: Add detection for The Berenstain Bears In The Dark.Alyssa Milburn
2011-04-24MOHAWK: Add detection for Arthur's Birthday.Alyssa Milburn
2011-04-22MOHAWK: Silence MSVC warning (bug #3290528)Littleboy
2011-04-21MOHAWK: Don't initialize a null pointer, to make VS2010 happy.Bastien Bouclet
2011-04-18MOHAWK: Speed up drawRLE8 a bit.Alyssa Milburn
2011-04-17MOHAWK: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt...Johannes Schickel
2011-04-13MOHAWK: Stupid padding fix.Alyssa Milburn
2011-04-13AUDIO: Split the Intel DVI ADPCM into its own classMatthew Hoops
2011-04-13MOHAWK: LB's 'self' is case-insensitiveAlyssa Milburn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
2011-04-11MOHAWK: Add more versions of LB demosMatthew Hoops
2011-04-10MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)md5
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-08MOHAWK: Implement LBCode logical operators.Alyssa Milburn
2011-04-07MOHAWK: Detect CarmenTQ's Custom Question CreatorMatthew Hoops
2011-04-07MOHAWK: Implement some LBCode rect commands.Alyssa Milburn
2011-04-07MOHAWK: Implement some more LBCode ops.Alyssa Milburn
2011-04-07MOHAWK: Add some more LBValue helpers.Alyssa Milburn
2011-04-07MOHAWK: Add getItemByName for LB.Alyssa Milburn