Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-01-19 | oops | Oliver Kiehl | |
svn-id: r12511 | |||
2004-01-19 | fix memory leak | Oliver Kiehl | |
svn-id: r12510 | |||
2004-01-19 | fix mp3 and vorbis specific bug in which sound files could have been read | Oliver Kiehl | |
as zero-byte files in the case that two following offsets pointed to the same file. svn-id: r12509 | |||
2004-01-11 | fix silly bug | Oliver Kiehl | |
svn-id: r12319 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | renamed SimonSound class back to just Sound (now that we use namespaces that ↵ | Max Horn | |
is just fine) svn-id: r12098 | |||
2003-12-27 | Use VOC reader from voc.h | Max Horn | |
svn-id: r11963 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-21 | add purely experimental & untested Ogg Vorbis support to Simon | Max Horn | |
svn-id: r11816 | |||
2003-12-21 | don't use sound/mixer index, rather use the sound handle! | Max Horn | |
svn-id: r11794 | |||
2003-12-13 | Remove warning. | Travis Howell | |
svn-id: r11609 | |||
2003-12-13 | Don't switch voice file in simon2mac unless needed. | Travis Howell | |
svn-id: r11608 | |||
2003-12-01 | cleanup | Max Horn | |
svn-id: r11439 | |||
2003-11-29 | cleanup; fix some memory leaks; more memory leaks remaining | Max Horn | |
svn-id: r11419 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11214 | |||
2003-10-23 | Don't attempt to play sound in simon2mac if file doesn't exist. | Travis Howell | |
Add fixme for simon2mac, freeing voice at this point which causes crashes. svn-id: r10943 | |||
2003-10-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-03 | Simon namespace | Max Horn | |
svn-id: r10574 | |||
2003-09-24 | Add Acorn version of Simon the Sorcerer 1 Talkie | Travis Howell | |
svn-id: r10389 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10152 | |||
2003-09-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 | |||
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn | |
svn-id: r10042 | |||
2003-09-05 | added default volume/pan values | Max Horn | |
svn-id: r10019 | |||
2003-09-05 | fixes for uninitialized pan and volume | Paweł Kołodziejski | |
svn-id: r9998 | |||
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski | |
svn-id: r9963 | |||
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski | |
svn-id: r9944 | |||
2003-08-30 | Reverted previous change since the mixer change was reverted. | Torbjörn Andersson | |
svn-id: r9929 | |||
2003-08-30 | Fixed Simon 2 intro regression (and possibly others as well) caused by | Torbjörn Andersson | |
recent mixer change. svn-id: r9926 | |||
2003-07-29 | cleanup | Max Horn | |
svn-id: r9281 | |||
2003-07-24 | ambient sfx works fine again | Travis Howell | |
svn-id: r9178 | |||
2003-07-24 | Should be right now | Travis Howell | |
svn-id: r9174 | |||
2003-07-24 | Simon games shold only play one voice at a time. | Travis Howell | |
Fixes many voice overlaps Fixes subtitles been ot of sync with voice, with simon 1 versions that had combi ned speech/subtitles. svn-id: r9167 | |||
2003-07-24 | Another leak | Travis Howell | |
svn-id: r9165 | |||
2003-07-24 | Check before releasing memory | Travis Howell | |
svn-id: r9163 | |||
2003-07-24 | Fix for simon2mac voices problem, bug #776803 | Travis Howell | |
svn-id: r9160 | |||
2003-07-21 | Add sfx/voice support for simon1cd32, thanks to olki. | Travis Howell | |
Adjust a few debugs Add hack to allow load/save in simon1cd32 via keyboard svn-id: r9105 | |||
2003-06-24 | only declare class MP3Sound if USE_MAD is #defined | Max Horn | |
svn-id: r8644 | |||
2003-06-21 | undo this change again - proper fix would be to correct the MP3 playback code | Max Horn | |
svn-id: r8593 | |||
2003-06-21 | fix some memory leaks | Max Horn | |
svn-id: r8580 | |||
2003-06-21 | fix (?) for an invalid read report in valgrin | Max Horn | |
svn-id: r8578 | |||
2003-06-20 | reuse file, remove file2 usage | Max Horn | |
svn-id: r8573 | |||
2003-06-15 | renamed Sound -> BaseSound to avoid conflicts with the scumm class of the ↵ | Max Horn | |
same name (we really should start to put all the Scumm/Simon/Sky code into namespaces svn-id: r8508 | |||
2003-06-15 | small reorg (keep private classes out of header files, if possible -> ↵ | Max Horn | |
decreases compile times a bit); fixed a small memory leak for Simon2mac; don't delete _file twice in Sound subclasses svn-id: r8506 | |||
2003-06-15 | Stop simon1win crashing on loading of save game | Travis Howell | |
svn-id: r8504 | |||
2003-06-15 | fix for simon2 | Oliver Kiehl | |
svn-id: r8503 | |||
2003-06-15 | cleanup | Oliver Kiehl | |
svn-id: r8502 | |||
2003-06-14 | revert some changes as simon uses dynamic file objects for sound objects ↵ | Jonathan Gray | |
later on svn-id: r8477 | |||
2003-06-14 | make file objects stack based where possible, fixes a bunch of leaks | Jonathan Gray | |
svn-id: r8476 | |||
2003-05-20 | init SimonSound members | Max Horn | |
svn-id: r7736 |