Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-02 | MOHAWK: Minor grammar fix | Matthew Hoops | |
2011-04-02 | MOHAWK: Fix title of Arthur's Teacher Trouble | Matthew Hoops | |
2011-04-02 | ANDROID: Attempt at working around some HTC fail | dhewg | |
2011-04-02 | SCI: Replace not required emumidi header | dhewg | |
2011-04-02 | SCUMM: Add support for append mode to o72_openFile() | Matthew Hoops | |
The baseball2001 hall of fame data saves properly now | |||
2011-04-01 | SCUMM: Make sure finalize is called from o60_closeFile() | Matthew Hoops | |
2011-04-01 | SCUMM: Stub off file append mode in o72_openFile() | Matthew Hoops | |
This is used in several Backyard Sports titles. This stub is required for now so that baseball2001 can continue after trying to save the Hall of Fame data. | |||
2011-04-02 | CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.). | Jerome Fisher | |
2011-04-01 | MOHAWK: Handle waiting for sound cues in LBAnimation. | Alyssa Milburn | |
2011-03-31 | TOOLS: Update Code::Blocks project generation | Littleboy | |
The Sword2.5 engine needs access to vorbis and theora headers. This patch adds the scummvm libs include directory to the include search path for this engine. | |||
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 | |
The demo is now playable without using fonts from the full game | |||
2011-03-31 | MOHAWK: Implement kLBSetHitTest. | Alyssa Milburn | |
2011-03-31 | MOHAWK: Nicer names/info for some LB data. | Alyssa Milburn | |
2011-03-30 | ANDROID: Document Camera/Search mapping | dhewg | |
2011-03-30 | ANDROID: Map right click to Camera/Search | dhewg | |
2011-03-30 | SCI: Minor cleanup | Matthew Hoops | |
2011-03-30 | MOHAWK: Strip slashes from beginning of LB Windows paths. | Alyssa Milburn | |
2011-03-30 | SCI32: Support for views with 640x400 native resolution | Lars Skovlund | |
(fixes Wolfgang closeup, room 720) | |||
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-30 | HUGO: Fix s_bootCypherLen *for real* | Max Horn | |
2011-03-30 | HUGO: Fix cypher fix ;) | Max Horn | |
2011-03-30 | TINSEL: Remove dead variables | Max Horn | |
2011-03-29 | MOHAWK: Add LB detection entries from pacifist. | Alyssa Milburn | |
This adds entries for Harry and the Haunted House, Ruff's Bone, Stellaluna, and Sheila Rae, the Brave. | |||
2011-03-29 | HUGO: - BSF file is no longer mandatory for H2 and H3 Dos. | strangerke | |
- Replace error by a notifyBox in BSF related functions - Fix cypher (broken in previous commit) - Add checks on distributor in intro | |||
2011-03-29 | COMMON: Unbreak EventRecorder a little | dhewg | |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2011-03-29 | M4: Fix twisted assignment | dhewg | |
Thanks to -Wunused-but-set-variable | |||
2011-03-29 | BUILD: Get rid of -Wimplicit | dhewg | |
It's already implied by -Wall, and GCC 4.6 complains about it for C++ | |||
2011-03-29 | BUILD: Remove -Wglobal-constructors from Makefile | dhewg | |
It's already handled by configure | |||
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 | |
This might need a version check, but seems to be fine without. | |||
2011-03-29 | SCI: Add workaround for a GK1 pointer comparison | Matthew Hoops | |
2011-03-29 | MOHAWK: Stop playing LB anim sounds on seek(). | Alyssa Milburn | |
2011-03-29 | SCI: Limit SCI32 view scaling to when we're actually scaling | Matthew Hoops | |
Fixes bug #3253208 | |||
2011-03-29 | MOHAWK: Fix priority check in LB's lockSound(). | Alyssa Milburn | |
2011-03-29 | MOHAWK: Handle LB item sound priorities. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Destroying an LBGroupItem destroys the whole group. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Don't fail to delete consecutive items. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Fix LB debug message to use the right name. | Alyssa Milburn | |
2011-03-29 | MOHAWK: comment text after #endif | Alyssa Milburn | |
2011-03-29 | VIDEO: Add a workaround for the Inca 2 wisdom gate video | Sven Hesse | |
When decompressing directly onto the output surface fails (because it's too small), retry decompressing into the video buffer first, which then gets blitted onto the output surface. | |||
2011-03-29 | VIDEO: Fix deLZ77() bound check | Sven Hesse | |
The Inca 2 video where Atahualpa walks through the gate after solving the wisdom challenge now only warns (and graphically glitches) instead of segfaulting. |