Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-02 | TSAGE: Add Scene2 class for scene group 10, getting rid of _field30A | strangerke | |
2011-04-02 | TSAGE: Implement Scene 9300 | strangerke | |
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 | TSAGE: Implemented Scene 5000 - Caverns - Entrance | Paul Gilbert | |
2011-04-02 | CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.). | Jerome Fisher | |
2011-04-01 | TSAGE: Implement scene 9200 | strangerke | |
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 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h | |||
2011-03-31 | TSAGE: Fix Scene9350:Object1::postInit (thanks dreammaster), first real uses ↵ | strangerke | |
of quickInit | |||
2011-03-31 | TSAGE: Implemented Scene 4301 - Village - Slaver Ship Keypad | Paul Gilbert | |
2011-03-31 | TSAGE: Add new sceneObject | strangerke | |
2011-03-31 | TSAGE: Add scene 9150 | strangerke | |
2011-03-31 | TSAGE: remove useless variable | strangerke | |
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 | TSAGE: Implement scene 9100 | strangerke | |
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-31 | TSAGE: Implemented Scene 4300 - Slaver Ship | Paul Gilbert | |
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 | 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 | |