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
/
he
/
cup_player_he.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
SCUMM: Make GPL headers consistent in themselves.
Johannes Schickel
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-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-14
SCUMM: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
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-23
Get rid of two more FLAG_LOOP instances
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
2009-08-12
Fix building with specific games disabled in MSVC.
Travis Howell
2009-07-20
Make ScummFile::eos() consistent with Stream::eos().
Willem Jan Palenstijn
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-07-11
SCUMM works with new GMM implementation
Christopher Page
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
cleanup
Max Horn
2007-02-25
fixed background music in catalog_cup_demo_de : only stop sfx if it was start...
Gregory Montoir
2007-02-03
* Reimplemented Mixer::pauseAll to simply invoke pause on all channels
Max Horn
2007-01-25
fixed kSfxFlagRestart
Gregory Montoir
2007-01-25
modified CUP player code to read data directly from a file stream instead of ...
Gregory Montoir
2007-01-21
added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo...
Gregory Montoir
2006-12-15
added basic handlers for SFXB and SNDE tags in .CUP player
Gregory Montoir
2006-12-10
made CUP_Player only update the modified screen areas.
Gregory Montoir
2006-11-07
simplified SRLE decoding, cleanup
Gregory Montoir
2006-11-06
added SRLE handler, cleanup
Gregory Montoir
2006-11-06
cleanup
Johannes Schickel
2006-11-06
Portability fix for some platforms.
Eugene Sandulenko
2006-11-06
Add support for HE CUP demos based on cyx's standalone player.
Eugene Sandulenko