Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-05 | - changed logic of allocation fade tracks, now each normal track have own ↵ | Paweł Kołodziejski | |
static fade track, (i know about affect on savagame state of imuse, but it's minor thing), - added more thread locks, i hope they are create deadlocks somewhere svn-id: r20417 | |||
2006-02-05 | revert experimental imuse changes | Paweł Kołodziejski | |
svn-id: r20394 | |||
2006-01-28 | experimental imuse without timer thread usage, it might still have issue ↵ | Paweł Kołodziejski | |
stoped audio while switching rooms svn-id: r20270 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-21 | Useless | Max Horn | |
svn-id: r19223 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-12 | Fix bug #1316605 "DIG: some saved games crash scummvm". Actually it's | Eugene Sandulenko | |
aquadran's fix. svn-id: r19054 | |||
2005-10-08 | revert previous changes related to #ifdefs | Chris Apers | |
svn-id: r18968 | |||
2005-10-08 | More DISABLE_SCUMM_7_8 | Chris Apers | |
svn-id: r18967 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-04-26 | Reduce dependencies on saveload.h | Max Horn | |
svn-id: r17816 | |||
2005-04-20 | Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); ↵ | Max Horn | |
moved _audioNames to class IMuseDigital svn-id: r17723 | |||
2005-04-08 | Change some iMuseDigital debug messages | Max Horn | |
svn-id: r17455 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-03-06 | Oops | Max Horn | |
svn-id: r17015 | |||
2005-03-06 | Fix for bug #1153648 (Compressed BUN files play incorrectly on BE systems) | Max Horn | |
svn-id: r17014 | |||
2005-02-12 | fix/workaround for bug: 1120625 | Paweł Kołodziejski | |
svn-id: r16779 | |||
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-28 | fixed restoration of sounds params after cross non/compressed bundles | Paweł Kołodziejski | |
svn-id: r16660 | |||
2005-01-28 | double check | Paweł Kołodziejski | |
svn-id: r16658 | |||
2005-01-28 | ah, forgot that | Paweł Kołodziejski | |
svn-id: r16657 | |||
2005-01-28 | clear compressed entries before restore for compatibility with old savegames | Paweł Kołodziejski | |
svn-id: r16655 | |||
2005-01-25 | added support for compressed bun files | Paweł Kołodziejski | |
svn-id: r16639 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Add 'speech' sound type to mixer; make use of that in iMuse Digital | Max Horn | |
svn-id: r16331 | |||
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵ | Max Horn | |
SFX and music; volume is now controlled based on the sound type svn-id: r16330 | |||
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn | |
svn-id: r15950 | |||
2004-11-24 | Some code transformations (no functional change) | Max Horn | |
svn-id: r15874 | |||
2004-08-25 | added comment for insane hack and not tested fix for deadlock bug imuse + ↵ | Paweł Kołodziejski | |
debugger svn-id: r14742 | |||
2004-07-19 | Valgrind complained about an uninitialized value. This appears to fix it, | Torbjörn Andersson | |
and anyway it won't hurt. svn-id: r14279 | |||
2004-06-20 | missed changes | Paweł Kołodziejski | |
svn-id: r13984 | |||
2004-06-20 | what was that ? | Paweł Kołodziejski | |
svn-id: r13980 | |||
2004-06-20 | stop track after stream is reach end | Paweł Kołodziejski | |
svn-id: r13978 | |||
2004-06-20 | trackOffset is obsolote, added few debugs, added flush sounds while smush ↵ | Paweł Kołodziejski | |
plying to prevent overload tracks svn-id: r13974 | |||
2004-06-19 | moved a bit | Paweł Kołodziejski | |
svn-id: r13968 | |||
2004-06-19 | chnaged fps in imuse digi to dynamic param | Paweł Kołodziejski | |
svn-id: r13967 | |||
2004-06-01 | fix for imuse digi bug 952775 | Paweł Kołodziejski | |
svn-id: r13917 | |||
2004-05-28 | apply mixer vol/pan at first time | Paweł Kołodziejski | |
svn-id: r13897 | |||
2004-05-28 | Use the same volume and panning values when starting the sound as when | Torbjörn Andersson | |
adjusting these values later. I don't know about the volume thing, but I've noticed that new sounds would often play their first fraction of a second in the right speaker only. This change should fix that. svn-id: r13896 | |||
2004-05-26 | decreased usage of stack mutex locks for imuse digital | Paweł Kołodziejski | |
svn-id: r13893 | |||
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-05-13 | fix warning | Max Horn | |
svn-id: r13836 | |||
2004-05-11 | back to old method | Paweł Kołodziejski | |
svn-id: r13832 | |||
2004-05-07 | forgot to remove | Paweł Kołodziejski | |
svn-id: r13805 | |||
2004-05-07 | increase a little limit for better lipsync | Paweł Kołodziejski | |
svn-id: r13803 | |||
2004-05-02 | tuned a little | Paweł Kołodziejski | |
svn-id: r13754 | |||
2004-05-02 | - fix for cuting voices in comi, | Paweł Kołodziejski | |
- fix for lipsync stuff (compromise append buffer ahead to sync position) svn-id: r13753 |