aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
AgeCommit message (Collapse)Author
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
svn-id: r9963
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
svn-id: r9944
2003-08-30Reverted previous change since the mixer change was reverted.Torbjörn Andersson
svn-id: r9929
2003-08-30Fixed Simon 2 intro regression (and possibly others as well) caused byTorbjörn Andersson
recent mixer change. svn-id: r9926
2003-07-29cleanupMax Horn
svn-id: r9281
2003-07-24ambient sfx works fine againTravis Howell
svn-id: r9178
2003-07-24Should be right nowTravis Howell
svn-id: r9174
2003-07-24Simon 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-24Another leakTravis Howell
svn-id: r9165
2003-07-24Check before releasing memoryTravis Howell
svn-id: r9163
2003-07-24Fix for simon2mac voices problem, bug #776803Travis Howell
svn-id: r9160
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-24only declare class MP3Sound if USE_MAD is #definedMax Horn
svn-id: r8644
2003-06-21undo this change again - proper fix would be to correct the MP3 playback codeMax Horn
svn-id: r8593
2003-06-21fix some memory leaksMax Horn
svn-id: r8580
2003-06-21fix (?) for an invalid read report in valgrinMax Horn
svn-id: r8578
2003-06-20reuse file, remove file2 usageMax Horn
svn-id: r8573
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-15Stop simon1win crashing on loading of save gameTravis Howell
svn-id: r8504
2003-06-15fix for simon2Oliver Kiehl
svn-id: r8503
2003-06-15cleanupOliver Kiehl
svn-id: r8502
2003-06-14revert some changes as simon uses dynamic file objects for sound objects ↵Jonathan Gray
later on svn-id: r8477
2003-06-14make file objects stack based where possible, fixes a bunch of leaksJonathan Gray
svn-id: r8476
2003-05-20init SimonSound membersMax Horn
svn-id: r7736
2003-03-25Bug fix from luddeTravis Howell
svn-id: r6859
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6720
2003-03-06added mp3 support for simon2macOliver Kiehl
svn-id: r6711
2003-03-01change GameIDs to GameFeaturesOliver Kiehl
svn-id: r6654
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-17Added missing include of "stdafx.h".Marcus Comstedt
svn-id: r6006
2002-12-10fixed compile error in VC++Oliver Kiehl
svn-id: r5897
2002-12-08now simon versions with trailing dots after filenames also load correctlyOliver Kiehl
svn-id: r5891
2002-12-08Prevent another pointless warningTravis Howell
svn-id: r5874
2002-12-07added function to interrupt voiceOliver Kiehl
svn-id: r5869
2002-12-01Prevent pointless warning about missing sound fileTravis Howell
svn-id: r5768
2002-11-29renamed simonsoundOliver Kiehl
svn-id: r5755
2002-11-29renamed simonsound on Fingolfin's requestOliver Kiehl
svn-id: r5753