aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.cpp
AgeCommit message (Collapse)Author
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-10added refCon parameter to timer classMax Horn
svn-id: r10156
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
svn-id: r10097
2003-09-07make use of voc.h; some cleanupMax Horn
svn-id: r10073
2003-09-07cleanup/refactoringMax Horn
svn-id: r10070
2003-09-07some cleanup; clarified isSoundInUse semantics and the difference between ↵Max Horn
IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069
2003-09-07small tweak (hm, is IMuse::get_sound_active really still needed? or rather, ↵Max Horn
does IMuse::getSoundStatus really have to return an int or can we cast it to boolean safely?) svn-id: r10067
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
svn-id: r10042
2003-09-02remove unused variableJonathan Gray
svn-id: r9978
2003-09-02imuse digi use mixer volume and pan control nowPaweł Kołodziejski
svn-id: r9977
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
svn-id: r9963
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
svn-id: r9956
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
svn-id: r9944
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-07-27some cleanupPaweł Kołodziejski
svn-id: r9198
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-02more cleanupMax Horn
svn-id: r8707
2003-07-02oopsMax Horn
svn-id: r8699
2003-07-02cleanupMax Horn
svn-id: r8698
2003-06-27cleanupMax Horn
svn-id: r8662
2003-06-23this should prevent changing music in some room in the DIGPaweł Kołodziejski
svn-id: r8641
2003-06-22updated ft music tablesPaweł Kołodziejski
svn-id: r8634
2003-06-22fix for imuse map room tablePaweł Kołodziejski
svn-id: r8631
2003-06-22fixes for imuse digital tablePaweł Kołodziejski
svn-id: r8630
2003-06-22updated imuse digital tablesPaweł Kołodziejski
svn-id: r8629
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() ↵Max Horn
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
svn-id: r8594
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really ↵Max Horn
could stand some refinement svn-id: r8592
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm ↵Max Horn
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496
2003-06-15cleanupMax Horn
svn-id: r8494
2003-06-15made stuff in class Sound protected where possible; moved ↵Max Horn
readCreativeVocFile to imuse_digi.cpp and turned it into a static function; put the DigitalTrackInfo stuff into sound.cpp (keeping it private); removed #includes from sound.h (this cuts down interdependencies a little) svn-id: r8493
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-14Format string/argument mismatch fixes.Torbjörn Andersson
svn-id: r8463
2003-06-07follow our coding conventionsMax Horn
svn-id: r8377
2003-05-31don't be so verbose on low debug levelsMax Horn
svn-id: r8180
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-04-30PalmOS changesMax Horn
svn-id: r7224
2003-03-30changed messages from warning to debugPaweł Kołodziejski
svn-id: r6888
2003-03-07decreased a little more sound bufferPaweł Kołodziejski
svn-id: r6736
2003-03-07decreased sound buffer for imuse digital, bundle music, and cmi smush audioPaweł Kołodziejski
svn-id: r6735
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-01-25applied patch #674141: CMI: Smush sync tuningPaweł Kołodziejski
svn-id: r6537
2003-01-09Disable smush again, and apply patch 664890 ('Silencing the music')James Brown
svn-id: r6366
2002-12-29fixed play CMI musicPaweł Kołodziejski
svn-id: r6246
2002-12-28added missing commaMax Horn
svn-id: r6242
2002-12-28added CMI music imuse tablesPaweł Kołodziejski
svn-id: r6240
2002-12-28remove call CMI musicPaweł Kołodziejski
svn-id: r6231
2002-12-28Separated IMuseDigital to its own filesJamieson Christian
svn-id: r6228