aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.h
AgeCommit message (Expand)Author
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-02-27Got rid of all the .h files but one in the 'driver' directory. They wereTorbjörn Andersson
2005-02-21basically the same change as for bs1; don't keep the mutex locked while loadi...Robert Göffringmann
2005-02-19This is the second part of the BS2 restructuring. There are two newTorbjörn Andersson
2005-02-08Now there are two file handles for the music: one for each CD. This is notTorbjörn Andersson
2005-02-07Fixed crash that would happen if the game tried to play music from CD1 andTorbjörn Andersson
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-28Began what I hope is the final major restructuring of the BS2 engine.Torbjörn Andersson
2005-01-17Updated copyright header, as discussed on the mailing list.Torbjörn Andersson
2005-01-01Updated copyright year.Torbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2003-11-03The resource and memory managers are now created dynamically.Torbjörn Andersson
2003-10-18Moved the opcode functions into the Logic class.Torbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04added namespace Sword2Max Horn
2003-09-20cleanupTorbjörn Andersson
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-28bs2Jonathan Gray