[Scummvm-cvs-logs] scummvm master -> 1706ff039c58a29eeee887b16ab38aed19ea1a37

lordhoto lordhoto at gmail.com
Sat Oct 29 09:47:30 CEST 2011


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

Summary:
d0bc84d5b7 KYRA: Implemented LoL style volume control in AdLib output.
5be3ac9fcc KYRA: Move non-empty virtual methods of Sound from sound.h to sound.cpp.
17883b9137 KYRA: Make more methods of Sound const.
951cb8ea71 KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
9d9837f217 KYRA: Prefer Common::String over plain char arrays in Sound.
7469187ef3 KYRA: Move MixedSoundDriver implementation to sound.cpp.
4d5f186a34 KYRA: Get rid of old-style loadSoundFile in SoundAdLibPC.
1706ff039c KYRA: Mark overwritten methods of SoundAdLibPC as virtual.


Commit: d0bc84d5b7fd9fea384ee25f22720b68ee78a83b
    https://github.com/scummvm/scummvm/commit/d0bc84d5b7fd9fea384ee25f22720b68ee78a83b
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Implemented LoL style volume control in AdLib output.

Changed paths:
    engines/kyra/sound_adlib.cpp
    engines/kyra/sound_adlib.h




Commit: 5be3ac9fcc7e057e74bb8eff9c0d234f887a0a50
    https://github.com/scummvm/scummvm/commit/5be3ac9fcc7e057e74bb8eff9c0d234f887a0a50
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Move non-empty virtual methods of Sound from sound.h to sound.cpp.

Changed paths:
    engines/kyra/sound.cpp
    engines/kyra/sound.h




Commit: 17883b913715f90c21f6831c1c0314bd46e2b55b
    https://github.com/scummvm/scummvm/commit/17883b913715f90c21f6831c1c0314bd46e2b55b
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Make more methods of Sound const.

Changed paths:
    engines/kyra/sound.cpp
    engines/kyra/sound.h




Commit: 951cb8ea71a6fc62fd9a247cbf407559e9935ec8
    https://github.com/scummvm/scummvm/commit/951cb8ea71a6fc62fd9a247cbf407559e9935ec8
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.

Changed paths:
    engines/kyra/kyra_hof.cpp
    engines/kyra/sequences_lol.cpp
    engines/kyra/sound.cpp
    engines/kyra/sound.h




Commit: 9d9837f217599fa238d5a9098b65994f089ece6b
    https://github.com/scummvm/scummvm/commit/9d9837f217599fa238d5a9098b65994f089ece6b
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Prefer Common::String over plain char arrays in Sound.

Changed paths:
    engines/kyra/sound.cpp




Commit: 7469187ef3dbfe34acef6d3a538489595e246b55
    https://github.com/scummvm/scummvm/commit/7469187ef3dbfe34acef6d3a538489595e246b55
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Move MixedSoundDriver implementation to sound.cpp.

Changed paths:
    engines/kyra/sound.cpp
    engines/kyra/sound.h




Commit: 4d5f186a34fbdd3f07f651b5affaeb136068f730
    https://github.com/scummvm/scummvm/commit/4d5f186a34fbdd3f07f651b5affaeb136068f730
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Get rid of old-style loadSoundFile in SoundAdLibPC.

Changed paths:
    engines/kyra/sound_adlib.h




Commit: 1706ff039c58a29eeee887b16ab38aed19ea1a37
    https://github.com/scummvm/scummvm/commit/1706ff039c58a29eeee887b16ab38aed19ea1a37
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-10-28T16:00:18-07:00

Commit Message:
KYRA: Mark overwritten methods of SoundAdLibPC as virtual.

Changed paths:
    engines/kyra/sound_adlib.h








More information about the Scummvm-git-logs mailing list