Lars Skovlund
3ea76f39f9
SCI: Fix SQ1 droid zapping issue with a script patch, thanks to
...
dhewg for reporting.
2011-04-02 19:54:53 +02:00
Alyssa Milburn
71bfe714c1
MOHAWK: Fix issues with LB's hardcoded UI logic.
2011-04-02 19:21:03 +02:00
Matthew Hoops
fdb01b0ea9
MOHAWK: Minor grammar fix
2011-04-02 11:09:22 -04:00
Matthew Hoops
e7165a23b4
MOHAWK: Fix title of Arthur's Teacher Trouble
2011-04-02 11:08:05 -04:00
dhewg
bceab2656b
ANDROID: Attempt at working around some HTC fail
2011-04-02 13:32:03 +02:00
dhewg
23ad90b781
SCI: Replace not required emumidi header
2011-04-02 13:31:53 +02:00
Matthew Hoops
dfc8723726
SCUMM: Add support for append mode to o72_openFile()
...
The baseball2001 hall of fame data saves properly now
2011-04-02 00:59:29 -04:00
Matthew Hoops
211842c2fb
SCUMM: Make sure finalize is called from o60_closeFile()
2011-04-01 22:52:12 -04:00
Matthew Hoops
6247ed5b45
SCUMM: Stub off file append mode in o72_openFile()
...
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-01 20:38:25 -04:00
Jerome Fisher
8f02cdeed2
CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.).
2011-04-02 02:00:34 +02:00
Alyssa Milburn
1f543652b7
MOHAWK: Handle waiting for sound cues in LBAnimation.
2011-04-01 14:44:41 +02:00
Littleboy
c0d8154131
TOOLS: Update Code::Blocks project generation
...
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 19:29:17 -04:00
Alyssa Milburn
759040d679
MOHAWK: Add/update some LB debug/warning stuff.
2011-03-31 22:39:46 +02:00
Alyssa Milburn
ab97a5e493
MOHAWK: Tweaks to LBAnimationItem::setEnabled.
2011-03-31 22:39:17 +02:00
Alyssa Milburn
73c15cebe8
MOHAWK: Update LBAnimationItem running state when anim is done.
2011-03-31 22:38:32 +02:00
Alyssa Milburn
66269fa208
MOHAWK: Toggle the post-intro LB menu anim at the right time.
2011-03-31 22:35:40 +02:00
Matthew Hoops
84c45eae37
MOHAWK: Use ScummVM GUI fonts for the cstime demo
...
The demo is now playable without using fonts from the full game
2011-03-31 15:54:21 -04:00
Alyssa Milburn
e705759b7b
MOHAWK: Implement kLBSetHitTest.
2011-03-31 01:16:47 +02:00
Alyssa Milburn
e5533401dc
MOHAWK: Nicer names/info for some LB data.
2011-03-31 00:18:00 +02:00
dhewg
ae58ca42c5
ANDROID: Document Camera/Search mapping
2011-03-30 23:41:43 +02:00
dhewg
dd1c52fd82
ANDROID: Map right click to Camera/Search
2011-03-30 23:39:34 +02:00
Matthew Hoops
2a2c7f5bef
SCI: Minor cleanup
2011-03-30 16:00:46 -04:00
Alyssa Milburn
023cb90842
MOHAWK: Strip slashes from beginning of LB Windows paths.
2011-03-30 21:41:13 +02:00
Lars Skovlund
40d922206b
SCI32: Support for views with 640x400 native resolution
...
(fixes Wolfgang closeup, room 720)
2011-03-30 21:30:51 +02:00
Alyssa Milburn
3a4fc2f0d6
MOHAWK: Parse LB page options from the outline.
2011-03-30 21:06:12 +02:00
Matthew Hoops
00d01d9b00
MOHAWK: Add detection for Just Grandma and Me 2.0
2011-03-30 14:42:34 -04:00
Alyssa Milburn
db812c985c
MOHAWK: Use tryLoadPageStart where needed in LB.
2011-03-30 17:35:02 +02:00
Max Horn
7c16f9ac3c
HUGO: Fix s_bootCypherLen *for real*
2011-03-30 00:21:40 +02:00
Max Horn
3be61257d0
HUGO: Fix cypher fix ;)
2011-03-30 00:10:25 +02:00
Max Horn
7b47bf4638
TINSEL: Remove dead variables
2011-03-30 00:07:16 +02:00
Alyssa Milburn
046a34bd42
MOHAWK: Add LB detection entries from pacifist.
...
This adds entries for Harry and the Haunted House, Ruff's Bone,
Stellaluna, and Sheila Rae, the Brave.
2011-03-29 23:55:25 +02:00
strangerke
882c042a73
HUGO: - BSF file is no longer mandatory for H2 and H3 Dos.
...
- Replace error by a notifyBox in BSF related functions
- Fix cypher (broken in previous commit)
- Add checks on distributor in intro
2011-03-29 23:54:47 +02:00
dhewg
b065007c8f
COMMON: Unbreak EventRecorder a little
2011-03-29 22:13:31 +02:00
dhewg
d83a83ef50
JANITORIAL: Remove/comment unused vars
...
Found by GCC 4.6's -Wunused-but-set-variable
2011-03-29 21:57:56 +02:00
dhewg
8c70f2a584
M4: Fix twisted assignment
...
Thanks to -Wunused-but-set-variable
2011-03-29 21:57:43 +02:00
dhewg
dc4c60851f
BUILD: Get rid of -Wimplicit
...
It's already implied by -Wall, and GCC 4.6 complains about it for C++
2011-03-29 21:56:40 +02:00
dhewg
0831813461
BUILD: Remove -Wglobal-constructors from Makefile
...
It's already handled by configure
2011-03-29 21:56:39 +02:00
Alyssa Milburn
01b7a2c774
MOHAWK: Check isAmbient in LB sound priority code.
2011-03-29 21:19:46 +02:00
Alyssa Milburn
feefced3ce
MOHAWK: Add Sound::isPlaying() function.
2011-03-29 21:18:55 +02:00
Alyssa Milburn
fe613524e5
MOHAWK: Looks like LBAnimation ignores sound priorities after all.
2011-03-29 20:22:25 +02:00
Alyssa Milburn
ff9f08aa41
MOHAWK: Only stop the last-played sound in LB's playSound.
...
This might need a version check, but seems to be fine without.
2011-03-29 20:22:25 +02:00
Matthew Hoops
5bc5e95e12
SCI: Add workaround for a GK1 pointer comparison
2011-03-29 13:48:07 -04:00
Alyssa Milburn
1557890b7a
MOHAWK: Stop playing LB anim sounds on seek().
2011-03-29 19:33:03 +02:00
Matthew Hoops
e1883a6cf4
SCI: Limit SCI32 view scaling to when we're actually scaling
...
Fixes bug #3253208
2011-03-29 10:56:19 -04:00
Alyssa Milburn
04cb669ff3
MOHAWK: Fix priority check in LB's lockSound().
2011-03-29 16:49:42 +02:00
Alyssa Milburn
bcc0adb8fa
MOHAWK: Handle LB item sound priorities.
2011-03-29 16:28:24 +02:00
Alyssa Milburn
bd526aac1d
MOHAWK: Destroying an LBGroupItem destroys the whole group.
2011-03-29 15:09:15 +02:00
Alyssa Milburn
ad7b6f6817
MOHAWK: Don't fail to delete consecutive items.
2011-03-29 15:08:21 +02:00
Alyssa Milburn
9bf0800032
MOHAWK: Fix LB debug message to use the right name.
2011-03-29 15:07:45 +02:00
Alyssa Milburn
86fcca5a87
MOHAWK: comment text after #endif
2011-03-29 15:06:46 +02:00