aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_intern.h
AgeCommit message (Expand)Author
2013-01-09KYRA: Use override in subclasses of Sound, which override voicePlay.Johannes Schickel
2013-01-09KYRA: Get rid of some unnecessary overwrites.Johannes Schickel
2013-01-09KYRA: Mark overloaded methods of Sound subclasses as virtual.Johannes Schickel
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2013-01-09KYRA: Fix voicePlay overwrite in PC98 and Amiga sound outputs.Johannes Schickel
2012-11-23KYRA: Make Sound::hasSoundFile const again.Johannes Schickel
2012-11-11KYRA: clean up audio resource handlingathrxx
2012-11-11KYRA: implement LOL sfx priority handlingathrxx
2012-07-03KYRA: Get rid of unused private class members.Johannes Schickel
2011-12-26KYRA: (AdLib Driver) - implement sound effects volumeathrxx
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-29KYRA: pause midi sounds while gmm is runningathrxx
2011-05-29KYRA: remove useless mutex from sound_townsathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-10-28KYRA: Fix some code errors reported by ICC (i.e. subclasses not overwriting m...Johannes Schickel
2010-08-03KYRA/TOWNS: implement music/sfx volume control via GUI/GMMFlorian Kagerer
2010-08-02KYRA: FM-Towns audio driver rewriteFlorian Kagerer
2010-07-01KYRA/PC98: implement proper volume control (which distinguishes between music...Florian 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-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-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Some fixes to comply with our coding guidelines.Johannes Schickel
2009-09-13KYRA: - add sfx support for PC98-VersionFlorian Kagerer
2009-08-29Move Amiga SFX tables to kyra.dat.Johannes Schickel
2009-08-09prepare the kyraplayer for reading sfxtables from raw data (instead of static...Norbert Lange
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-08moved table-definition from header to cpp fileNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
2009-07-19use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...Norbert Lange
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-18found and use another table, soundeffects in intro are now workingNorbert Lange
2009-07-18first attempt at enabling soundeffects using an table from the executeable. D...Norbert Lange
2009-07-17merge with trunkNorbert Lange
2009-07-17added primitive support for Kyrandia`s Intro Music.Norbert Lange
2009-07-17- Moved SoundAdlibPC definition to new header file sound_adlib.hJohannes Schickel
2009-05-28Clean up PC Speaker output implementation. (Stripping out unused code)Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel