Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn | |
svn-id: r20862 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-16 | added more asserts into imuse digi code | Paweł Kołodziejski | |
svn-id: r20733 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |