aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/cup_player_he.cpp
AgeCommit message (Expand)Author
2016-05-31SCUMM HE: Initialize memory before usageEugene Sandulenko
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-14SCUMM: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-07-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-11SCUMM works with new GMM implementationChristopher Page
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-02cleanupMax Horn
2007-02-25fixed 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 channelsMax Horn
2007-01-25fixed kSfxFlagRestartGregory Montoir
2007-01-25modified CUP player code to read data directly from a file stream instead of ...Gregory Montoir
2007-01-21added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo...Gregory Montoir
2006-12-15added basic handlers for SFXB and SNDE tags in .CUP playerGregory Montoir
2006-12-10made CUP_Player only update the modified screen areas.Gregory Montoir
2006-11-07simplified SRLE decoding, cleanupGregory Montoir
2006-11-06added SRLE handler, cleanupGregory Montoir
2006-11-06cleanupJohannes Schickel
2006-11-06Portability fix for some platforms.Eugene Sandulenko
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko