aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
AgeCommit message (Expand)Author
2009-11-14KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-13- CleanupJohannes Schickel
2009-09-13KYRA: - add sfx support for PC98-VersionFlorian Kagerer
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-17- Moved SoundAdlibPC definition to new header file sound_adlib.hJohannes Schickel
2009-05-29Implement "loadSfxFile" and "stopAllSoundEffects" for "MixedSoundDriver".Johannes Schickel
2009-05-29- Add new method "isVoicePresent" to "Sound".Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-24Strip trailing whitespaces.Johannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-23Cleanup.Johannes Schickel
2009-05-23KYRA/LOL: restructured voice playing code so that audio compression can be su...Florian Kagerer
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-03-08LOL: some more work on the text displayer so that it handles longer texts (ne...Florian Kagerer
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
2009-02-01svn-id: r36178Florian Kagerer
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-11Whoops changed integer size of variables storing volume information, now volu...Johannes Schickel
2008-12-07Prevent MIDI files from being load, when they are already loaded.Johannes Schickel
2008-11-30Fixed some looping MIDI sound effects.Johannes Schickel
2008-11-30Cleanup.Johannes Schickel
2008-11-30- Fix some valgrind warningsJohannes Schickel
2008-11-30Implement fade out support for MIDI.Johannes Schickel
2008-11-30Initial version of proper MIDI support for KYRA.Johannes Schickel
2008-08-16- KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some floating...Florian Kagerer
2008-08-02Added a member function loadSoundFile to Sound which accepts a filename strin...Johannes Schickel
2008-06-29- some more work on the Hof FM-Towns/PC98 music driverFlorian Kagerer
2008-06-26- improved hof music support for fm-towns (driver for *.twn tracks) (still ne...Florian Kagerer
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-11Implemented helium mode support for Kyra3.Johannes Schickel
2008-05-09Fixed typos.Johannes Schickel
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
2008-04-20Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital.Johannes Schickel
2008-04-20Improved sound priority handling.Johannes Schickel
2008-04-20Implemented sound priority handling.Johannes Schickel
2008-04-17Implemented volume handling for SFX.Johannes Schickel
2008-04-17Cleanup.Johannes Schickel
2008-04-17Implemented sfx support for Kyra3.Johannes Schickel
2008-04-14Implemented some kyra3 code.Johannes Schickel
2008-04-12Added fade out time parameter for digital sounds.Johannes Schickel
2008-04-07Some MIDI related cleanup.Johannes Schickel
2008-04-06Fixed potentional crash.Johannes Schickel
2008-04-06Cleanup.Johannes Schickel
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
2008-04-06Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.Johannes Schickel