Age | Commit message (Expand) | Author |
2013-01-09 | KYRA: Use override in subclasses of Sound, which override voicePlay. | Johannes Schickel |
2013-01-09 | KYRA: Get rid of some unnecessary overwrites. | Johannes Schickel |
2013-01-09 | KYRA: Mark overloaded methods of Sound subclasses as virtual. | Johannes Schickel |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel |
2013-01-09 | KYRA: Fix voicePlay overwrite in PC98 and Amiga sound outputs. | Johannes Schickel |
2012-11-23 | KYRA: Make Sound::hasSoundFile const again. | Johannes Schickel |
2012-11-11 | KYRA: clean up audio resource handling | athrxx |
2012-11-11 | KYRA: implement LOL sfx priority handling | athrxx |
2012-07-03 | KYRA: Get rid of unused private class members. | Johannes Schickel |
2011-12-26 | KYRA: (AdLib Driver) - implement sound effects volume | athrxx |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-29 | KYRA: pause midi sounds while gmm is running | athrxx |
2011-05-29 | KYRA: remove useless mutex from sound_towns | athrxx |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-10-28 | KYRA: Fix some code errors reported by ICC (i.e. subclasses not overwriting m... | Johannes Schickel |
2010-08-03 | KYRA/TOWNS: implement music/sfx volume control via GUI/GMM | Florian Kagerer |
2010-08-02 | KYRA: FM-Towns audio driver rewrite | Florian Kagerer |
2010-07-01 | KYRA/PC98: implement proper volume control (which distinguishes between music... | Florian Kagerer |
2009-11-29 | Cleanup. | Johannes Schickel |
2009-11-29 | KYRA/PC98: fixed regression | Florian Kagerer |
2009-11-29 | KYRA: fixed pc98 intro sfx (regression) | Florian Kagerer |
2009-11-14 | KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti... | Florian Kagerer |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | Some fixes to comply with our coding guidelines. | Johannes Schickel |
2009-09-13 | KYRA: - add sfx support for PC98-Version | Florian Kagerer |
2009-08-29 | Move Amiga SFX tables to kyra.dat. | Johannes Schickel |
2009-08-09 | prepare the kyraplayer for reading sfxtables from raw data (instead of static... | Norbert Lange |
2009-08-09 | fixed up some missing newlines | Norbert Lange |
2009-08-08 | moved table-definition from header to cpp file | Norbert Lange |
2009-08-04 | cleaned up sound_amiga.cpp a bit, added checks for missing files | Norbert Lange |
2009-07-19 | use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an... | Norbert Lange |
2009-07-19 | fixed retiring of external Notes | Norbert Lange |
2009-07-18 | found and use another table, soundeffects in intro are now working | Norbert Lange |
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. D... | Norbert Lange |
2009-07-17 | merge with trunk | Norbert Lange |
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange |
2009-07-17 | - Moved SoundAdlibPC definition to new header file sound_adlib.h | Johannes Schickel |
2009-05-28 | Clean 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.h | Johannes Schickel |