aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/cup_player_he.cpp
AgeCommit message (Collapse)Author
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-07-11SCUMM works with new GMM implementationChristopher Page
svn-id: r33001
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-02cleanupMax Horn
svn-id: r25927
2007-02-25fixed background music in catalog_cup_demo_de : only stop sfx if it was ↵Gregory Montoir
started in a previous block svn-id: r25863
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
(implying change of semantics) * Reordered the params of Mixer::playRaw (the SoundType now comes first, not last) * Removed Mixer::isPaused * Removed Mixer::getSoundElapsedTimeOfSoundID * Added some doxygen comments to the Mixer svn-id: r25356
2007-01-25fixed kSfxFlagRestartGregory Montoir
svn-id: r25196
2007-01-25modified CUP player code to read data directly from a file stream instead of ↵Gregory Montoir
a large memory buffer. svn-id: r25195
2007-01-21added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx ↵Gregory Montoir
looping, cleanup svn-id: r25158
2006-12-15added basic handlers for SFXB and SNDE tags in .CUP playerGregory Montoir
svn-id: r24857
2006-12-10made CUP_Player only update the modified screen areas.Gregory Montoir
svn-id: r24831
2006-11-07simplified SRLE decoding, cleanupGregory Montoir
svn-id: r24653
2006-11-06added SRLE handler, cleanupGregory Montoir
svn-id: r24643
2006-11-06cleanupJohannes Schickel
svn-id: r24642
2006-11-06Portability fix for some platforms.Eugene Sandulenko
svn-id: r24641
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
svn-id: r24636