Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | TSAGE: Cast fmt into a SceneObject in Scene7700. | strangerke | |
This makes the drawers useable, even if there's still a problem with _globals->_parent._field8C (the animation displayed is always a closing drawer) | |||
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. | |||
2011-03-29 | GOB: Use memmove instead of memcpy in Surface::blit() | Sven Hesse | |
Inca 2 actually blits surfaces on themselves... | |||
2011-03-29 | TSAGE: Implement scene 7700. | strangerke | |
Also move doAction() to core when related to sceneHostpot_3. | |||
2011-03-28 | MOHAWK: Don't compile RivenOptionsDialog when Riven isn't enabled | Matthew Hoops | |
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-28 | SCI: Fix Compilation with --enable-release set. | D G Turner | |
2011-03-28 | SCI: Add detection entry for my GK1 floppy version. | Johannes Schickel | |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn | |
2011-03-28 | CREDITS: Update Mohawk credits. | Alyssa Milburn | |
2011-03-28 | NEWS: Cleanup | Matthew Hoops | |
2011-03-28 | NEWS: Mention Living Books | Matthew Hoops | |
2011-03-28 | README: Add Living Books games | Matthew Hoops | |
2011-03-28 | CONFIGURE: Enable Mohawk by default | Matthew Hoops | |
2011-03-28 | TSAGE: Implemented Scene #4250 - Village - Near Slaver Ship | Paul Gilbert | |
2011-03-28 | M4: Corrected incorrect case in cheat key handler | Paul Gilbert | |
2011-03-28 | TSAGE: Implement scene 9350 | strangerke | |
2011-03-28 | SCI: Renamed restAdjust to r_rest (like r_acc and r_prev) | md5 | |
2011-03-28 | SCI: Error out when kMemorySegment() is requested to save more than 256 bytes | md5 | |
2011-03-28 | SCI: Set the GC_INTERVAL define to its hexadecimal equivalent | md5 | |
2011-03-27 | README: Fix typos and cleanup | Matthew Hoops | |
2011-03-27 | MOHAWK: Correct title of Dr. Seuss's ABC | Matthew Hoops | |
2011-03-27 | ANDROID: Use the midi gain option for EAS | dhewg | |
2011-03-27 | TSAGE: Fix compilation | strangerke | |
2011-03-27 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h engines/tsage/ringworld_scenes1.cpp engines/tsage/staticres.cpp engines/tsage/staticres.h | |||
2011-03-27 | TSAGE: Fix compilation after merge | strangerke | |
2011-03-27 | Merge remote branch 'dreammaster/tsage' | strangerke | |
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h |