Age | Commit message (Expand) | Author |
2016-06-20 | SCI32: Rewrite digital audio engine | Colin Snover |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2015-02-15 | SCI: Allow channel remapping from audio thread too | Willem Jan Palenstijn |
2015-02-15 | SCI: Use sound resource priority by default for songs | Willem Jan Palenstijn |
2015-02-15 | SCI: Give songs that start playing later higher priority | Willem Jan Palenstijn |
2015-02-14 | SCI: Register and save playBed option to PlaySound | Willem Jan Palenstijn |
2014-10-28 | SCI: Remove trailing whitespace | Filippos Karapetis |
2014-05-29 | SCI: kDoSound: only one sample at once - thx wjp | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-31 | SCI: Rewrite MIDI channel remapping | Willem Jan Palenstijn |
2013-09-21 | Merge branch 'master' into sci_midiparser | Willem Jan Palenstijn |
2013-09-21 | SCI: sfx/music priority int16 fixes bug #3615038 | m-kiewitz |
2013-09-21 | AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser | Willem Jan Palenstijn |
2013-09-15 | SCI: fix tabs in last commit | m-kiewitz |
2013-09-15 | SCI: disable signals when resuming music, so that debugger will work properly... | m-kiewitz |
2011-12-28 | SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside Sound... | Filippos Karapetis |
2011-11-01 | SCI: (KQ5 FM-Towns) - fix voice mapping | athrxx |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-25 | SCI: implemented reverb handling and related functionality | Filippos Karapetis |
2010-11-24 | SCI: Some renaming and added several TODOs concerning reverb | Filippos Karapetis |
2010-11-24 | SCI: Added a getReverb() accessor to the SciMusic class | Filippos Karapetis |
2010-09-09 | SCI: Fix last MIDI channel number for adlib driver | Walter van Niftrik |
2010-09-06 | SCI: fix regression of r52569 | Martin Kiewitz |
2010-09-02 | SCI: Show a warning window regarding GM in some games. | Filippos Karapetis |
2010-09-01 | SCI: set master volume correctly | Martin Kiewitz |
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-07-29 | SCI: midi hold behaviour fixed | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-26 | SCI: reverting r50315 - had the deadlock just again... | Martin Kiewitz |
2010-06-26 | SCI: fixing deadlock possiblity on samples (sq3 deadlocked on door opening/wh... | Martin Kiewitz |
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: instead of queueing inside midiparser, we are queueing now globally in S... | 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 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-03 | - Made some methods const | Johannes Schickel |
2010-06-03 | A first attempt at channel remapping (currently disabled) | Filippos Karapetis |
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-03-16 | SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301) | Martin Kiewitz |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound and... | Filippos Karapetis |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |