aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
AgeCommit message (Expand)Author
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-01-14Change SIMON to use makeWAVStream - patch #1101740Travis Howell
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and re...Max Horn
2004-07-30Reduce simon 1/2 targetsTravis Howell
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-01-19oopsOliver Kiehl
2004-01-19fix memory leakOliver Kiehl
2004-01-19fix mp3 and vorbis specific bug in which sound files could have been readOliver Kiehl
2004-01-11fix silly bugOliver Kiehl
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed SimonSound class back to just Sound (now that we use namespaces that ...Max Horn
2003-12-27Use VOC reader from voc.hMax Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-21add purely experimental & untested Ogg Vorbis support to SimonMax Horn
2003-12-21don't use sound/mixer index, rather use the sound handle!Max Horn
2003-12-13Remove warning.Travis Howell
2003-12-13Don't switch voice file in simon2mac unless needed.Travis Howell
2003-12-01cleanupMax Horn
2003-11-29cleanup; fix some memory leaks; more memory leaks remainingMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-23Don't attempt to play sound in simon2mac if file doesn't exist.Travis Howell
2003-10-10some cleanupMax Horn
2003-10-03Simon namespaceMax Horn
2003-09-24Add Acorn version of Simon the Sorcerer 1 TalkieTravis Howell
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-07make use of voc.h; some cleanupMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05added default volume/pan valuesMax Horn
2003-09-05fixes for uninitialized pan and volumePaweł Kołodziejski
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30Reverted previous change since the mixer change was reverted.Torbjörn Andersson
2003-08-30Fixed Simon 2 intro regression (and possibly others as well) caused byTorbjörn Andersson
2003-07-29cleanupMax Horn
2003-07-24ambient sfx works fine againTravis Howell
2003-07-24Should be right nowTravis Howell
2003-07-24Simon games shold only play one voice at a time.Travis Howell
2003-07-24Another leakTravis Howell
2003-07-24Check before releasing memoryTravis Howell
2003-07-24Fix for simon2mac voices problem, bug #776803Travis Howell
2003-07-21Add sfx/voice support for simon1cd32, thanks to olki.Travis Howell
2003-06-24only declare class MP3Sound if USE_MAD is #definedMax Horn
2003-06-21undo this change again - proper fix would be to correct the MP3 playback codeMax Horn