Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20511 | |||
2006-01-27 | Fix memory leak on exit. | Travis Howell | |
svn-id: r20212 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-26 | added optimisation on sound file name searching | Paweł Kołodziejski | |
svn-id: r19322 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-30 | The web version of comi demo has no music bundle. | Travis Howell | |
svn-id: r18479 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-23 | Must use ScummEngine::openFile(), else you get into troubles with the mac ↵ | Max Horn | |
versions of some games svn-id: r18237 | |||
2005-05-21 | Switch to errors, music/sound file is required in many games. | Travis Howell | |
svn-id: r18203 | |||
2005-05-21 | Trigger error if bundle file is missing. | Travis Howell | |
svn-id: r18202 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵ | Max Horn | |
complies a bit better with our code formatting rules svn-id: r17508 | |||
2005-02-06 | return null if sound is not found | Paweł Kołodziejski | |
svn-id: r16737 | |||
2005-01-25 | added support for compressed bun files | Paweł Kołodziejski | |
svn-id: r16639 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-09-18 | workaround for decode bundle bug (it overloaded memory) | Paweł Kołodziejski | |
svn-id: r15165 | |||
2004-09-04 | added error info for bundle mgr bug | Paweł Kołodziejski | |
svn-id: r14893 | |||
2004-08-28 | Cleaning up code a bit while trying to understand it... | Max Horn | |
svn-id: r14814 | |||
2004-08-16 | Added another sanity assert (I got one crash in this sport while using a ↵ | Max Horn | |
memory debugger -- likely a thread race condition svn-id: r14635 | |||
2004-08-07 | Init _compInput (prevents bad free) | Max Horn | |
svn-id: r14506 | |||
2004-06-27 | Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵ | Max Horn | |
to pass getGameDataPath() on to File::open() svn-id: r14088 | |||
2004-06-19 | that was very bad | Paweł Kołodziejski | |
svn-id: r13966 | |||
2004-06-19 | correct for last commit, changed dummy reads to seek | Paweł Kołodziejski | |
svn-id: r13965 | |||
2004-06-19 | removed unused code | Paweł Kołodziejski | |
svn-id: r13964 | |||
2004-05-23 | ops | Paweł Kołodziejski | |
svn-id: r13852 | |||
2004-05-23 | some optimisations in imuse digi | Paweł Kołodziejski | |
svn-id: r13851 | |||
2004-03-13 | fix for voice bundle bug in german version comi | Paweł Kołodziejski | |
svn-id: r13260 | |||
2004-01-14 | fixed bundle decompression for some case | Paweł Kołodziejski | |
svn-id: r12394 | |||
2004-01-09 | commit on aquadran's behalf that fixes music distortion | Jonathan Gray | |
svn-id: r12275 | |||
2004-01-08 | moved malloc and free | Paweł Kołodziejski | |
svn-id: r12269 | |||
2004-01-08 | revert - comp_input can be more than 0x2000 size | Paweł Kołodziejski | |
svn-id: r12268 | |||
2004-01-08 | fixed comi bundle codec output_size and related stuff. also propably strange ↵ | Paweł Kołodziejski | |
hang/100% cpu usage svn-id: r12254 | |||
2004-01-08 | jumps only for the same hookid and ignore jumps for music for now. added ↵ | Paweł Kołodziejski | |
sound names for checks if some sounds are really have a lot jumps and regions(it's posssible), in bundle loop size can be 0 and after that loops should be ended svn-id: r12236 | |||
2004-01-07 | fixed uninitialized warning | Paweł Kołodziejski | |
svn-id: r12227 | |||
2004-01-07 | malloc/new are relatively slow operations; avoid doing them in tight loops, ↵ | Max Horn | |
if possible svn-id: r12213 | |||
2004-01-07 | better bundle dir cache | Paweł Kołodziejski | |
svn-id: r12202 | |||
2004-01-07 | less memory usage | Paweł Kołodziejski | |
svn-id: r12201 | |||
2004-01-07 | proper name | Paweł Kołodziejski | |
svn-id: r12200 | |||
2004-01-07 | optimized i/o access in bundle manager | Paweł Kołodziejski | |
svn-id: r12199 | |||
2004-01-07 | add FIXME comments at the two worst spots, speed wise (about 80% processor ↵ | Max Horn | |
time or more are spent in these places for me, waiting for disk I/O) svn-id: r12198 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 |