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
/
scumm
/
player_mod.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-10
cleanup
Max Horn
2010-01-30
Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorr...
Johannes Schickel
2010-01-30
Get rid of Audio::makeRawMemoryStream_OLD.
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-23
Get rid of FLAG_LOOP
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2008-10-11
Add patch from Quietust - Correct music speed in Amiga V2/V3 games.
Travis Howell
2008-02-12
Alter last changes, for code formatting.
Travis Howell
2008-02-12
Add patch #1891606 - Improved sound playback for Amiga SCUMM V2/V3 games.
Travis Howell
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-03-02
Changed the order of the parameters of makeLinearInputStream to resemble Mixe...
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2006-10-21
cleanup
Max Horn
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn