[Scummvm-cvs-logs] scummvm branch-1-3-0 -> 2443bc6d1f3450ea044533cdc8ff7cc64522f177

athrxx athrxx at scummvm.org
Tue Jun 14 23:53:03 CEST 2011


This automated email contains information about 12 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
187b3770fb AUDIO: fix device detection (missing rom files for MT-32 emu)
247c28e0a2 KYRA: fix audio detection
3c83d9ab1f AUDIO: replace GUIErrorMessage()
cc4809a8cb AUDIO: replaced kDriverName in MidiDriver::detectDevice()
8cc6dad747 AUDIO: cleanup MidiDriver::detectDevice()
eab87fa196 I18N: Make MidiDriver detection errors translatable.
e6b671e659 AUDIO: some more text tweaks
6efc829f3a AUDIO: improved warnings in detectDevice()
ec8e6162c0 AUDIO: Remove dead code
1c9f7fdd01 SCUMM: fix engine destructor
6cb3cd58b6 SCUMM: some cleanup in gfx_towns.cpp
2443bc6d1f SCUMM FM-TOWNS: add number of color check in TownsScreen::updateOutputBuffer()


Commit: 187b3770fbfde45d6344191a2972b417e06f6275
    https://github.com/scummvm/scummvm/commit/187b3770fbfde45d6344191a2972b417e06f6275
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:19-07:00

Commit Message:
AUDIO: fix device detection (missing rom files for MT-32 emu)

This is an attempt to fix the problem Max described in his devel mail.
The presence of the rom files will now be checked in detectDevice().
In case of failure there will be fallback attempts.
The user will get notified of the detection failure if he has expressly selected the device that failed.

Please test with your platform / engine (with or without rom files).

Changed paths:
    audio/mididrv.cpp
    audio/mididrv.h
    audio/musicplugin.h
    audio/softsynth/mt32.cpp




Commit: 247c28e0a204362f67c450bf78fc8d3934e0dcf7
    https://github.com/scummvm/scummvm/commit/247c28e0a204362f67c450bf78fc8d3934e0dcf7
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:19-07:00

Commit Message:
KYRA: fix audio detection

Don't attempt to detect PC devices for non-PC versions of the game, because this might trigger unnecessary detection failure messages.

Changed paths:
    engines/kyra/kyra_v1.cpp




Commit: 3c83d9ab1f67c8e3007c64a96a4b41f8f01b4c58
    https://github.com/scummvm/scummvm/commit/3c83d9ab1f67c8e3007c64a96a4b41f8f01b4c58
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:20-07:00

Commit Message:
AUDIO: replace GUIErrorMessage()

GUIErrorMessage() shouldn't be used since it changes the window caption and resets the graphics mode.

Changed paths:
    audio/mididrv.cpp




Commit: cc4809a8cb7afc4678b27ebcc2ed76de66eee1cf
    https://github.com/scummvm/scummvm/commit/cc4809a8cb7afc4678b27ebcc2ed76de66eee1cf
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:20-07:00

Commit Message:
AUDIO: replaced kDriverName in MidiDriver::detectDevice()

(This is irrelevant for the MT-32 emulator, but makes sense for plugins which really have more than one device)

Changed paths:
    audio/mididrv.cpp
    audio/mididrv.h




Commit: 8cc6dad747d331ac270c9d5380e584b52695e478
    https://github.com/scummvm/scummvm/commit/8cc6dad747d331ac270c9d5380e584b52695e478
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:21-07:00

Commit Message:
AUDIO: cleanup MidiDriver::detectDevice()

(wrong enum usage)

Changed paths:
    audio/mididrv.cpp




Commit: eab87fa1967ed03ac4ad14568073917ca6ebd2f3
    https://github.com/scummvm/scummvm/commit/eab87fa1967ed03ac4ad14568073917ca6ebd2f3
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-14T14:50:21-07:00

Commit Message:
I18N: Make MidiDriver detection errors translatable.

Changed paths:
    audio/mididrv.cpp
    po/POTFILES
    po/scummvm.pot




Commit: e6b671e6590de5a06f88e93efb6f8bb9884cb016
    https://github.com/scummvm/scummvm/commit/e6b671e6590de5a06f88e93efb6f8bb9884cb016
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:22-07:00

Commit Message:
AUDIO: some more text tweaks

Changed paths:
    audio/mididrv.cpp
    audio/softsynth/mt32.cpp




Commit: 6efc829f3a7df3673abfa5ff3e357edffb181668
    https://github.com/scummvm/scummvm/commit/6efc829f3a7df3673abfa5ff3e357edffb181668
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:23-07:00

Commit Message:
AUDIO: improved warnings in detectDevice()

Silent fallback would occur if the user expressly selected a formerly available audio device which now has become unavailable (switched off, disconnected, no longer compiled in, etc.). A warning dialogue will now be displayed, before the fallback takes place.

Changed paths:
    audio/mididrv.cpp




Commit: ec8e6162c0570973970225869d76848a2701e1b7
    https://github.com/scummvm/scummvm/commit/ec8e6162c0570973970225869d76848a2701e1b7
Author: Max Horn (max at quendi.de)
Date: 2011-06-14T14:50:23-07:00

Commit Message:
AUDIO: Remove dead code

Changed paths:
    audio/mididrv.cpp




Commit: 1c9f7fdd01fba450ba15a0f4eaab3ca02d1b6993
    https://github.com/scummvm/scummvm/commit/1c9f7fdd01fba450ba15a0f4eaab3ca02d1b6993
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:24-07:00

Commit Message:
SCUMM: fix engine destructor

(This is relevant for cases where the engine errors out early, before certain arrays get initialized).

Changed paths:
    engines/scumm/scumm.cpp




Commit: 6cb3cd58b646f18c37a4de01d2e4f7573fada3b5
    https://github.com/scummvm/scummvm/commit/6cb3cd58b646f18c37a4de01d2e4f7573fada3b5
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:24-07:00

Commit Message:
SCUMM: some cleanup in gfx_towns.cpp

Changed paths:
    engines/scumm/gfx_towns.cpp




Commit: 2443bc6d1f3450ea044533cdc8ff7cc64522f177
    https://github.com/scummvm/scummvm/commit/2443bc6d1f3450ea044533cdc8ff7cc64522f177
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:25-07:00

Commit Message:
SCUMM FM-TOWNS: add number of color check in TownsScreen::updateOutputBuffer()

Although the 16 color surface is normally not on bottom, there could (theoretically?) be cases in 8bit fallback mode where this becomes relevant.

Changed paths:
    engines/scumm/gfx_towns.cpp








More information about the Scummvm-git-logs mailing list