aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi/dimuse_bndmgr.cpp
AgeCommit message (Expand)Author
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-26added optimisation on sound file name searchingPaweł Kołodziejski
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-30The web version of comi demo has no music bundle.Travis Howell
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-23Must use ScummEngine::openFile(), else you get into troubles with the mac ver...Max Horn
2005-05-21Switch to errors, music/sound file is required in many games.Travis Howell
2005-05-21Trigger error if bundle file is missing.Travis Howell
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-02-06return null if sound is not foundPaweł Kołodziejski
2005-01-25added support for compressed bun filesPaweł Kołodziejski
2005-01-01Updated copyrightMax Horn
2004-09-18workaround for decode bundle bug (it overloaded memory)Paweł Kołodziejski
2004-09-04added error info for bundle mgr bugPaweł Kołodziejski
2004-08-28Cleaning up code a bit while trying to understand it...Max Horn
2004-08-16Added another sanity assert (I got one crash in this sport while using a memo...Max Horn
2004-08-07Init _compInput (prevents bad free)Max Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-06-19that was very badPaweł Kołodziejski
2004-06-19correct for last commit, changed dummy reads to seekPaweł Kołodziejski
2004-06-19removed unused codePaweł Kołodziejski
2004-05-23opsPaweł Kołodziejski
2004-05-23some optimisations in imuse digiPaweł Kołodziejski
2004-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
2004-01-14fixed bundle decompression for some casePaweł Kołodziejski
2004-01-09commit on aquadran's behalf that fixes music distortionJonathan Gray
2004-01-08moved malloc and freePaweł Kołodziejski
2004-01-08revert - comp_input can be more than 0x2000 sizePaweł Kołodziejski
2004-01-08fixed comi bundle codec output_size and related stuff. also propably strange ...Paweł Kołodziejski
2004-01-08jumps only for the same hookid and ignore jumps for music for now. added soun...Paweł Kołodziejski
2004-01-07fixed uninitialized warningPaweł Kołodziejski
2004-01-07malloc/new are relatively slow operations; avoid doing them in tight loops, i...Max Horn
2004-01-07better bundle dir cachePaweł Kołodziejski
2004-01-07less memory usagePaweł Kołodziejski
2004-01-07proper namePaweł Kołodziejski
2004-01-07optimized i/o access in bundle managerPaweł Kołodziejski
2004-01-07add FIXME comments at the two worst spots, speed wise (about 80% processor ti...Max Horn
2004-01-06synced imuse digital with local treePaweł Kołodziejski