aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
AgeCommit message (Expand)Author
2003-10-04Moved some stuff out of driver96.h. Eventually I'd like to get rid of mostTorbjörn Andersson
2003-10-04removed Sword2 prefixes of most classes (made obsolete by our namespace usage...Max Horn
2003-10-04added namespace Sword2Max Horn
2003-10-03Some renaming (ironic in the light of Fingolfin's recent namespaceTorbjörn Andersson
2003-10-02Cleanups, mostly related to sound effects.Torbjörn Andersson
2003-10-01ScummVM naming conventions and cleanup in the Sword2Sound class.Torbjörn Andersson
2003-09-29cleanupTorbjörn Andersson
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-27Save enough information about the currently playing music before theTorbjörn Andersson
2003-09-26cleanupTorbjörn Andersson
2003-09-26Ok, I'm stupid.Torbjörn Andersson
2003-09-25Some minor fixes. Unfortunately I've noticed that there is some major soundTorbjörn Andersson
2003-09-25Rewrote the music code to use a premix function instead of a timer. I'mTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-22Cleaned up the sound code enough to add cutscene voice-overs. I haven't hadTorbjörn Andersson
2003-09-21Some cleanup - lots more needed!Torbjörn Andersson
2003-09-10added refCon parameter to timer classMax Horn
2003-09-05Removed unused function, StartMusicFadeDown().Torbjörn Andersson
2003-09-04Added locking to the music code. I'm not really the right person to do thisTorbjörn Andersson
2003-09-03Removed fxLooped[], fxCached[] and musCounter[]. They were written to, butTorbjörn Andersson
2003-09-03fixed interval of fxServer func (why i saw before 1000 miliseconds?), moved i...Paweł Kołodziejski
2003-08-31No longer assume that all sound effects are 22 kHz. Some are 11 kHz.Torbjörn Andersson
2003-08-30added sfx support, increased speech support, and music code(streaming works f...Paweł Kołodziejski
2003-08-02patch #781530 Initial work on StreamCompMusic() by erikJonathan Gray
2003-07-31never include headers in other headers if you can avoid it -> this cuts down ...Max Horn
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-29turn d_sound.cpp into class BS2SoundJonathan Gray
2003-07-28bs2 driverJonathan Gray