Age | Commit message (Expand) | Author |
2010-08-18 | SCI: Only perform queuing of song signals for SCI0, where we handle the updat... | Filippos Karapetis |
2010-08-12 | SCI: queuing signal, if signal not passed to scripts | Martin Kiewitz |
2010-08-11 | SCI: not pausing kDoSound samples anymore | Martin Kiewitz |
2010-08-03 | SCI: not error()ing out on no free channels | Martin Kiewitz |
2010-07-29 | SCI: midi hold behaviour fixed | Martin Kiewitz |
2010-07-27 | SCI: Fix PCjr sound | Matthew Hoops |
2010-07-18 | SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose. | Matthew Hoops |
2010-07-18 | SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound. | Matthew Hoops |
2010-07-18 | SCI: change to r50995 - better stop fading when stop is called | Martin Kiewitz |
2010-07-18 | SCI: if game starts fading, stops music and later starts music again don't re... | Martin Kiewitz |
2010-07-09 | SCI: fixing regression of r50414 - we set volume to standard levels inside in... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-28 | SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt... | Martin Kiewitz |
2010-06-27 | SCI: tell midiparser that he lost ownership of channels in case we take them ... | Martin Kiewitz |
2010-06-26 | SCI: dont call midiparser->stop() if paused sound gets stopped | Martin Kiewitz |
2010-06-25 | SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32 | Florian Kagerer |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-22 | SCI: removing unneeded capacity uint from r50143 | Martin Kiewitz |
2010-06-22 | SCI: change midi queue to Common::Array and make it resize itself if needed i... | Martin Kiewitz |
2010-06-21 | SCI: fades already send out commands directly | Martin Kiewitz |
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in S... | Martin Kiewitz |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to driver... | Martin Kiewitz |
2010-06-19 | SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32... | Martin Kiewitz |
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ... | Martin Kiewitz |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | Martin Kiewitz |
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of dispos... | Martin Kiewitz |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh... | Martin Kiewitz |
2010-06-16 | SCI: dont seek during init of music but on play, fixes assert when restoring ... | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-09 | SCI: fix multiple playing of the same sound in a row (without using looping) ... | Martin Kiewitz |
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music lo... | Filippos Karapetis |
2010-06-03 | Replace two uses of ::qsort by Common::sort. | Johannes Schickel |
2010-06-03 | - Made some methods const | Johannes Schickel |
2010-06-03 | A first attempt at channel remapping (currently disabled) | Filippos Karapetis |
2010-05-27 | SCI: disabling music fading again, but only for sci32 - drivers seem to have ... | Martin Kiewitz |
2010-05-27 | SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma... | Martin Kiewitz |
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ... | Martin Kiewitz |
2010-05-25 | SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4 | Martin Kiewitz |
2010-05-24 | SCI: only remove isQueued status for sound sci0 | Martin Kiewitz |
2010-05-24 | SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m... | Martin Kiewitz |
2010-05-23 | SCI: use priority when queuing up music in sound sci0 -> fixes lsl3 jingle is... | Martin Kiewitz |
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |