aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
AgeCommit message (Collapse)Author
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03renamed SimonSound class back to just Sound (now that we use namespaces that ↵Max Horn
is just fine) svn-id: r12098
2003-12-21don't use sound/mixer index, rather use the sound handle!Max Horn
svn-id: r11794
2003-12-13Don't switch voice file in simon2mac unless needed.Travis Howell
svn-id: r11608
2003-10-10some cleanupMax Horn
svn-id: r10720
2003-10-03Simon namespaceMax Horn
svn-id: r10574
2003-07-21Add 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-21fix some memory leaksMax Horn
svn-id: r8580
2003-06-15renamed 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-15small 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-15cleanupOliver Kiehl
svn-id: r8502
2003-05-20init SimonSound membersMax Horn
svn-id: r7736
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-01-12Add warning when voice files are missing in simon2amiga/macTravis Howell
Work if voice file is missing in simon2amiga/mac svn-id: r6411
2003-01-11added voice support for simon 2 mac and simon 3 amigaOliver Kiehl
svn-id: r6398
2002-12-07added function to interrupt voiceOliver Kiehl
svn-id: r5869
2002-11-29renamed simonsound on Fingolfin's requestOliver Kiehl
svn-id: r5753