Age | Commit message (Expand) | Author |
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 |
2010-01-21 | - Fixed pausing of all sounds in the playlist | Filippos Karapetis |
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik |
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played s... | Filippos Karapetis |
2010-01-16 | SCI: Cleanup | Walter van Niftrik |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik |
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI so... | Filippos Karapetis |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-07 | Premiliary adaption of SCI to use LoopingAudioStream. (This could really need... | Johannes Schickel |
2010-01-07 | Some formatting fixes. | Johannes Schickel |
2010-01-05 | Cleanup, fixed fading of digital sound effects | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |