Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-03 | SCUMM: Fix potential memory leak. CID 1003586 | Eugene Sandulenko | |
2013-10-03 | SCUMM: Fix unused variable warnings | Rodrigo Rebello | |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-13 | SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15) | Max Horn | |
2011-04-13 | SCUMM: Resolve some code duplication | Max Horn | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-23 | SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan | Max Horn | |
svn-id: r54434 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-03-04 | Fix another mismatching new[] call (note that this needs to be replaced by ↵ | Johannes Schickel | |
malloc, since else MemoryReadStream will try to use free on an new[] allocated block.) svn-id: r48162 | |||
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel | |
- Rename makeFlacStream to makeFLACStream. svn-id: r47846 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 | |||
2010-01-06 | Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on ↵ | Johannes Schickel | |
the deprecated FLAC, Vorbis and MP3 interface. svn-id: r47064 | |||
2010-01-05 | - Put the new factories for MP3, Vorbis and FLAC in place. | Johannes Schickel | |
- Marked the loop factories with loop related parameters as deprecated. svn-id: r47061 | |||
2009-09-11 | Remove excess spaces. | Travis Howell | |
svn-id: r44029 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2008-07-20 | cleanup | Max Horn | |
svn-id: r33135 | |||
2008-01-20 | added experimental hack to code to prevent the same start music again if old ↵ | Paweł Kołodziejski | |
one didn't have chance finish. it's fix bug #1861704, it may fix other similiar things when seq is to null. added few changes to debug logs. svn-id: r30590 | |||
2008-01-20 | fix/workaround for bug #1624464, as we do not support game playing on two ↵ | Paweł Kołodziejski | |
different CDs svn-id: r30588 | |||
2008-01-19 | malloc -> new, free -> delete, added few asserts | Paweł Kołodziejski | |
svn-id: r30561 | |||
2008-01-19 | fixed, it might overflow int32 | Paweł Kołodziejski | |
svn-id: r30560 | |||
2008-01-16 | experimental seek in compressed streams in dimuse in time ms resolution | Paweł Kołodziejski | |
svn-id: r30521 | |||
2008-01-16 | ops | Paweł Kołodziejski | |
svn-id: r30519 | |||
2008-01-16 | clarify warning | Paweł Kołodziejski | |
svn-id: r30518 | |||
2008-01-15 | Fixed bad memory access. (Wrong index variable when reading sound->marker[].) | Torbjörn Andersson | |
svn-id: r30506 | |||
2008-01-15 | Use scumm_stricmp() instead of plain stricmp(). | Torbjörn Andersson | |
svn-id: r30505 | |||
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski | |
svn-id: r30503 | |||
2008-01-15 | Since the mixer uses 'delete' to free memory, we should allocate it with 'new'. | Torbjörn Andersson | |
I don't know if I got all cases, but I no longer get any Valgrind warnings at the beginning of CoMI when using the original sound/music files. svn-id: r30501 | |||
2008-01-15 | ops | Paweł Kołodziejski | |
svn-id: r30500 | |||
2008-01-15 | fix last commit to release, and add version 2 fallback for compressed files | Paweł Kołodziejski | |
svn-id: r30499 | |||
2008-01-15 | forgot release string in the 'marker' | Paweł Kołodziejski | |
svn-id: r30495 | |||
2008-01-15 | implement loading markers "exit". dumped version 3 for compressed bun files, ↵ | Paweł Kołodziejski | |
compress tools are not ready svn-id: r30494 | |||
2008-01-06 | store the disk sounds/music were actually *loaded* from, instead of the ↵ | Max Horn | |
'current' disk svn-id: r30310 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-30 | Fixing Full Throttle. If I understand the code correctly, this *should* be ↵ | Sven Hesse | |
correct not break anything else. ;) svn-id: r28338 | |||
2007-07-27 | Only set soundMode, if compressed segment exists. | Travis Howell | |
svn-id: r28227 | |||
2007-07-27 | Fix for bug #1761530 - "COMI: iMUSE-related crash on startup" | Filippos Karapetis | |
svn-id: r28226 | |||
2007-07-23 | Add support for FLAC compression of sound bundles in The Dig and COMI. | Travis Howell | |
svn-id: r28173 | |||
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a ↵ | Max Horn | |
Mixer::SoundHandle) svn-id: r28162 | |||
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn | |
svn-id: r28111 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27039 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ↵ | Max Horn | |
a fixed size wrap-around memory buffer (this reduces memory usage in some cases by 500-700k, while actually being more flexible) svn-id: r25909 | |||
2007-02-13 | added missing MKID_BE macros | Gregory Montoir | |
svn-id: r25560 | |||
2006-09-17 | Renamed 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-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 |