aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.cpp
AgeCommit message (Expand)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-12Don't warn if 3m9.wav is missing. It always is.Robert Göffringmann
2005-10-20Changed some spaces to tabsTorbjörn Andersson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-04-07Applied some ScummVM formatting conventions.Torbjörn Andersson
2005-02-20Changed mutex usage.Robert Göffringmann
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-13Use loadWAVFromStreamMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-10unify pc/palm sourcecodeRobert Göffringmann
2004-12-10Reading from memory card is too slowChris Apers
2004-12-09fix potential race conditionRobert Göffringmann
2004-11-27Use modern form of setupPremixMax Horn
2004-10-21Make PalmOS happyChris Apers
2004-10-17Use new setupPremix variant (incomplete)Max Horn
2004-10-14forgot to remove these debug messagesRobert Göffringmann
2004-10-12added mp3 and ogg vorbis playback for music and speech.Robert Göffringmann
2004-06-28Added "MUSIC" / "music" to the list of default directories.Torbjörn Andersson
2004-03-13When both music channels are used, and a third piece of music starts,Torbjörn Andersson
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-01-14I found and fixed a nasty fade-up bug in BS2. I don't know if the sameTorbjörn Andersson
2004-01-14Changed the music fading so that the volume is increased when ABS(_fading)Torbjörn Andersson
2004-01-11cleanupTorbjörn Andersson
2004-01-11Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes inTorbjörn Andersson
2004-01-08Merged read() and readBuffer(), like in BS2.Torbjörn Andersson
2004-01-07implemented volume control panelRobert Göffringmann
2004-01-06updated copyright noticeMax Horn
2004-01-06get volume from gamedetectorRobert Göffringmann
2004-01-04Deal gracefully with missing music files.Torbjörn Andersson
2004-01-03TODOMax Horn
2004-01-03Delete the mutex when we're done with it.Torbjörn Andersson
2004-01-01changed music fading duration and made music system fade down the tracks on s...Robert Göffringmann
2004-01-01Rewrote the music code. It now follows the same basic idea as the one inTorbjörn Andersson
2003-12-30cd changing code and checking for savegames on startupRobert Göffringmann
2003-12-28this fixes the remaining glitchesRobert Göffringmann
2003-12-22fixed screen and music fadingRobert Göffringmann
2003-12-22added code for non-looping music and implemented fadingRobert Göffringmann
2003-12-20added SwordControl (the control panel). Not yet finished.Robert Göffringmann
2003-12-19unregister the premix proc when you go awayMax Horn