Age | Commit message (Expand) | Author |
2011-04-28 | MOHAWK: Fix compilation | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-28 | NOHAWK: Add detection for Just Grandma and Me 1.0. | Alyssa Milburn |
2011-04-24 | MOHAWK: Add detection for The Berenstain Bears In The Dark. | Alyssa Milburn |
2011-04-24 | MOHAWK: Add detection for Arthur's Birthday. | Alyssa Milburn |
2011-04-22 | MOHAWK: Silence MSVC warning (bug #3290528) | Littleboy |
2011-04-21 | MOHAWK: Don't initialize a null pointer, to make VS2010 happy. | Bastien Bouclet |
2011-04-18 | MOHAWK: Speed up drawRLE8 a bit. | Alyssa Milburn |
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-04-13 | MOHAWK: Stupid padding fix. | Alyssa Milburn |
2011-04-13 | AUDIO: Split the Intel DVI ADPCM into its own class | Matthew Hoops |
2011-04-13 | MOHAWK: LB's 'self' is case-insensitive | Alyssa Milburn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-11 | MOHAWK: Add Default Values to LB NotifyEvent Constructor. | D G Turner |
2011-04-11 | MOHAWK: Add more versions of LB demos | Matthew Hoops |
2011-04-10 | MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive) | md5 |
2011-04-09 | MOHAWK: Move per-page data into LBPage. | Alyssa Milburn |
2011-04-08 | MOHAWK: Implement LBCode logical operators. | Alyssa Milburn |
2011-04-07 | MOHAWK: Detect CarmenTQ's Custom Question Creator | Matthew Hoops |
2011-04-07 | MOHAWK: Implement some LBCode rect commands. | Alyssa Milburn |
2011-04-07 | MOHAWK: Implement some more LBCode ops. | Alyssa Milburn |
2011-04-07 | MOHAWK: Add some more LBValue helpers. | Alyssa Milburn |
2011-04-07 | MOHAWK: Add getItemByName for LB. | Alyssa Milburn |
2011-04-07 | MOHAWK: Implement the quit notify LBCode command | Matthew Hoops |
2011-04-07 | MOHAWK: Support LB script flow control. | Alyssa Milburn |
2011-04-07 | MOHAWK: Replace most of the LBCode interpreter. | Alyssa Milburn |
2011-04-07 | MOHAWK: Handle alignment byte for some targeting modes. | Alyssa Milburn |
2011-04-02 | MOHAWK: Fix issues with LB's hardcoded UI logic. | Alyssa Milburn |
2011-04-02 | MOHAWK: Minor grammar fix | Matthew Hoops |
2011-04-02 | MOHAWK: Fix title of Arthur's Teacher Trouble | Matthew Hoops |
2011-04-01 | MOHAWK: Handle waiting for sound cues in LBAnimation. | Alyssa Milburn |
2011-03-31 | MOHAWK: Add/update some LB debug/warning stuff. | Alyssa Milburn |
2011-03-31 | MOHAWK: Tweaks to LBAnimationItem::setEnabled. | Alyssa Milburn |
2011-03-31 | MOHAWK: Update LBAnimationItem running state when anim is done. | Alyssa Milburn |
2011-03-31 | MOHAWK: Toggle the post-intro LB menu anim at the right time. | Alyssa Milburn |
2011-03-31 | MOHAWK: Use ScummVM GUI fonts for the cstime demo | Matthew Hoops |
2011-03-31 | MOHAWK: Implement kLBSetHitTest. | Alyssa Milburn |
2011-03-31 | MOHAWK: Nicer names/info for some LB data. | Alyssa Milburn |
2011-03-30 | MOHAWK: Strip slashes from beginning of LB Windows paths. | Alyssa Milburn |
2011-03-30 | MOHAWK: Parse LB page options from the outline. | Alyssa Milburn |
2011-03-30 | MOHAWK: Add detection for Just Grandma and Me 2.0 | Matthew Hoops |
2011-03-30 | MOHAWK: Use tryLoadPageStart where needed in LB. | Alyssa Milburn |
2011-03-29 | MOHAWK: Add LB detection entries from pacifist. | Alyssa Milburn |
2011-03-29 | MOHAWK: Check isAmbient in LB sound priority code. | Alyssa Milburn |
2011-03-29 | MOHAWK: Add Sound::isPlaying() function. | Alyssa Milburn |
2011-03-29 | MOHAWK: Looks like LBAnimation ignores sound priorities after all. | Alyssa Milburn |
2011-03-29 | MOHAWK: Only stop the last-played sound in LB's playSound. | Alyssa Milburn |
2011-03-29 | MOHAWK: Stop playing LB anim sounds on seek(). | Alyssa Milburn |