aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_towns.cpp
AgeCommit message (Expand)Author
2010-09-21KYRA2/LOL PC-98: fix sfx rateFlorian Kagerer
2010-08-20KYRA/TOWNS: fix memory leak and some cleanupFlorian Kagerer
2010-08-17KYRA: Fix array index out of boundsEugene Sandulenko
2010-08-08KYRA/TOWNS: some minor sound improvementsFlorian Kagerer
2010-08-04AUDIO: Implement volume and balance control for the AudioCD manager (needed f...Florian Kagerer
2010-08-03KYRA/TOWNS: implement music/sfx volume control via GUI/GMMFlorian Kagerer
2010-08-02KYRA2: fix warningFlorian Kagerer
2010-08-02KYRA: FM-Towns audio driver rewriteFlorian Kagerer
2010-07-21KYRA: Fix mute setting with MIDI and FM-Towns/PC98 output.Johannes Schickel
2010-07-21Strip trailing whitespaces.Johannes Schickel
2010-07-16CleanupTorbjörn Andersson
2010-07-09KYRA/PC98: fix music volumeFlorian Kagerer
2010-07-03KYRA/PC98 Audio: fix invalid mem accessFlorian Kagerer
2010-07-02KYRA/PC98: fix long standing bug were certain sound effects would bring each ...Florian Kagerer
2010-07-02KYRA/PC98: cleanupFlorian Kagerer
2010-07-02KYRA/PC98: fix sfx volume controlFlorian Kagerer
2010-07-01KYRA/PC98: minor cleanupFlorian Kagerer
2010-07-01KYRA/PC98: implement proper volume control (which distinguishes between music...Florian Kagerer
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-01KYRA: fixed some cppcheck warningsFlorian Kagerer
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-29Fix use of undefined behavior. (Thanks to syke for reporting)Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2009-12-20LOL: fixed text fadingFlorian Kagerer
2009-11-29Cleanup.Johannes Schickel
2009-11-29KYRA/PC98: fixed regressionFlorian Kagerer
2009-11-29KYRA: fixed pc98 intro sfx (regression)Florian Kagerer
2009-11-15LOL: fixed minor glitch in the ending sequenceFlorian Kagerer
2009-11-14KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti...Florian Kagerer
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-01Kyra/FM-Towns: make sure that at least the synthesizer music plays when no cd...Florian Kagerer
2009-10-26- Fix some missing initialization warnings from cppcheckJohannes Schickel
2009-10-17Fix memory leak.Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-02LOL: cleanupFlorian Kagerer
2009-10-02LOL/PC-98: - some more fixes for level graphics (shapes are still not quite r...Florian Kagerer
2009-09-24Turn an error into a warning.Johannes Schickel
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-20This hopefully fixes threading issues in PC98 sound driver.Johannes Schickel
2009-09-16Kyra/LoL: fix pc98 audio driver destructorFlorian Kagerer
2009-09-14LOL: fix some regressionsFlorian Kagerer