eriktorbjorn
d1fbf59520
DREAMWEB: Rewrote lockmon() to fix pausing/unpausing
...
The original function would busy-wait for the user to press space
again. We can't do that, of course, since we don't have interrupt-
driven keyboard input.
2011-07-16 11:04:49 +02:00
Johannes Schickel
482fcea8f3
SCUMM: Add debug output in case the code tries to set up a non-existant iMuse instrument.
2011-07-14 01:09:47 +02:00
athrxx
ed3fe4372a
SCUMM: fix regression caused by recent sjis code changes
2011-07-14 00:53:03 +02:00
Johannes Schickel
f814dc971c
SCUMM: Handle default instrument set up in iMuse like the original.
2011-07-14 00:49:32 +02:00
Johannes Schickel
9565af1ae4
SCUMM: Implement iMuse alloc part command closer to the original.
2011-07-14 00:49:32 +02:00
Willem Jan Palenstijn
3e38e6e221
SCI: Restore deleted LSL6 workaround for crash on loading
...
This was probably accidentally removed in
194081e7ae79a632ce446653cc7119b74d3a6fac. The TODO/CHECKME on it still
applies. Reported in bug #3366329 .
2011-07-13 22:43:21 +02:00
Matthew Hoops
a50abde1b1
BUILD: Allow for disabling Bink support
2011-07-13 12:08:26 -04:00
Eugene Sandulenko
79e08c68ac
KYRA: Add detection for Russian versions of Kyra1 & LoL
2011-07-13 12:39:31 +01:00
Eugene Sandulenko
10536e285c
SCUMM: Fix bug #3306145 : INDY3: EGA version script bugs
...
Based on a patch presented in the bugreport. Fixes several bugs
connected with calcualting IQ points in Amiga versions of Indy3.
2011-07-13 12:33:51 +01:00
sylvaintv
ab5850af62
TOON: Fix default walk to object with screen scrolling
...
Bug #3363119 : "Toon: Player desapear when you use a object in pepper plant"
2011-07-12 22:55:14 +02:00
Johannes Schickel
25c0f0a772
SCUMM: Adapt iMuse code formatting to our standards.
2011-07-11 22:53:41 +02:00
Johannes Schickel
a8846d37d5
Merge pull request #54 "SCUMM v5 PC Speaker driver".
...
Discussion can be found here: https://github.com/scummvm/scummvm/pull/54
2011-07-11 21:51:40 +02:00
Johannes Schickel
4ee228bb16
SCUMM: Fix some envelope bugs in PC Speaker output.
2011-07-10 19:23:59 +02:00
Johannes Schickel
5f5daadedb
SCUMM: Let PC Speaker output be controlable via music volume.
2011-07-10 18:14:42 +02:00
Johannes Schickel
adb2bbbb59
SCUMM: Properly implement volume controler for PC Speaker output.
2011-07-10 18:06:33 +02:00
Johannes Schickel
5edb6f9e4a
SCUMM: Fix priority settings in iMuse allocate part sysEx command.
...
Formerly we ever only used the lower 4 bit of the priority setting for a new
part. The original used a full 8 bit setting though (based on the Indy4 PC
Speaker output driver). This fixes missing notes in the Indy4 intro with PC
Speaker output.
This might affect other outputs too! And could cause regressions in case other
outputs implemented priority settings differently.
2011-07-10 17:58:41 +02:00
Johannes Schickel
781b7215c4
SCUMM: Fix PC Speaker sound.
...
Now we only output a new frequency if a new channel was selected or a new
output frequency has to be send. This makes the sound much more like in
DOSBox. This is not present in the original, but since our timings are
different this should make up for that.
2011-07-10 17:42:02 +02:00
Eugene Sandulenko
18cbb63cba
SWORD25: Removed custom endianness code in persistence code
...
This is first step towards making saves portable. Binary footprint
left intact, so the saves are compatible.
2011-07-10 18:11:00 +03:00
Eugene Sandulenko
1c711da8fc
SWORD25: Fix regression introduced in 5dd8f2575b0f
...
Janitorial removed function call which had a side effect.
Thus the actor image load code crashed.
2011-07-10 18:10:58 +03:00
Johannes Schickel
dab9c05783
SCUMM: Do not allow multi midi mode for PC Speaker output.
...
Thanks to eriktorbjorn for catching this.
2011-07-10 16:21:30 +02:00
eriktorbjorn
ea53386f3e
SAGA: Use #error instead of a deliberate syntax error.
2011-07-10 13:36:03 +02:00
eriktorbjorn
1b231ed7ff
SAGA: Mute the music while the game is paused
...
It already paused the music, but any notes that were playing were
just left hanging. At least with the ALSA MIDI driver. This was
quite annoying when using the debug console.
2011-07-10 07:39:38 +02:00
Johannes Schickel
fb4ed2224f
SCUMM: Minor clean up in iMuse instrument handling code.
2011-07-10 05:28:20 +02:00
Johannes Schickel
abbd29b16a
SCUMM: Limit iMuse default instrument load to PC Speaker output.
...
Albeit the code is marked as a hack inside the source, the original behaved
exaclty the same. If the code is removed the PC Speaker output will miss notes,
since unlike the original we only output to parts, which have an instrument set
up.
2011-07-10 05:21:25 +02:00
Johannes Schickel
0a94fc5b7b
SCUMM: Only try to load MT-32 instruments when we have a MIDI output in iMuse.
...
This fixes the melody in Indy4's intro with the PC Speaker output.
2011-07-10 05:13:03 +02:00
Johannes Schickel
bf4091931d
SCUMM: Implement effect envelope for PC Speaker output in SCUMM v5.
2011-07-10 04:54:07 +02:00
D G Turner
6355ccc677
SCI: Added Missing Detection Entry for "Slater And Charlie Go Camping"
...
This should fix bug #3359182 ("Game not found by 1.3.0")
2011-07-10 03:51:06 +01:00
athrxx
c06c05a769
GRAPHICS: remove char/line spacing handling from sjis code
...
(as discussed with LordHoto this should rather be handled in the engine)
2011-07-10 00:45:00 +02:00
athrxx
f24bac2d0f
SCUMM: fix DS compilation
2011-07-09 23:57:51 +02:00
athrxx
e3dbae886d
SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawing
...
Also move font rom loader to graphics/sjis and make the necessary changes there.
2011-07-09 20:07:58 +02:00
athrxx
b1cb88ddc2
SCUMM: cleanup sjis font rendering code
2011-07-09 20:07:55 +02:00
Filippos Karapetis
0d3a2267c7
SAGA: Removed several game flags, which are now found more reliably on the fly
...
- The logo screens of all ITE versions are shown correctly now
- Wyrmkeep versions, demo versions with scene substitutes, demos with
mono music and demo versions with LE VOX encoded voices are all found
automatically now
2011-07-09 15:59:30 +03:00
Filippos Karapetis
49f209a4d2
MOHAWK: Silence MSVC warnings
2011-07-09 14:34:59 +03:00
Littleboy
bc298a58f5
LASTEXPRESS: Simplify SoundQueue::updateQueue()
...
- Remove useless cache code
- Use helper function to get the proper sound entry
- Fix crash on using an invalid entry
2011-07-08 22:03:34 -04:00
Littleboy
e7e689450b
LASTEXPRESS: Prefix savegame filenames with "lastexpress"
2011-07-08 22:03:32 -04:00
Littleboy
63e2fe7e7b
LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from Audio::ADPCMStream (as suggested by clone2727)
2011-07-08 22:03:28 -04:00
sylvaintv
831d358d42
TOON: Fix rare palette glitch during one frame after cutscene
2011-07-09 03:26:43 +02:00
sylvaintv
36222c747f
TOON: Fixed palette problem in LoadPicture
...
Bug #3325272 : "Toonstruck (Spanish) Bad Graphic in squirrel book"
Was a "full" palette in spanish and a "half" palette in english version.
Made it choose the good mode automatically based on color count.
2011-07-09 02:55:28 +02:00
sylvaintv
53985000db
TOON: Fix bad character visibility after restore
...
Bug #3307195 : "TOON: Two instances of Flux Wildly"
2011-07-09 01:50:38 +02:00
Littleboy
af2bdfcb59
LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set of IMA and step tables
2011-07-08 06:25:29 -04:00
Littleboy
1a71cd1e21
LASTEXPRESS: Fix typo in filter table
2011-07-08 06:25:27 -04:00
Johannes Schickel
ed993e6350
SCUMM: Initial PC Speaker output implementation for SCUMM v5.
...
This is *not* complete yet.
2011-07-08 04:45:01 +02:00
D G Turner
a4a99f8cc8
TSAGE: Add Spanish CD Detection Entry From Bug #3357777
2011-07-07 19:18:13 +01:00
Alyssa Milburn
e4fc8e85ed
MOHAWK: Implement stringLen and substring LBCode functions.
2011-07-07 16:23:34 +02:00
Alyssa Milburn
33a85af915
MOHAWK: Handle cursor changes in kLBNotifyChangeMode.
2011-07-07 16:23:11 +02:00
Alyssa Milburn
f0bef196b1
MOHAWK: Maintain ordered list of LB items.
2011-07-07 16:23:10 +02:00
Vladimir Menshakov
7cf07dfa24
DREAMWEB: Fixed ß in german version(typo)
2011-07-07 13:35:08 +04:00
Filippos Karapetis
72da8ef5ad
SCI: Applied patch #3357096 with minor modifications
...
This prevents a string pointer from getting invalidated under some
circumstances in kString(Dup).
Thanks to lephilousophe for the patch.
2011-07-07 03:43:06 +03:00
Eugene Sandulenko
c4b2800145
LASTEXPRESS: implement Sound::updateQueue() and all dependent functions
2011-07-06 14:40:22 +03:00
Tarek Soliman
478279a4b7
DREAMWEB: disable load button in launcher
2011-07-05 19:31:34 -05:00