Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-10 | - added initial radio chatter sfx, still not fully correct | Paweł Kołodziejski | |
- remove obsolete mixerStreamRunning track variable svn-id: r35801 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-21 | final fix for bug #1757010 | Paweł Kołodziejski | |
svn-id: r30604 | |||
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-18 | iMuse Digital: Moved track & table definition from dimuse.h into separate ↵ | Max Horn | |
header files svn-id: r30550 | |||
2008-01-18 | Don't hardcode value for which we have wonderful and nice constants defined ;) | Max Horn | |
svn-id: r30549 | |||
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski | |
svn-id: r30503 | |||
2008-01-14 | implement special case for playing music with beginning offset where other ↵ | Paweł Kołodziejski | |
one stopped svn-id: r30483 | |||
2008-01-14 | fixed setting hookId for music, it doesn't worked before | Paweł Kołodziejski | |
svn-id: r30481 | |||
2008-01-13 | revert updateFadeMusicTrack | Paweł Kołodziejski | |
svn-id: r30475 | |||
2008-01-13 | fixed fadeOutMusic in transitions | Paweł Kołodziejski | |
svn-id: r30465 | |||
2008-01-13 | added missing stoppingSequence to music transitions. still i'm not sure if ↵ | Paweł Kołodziejski | |
it trigger properly in our imuse implementation svn-id: r30463 | |||
2008-01-05 | Play SOU data instantly, not slightly delayed -> allows us to get rid of ↵ | Max Horn | |
Track::streamSou & Track::mixerStreamRunning (have not yet removed the latter to avoid introducing a new savegame version) svn-id: r30268 | |||
2008-01-05 | Moved some code which was being duplicated to methods of class Track | Max Horn | |
svn-id: r30266 | |||
2008-01-01 | Patch #1839861 (Possible workaround for bugs related to ↵ | Max Horn | |
cloneToFadeOutTrack): Fixes bug #1848399 and apparently also #1527274 & #1763227 svn-id: r30111 | |||
2007-12-30 | Ooops, this was not supposed to be commited | Max Horn | |
svn-id: r30087 | |||
2007-12-30 | atrib -> attrib; added some FIXME comments | Max Horn | |
svn-id: r30086 | |||
2007-12-30 | Fix for bug #1635361: COMI: Music fade-out broken for compressed audio | Max Horn | |
svn-id: r30081 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a ↵ | Max Horn | |
Mixer::SoundHandle) svn-id: r28162 | |||
2007-06-02 | renamed variable in IMuseDigital music code | Paweł Kołodziejski | |
svn-id: r27049 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27039 | |||
2007-06-01 | small correction of comment | Paweł Kołodziejski | |
svn-id: r27038 | |||
2007-06-01 | added comments for imuse digital variables | Paweł Kołodziejski | |
svn-id: r27037 | |||
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-03-20 | Correct error message | Max Horn | |
svn-id: r26256 | |||
2007-03-20 | cleanup | Max Horn | |
svn-id: r26253 | |||
2007-03-02 | Applied my own patch #1672572, after discussing it with Fingolfin. We no longer | Torbjörn Andersson | |
store mixer flags in our savegames. Instead, we store different flags which just happen to have the exact same values as the mixer flags have right now. This should keep savegames working even if the mixer flags ever change. svn-id: r25928 | |||
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson | |
could use some cleanup, and there are a couple of TODOs sprinkled throughout the code, but it seems to work reasonably well. Until the Kyra 3 main menu is implemented, it won't actually be used though. It uses the appendable audio stream class, which I have moved out of the SCUMM engine. svn-id: r22526 | |||
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-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |