aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Collapse)Author
2007-02-03Removed obsolete call to Mixer::isPausedMax Horn
svn-id: r25353
2006-10-21cleanupMax Horn
svn-id: r24407
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵Max Horn
ScummEngine_v6 in a few cases) svn-id: r24169
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
could use some cleanup, and there are a couple of TODOs sprinkled throughout the code, but it seems to work reasonably well. Until the Kyra 3 main menu is implemented, it won't actually be used though. It uses the appendable audio stream class, which I have moved out of the SCUMM engine. svn-id: r22526
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) ↵Max Horn
subclasses to namespace Audio svn-id: r22231
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
svn-id: r22113
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵Max Horn
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
svn-id: r21038
2006-03-03Turn _file member of BundleMgr into a pointerMax Horn
svn-id: r21037
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
svn-id: r20862
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵Max Horn
simple ScummGameSettings instance: _game svn-id: r20795
2006-02-19added experimental hook handle on 8,9 sub opcode musicPaweł Kołodziejski
svn-id: r20779
2006-02-16added more asserts into imuse digi codePaweł Kołodziejski
svn-id: r20733
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582