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