index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
cine
/
sound.cpp
Age
Commit message (
Expand
)
Author
2011-12-19
CINE: Add some comments to the MT-32 instrument code.
Johannes Schickel
2011-12-11
CINE: Make findNote behave like in the original.
Johannes Schickel
2011-12-11
CINE: Fall back to AdLib, in case a user tries to use the MT-32 output with a...
Johannes Schickel
2011-12-11
CINE: Make PC sound code thread safe, since the MIDI output might run the cal...
Johannes Schickel
2011-12-11
CINE: Make findNote behave a bit more like the original.
Johannes Schickel
2011-12-11
CINE: Implement MT-32 output driver.
Johannes Schickel
2011-11-02
CINE: Fix warnings
Eugene Sandulenko
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-12-31
CINE: Close Memory Leak in PCSoundFxPlayer.
David Turner
2010-12-29
CINE: Fix Memory Leak in PCSoundFxPlayer.
David Turner
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Convert more engines from Mixer::playRaw to Mixer::playInputStream
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2009-06-20
fixed OPL 0xB0 register write. the return value of findNote() already include...
Gregory Montoir
2008-08-16
Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit ...
Kari Salminen
2008-08-12
Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ...
Kari Salminen
2008-05-27
CINE: Fixed two memory leaks when shutting down the CINE engine
Christopher Page
2008-04-07
Patch #1913862: "CinE Script system"
Eugene Sandulenko
2007-12-13
use CLIP template for clipping, made an array static const and renamed MAX_OB...
Gregory Montoir
2007-12-13
Cleanup
Filippos Karapetis
2007-12-09
- minor screen fix for OS
Gregory Montoir
2007-12-08
reverted parts of commits #29447 and #29446 (caused regressions in ADL music ...
Gregory Montoir
2007-11-07
Patches #1773489: "FW: Fixes for German Amiga Version"
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-20
some fixes for the music in Amiga OS Demo
Gregory Montoir
2007-05-19
added basic support for Amiga music playback
Gregory Montoir