aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.cpp
AgeCommit message (Expand)Author
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-17renamed some Timer methodsMax Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-03cleanup / doxygenificationMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-10added refCon parameter to timer classMax Horn
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-07make use of voc.h; some cleanupMax Horn
2003-09-07cleanup/refactoringMax Horn
2003-09-07some cleanup; clarified isSoundInUse semantics and the difference between IMu...Max Horn
2003-09-07small tweak (hm, is IMuse::get_sound_active really still needed? or rather, d...Max Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-02remove unused variableJonathan Gray
2003-09-02imuse digi use mixer volume and pan control nowPaweł Kołodziejski
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-18Updated globals access for PalmOSChris Apers
2003-07-27some cleanupPaweł Kołodziejski
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-07-02more cleanupMax Horn
2003-07-02oopsMax Horn
2003-07-02cleanupMax Horn
2003-06-27cleanupMax Horn
2003-06-23this should prevent changing music in some room in the DIGPaweł Kołodziejski
2003-06-22updated ft music tablesPaweł Kołodziejski
2003-06-22fix for imuse map room tablePaweł Kołodziejski
2003-06-22fixes for imuse digital tablePaweł Kołodziejski
2003-06-22updated imuse digital tablesPaweł Kołodziejski
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really c...Max Horn
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-15cleanupMax Horn
2003-06-15made stuff in class Sound protected where possible; moved readCreativeVocFile...Max Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-14Format string/argument mismatch fixes.Torbjörn Andersson
2003-06-07follow our coding conventionsMax Horn
2003-05-31don't be so verbose on low debug levelsMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-04-30PalmOS changesMax Horn
2003-03-30changed messages from warning to debugPaweł Kołodziejski
2003-03-07decreased a little more sound bufferPaweł Kołodziejski
2003-03-07decreased sound buffer for imuse digital, bundle music, and cmi smush audioPaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-01-25applied patch #674141: CMI: Smush sync tuningPaweł Kołodziejski
2003-01-09Disable smush again, and apply patch 664890 ('Silencing the music')James Brown
2002-12-29fixed play CMI musicPaweł Kołodziejski