Age | Commit message (Expand) | Author |
2005-05-12 | Whitespace: "(type *)something" instead of "(type *) something", because | Torbjörn Andersson |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-05-02 | Cleanup. Most of is simply moves the credits code out of Logic and into | Torbjörn Andersson |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-02-27 | Got rid of all the .h files but one in the 'driver' directory. They were | Torbjörn Andersson |
2005-02-21 | basically the same change as for bs1; don't keep the mutex locked while loadi... | Robert Göffringmann |
2005-02-19 | This is the second part of the BS2 restructuring. There are two new | Torbjörn Andersson |
2005-02-18 | Forgot to check if preFetchCompSpeech() could find the speech file. Now it | Torbjörn Andersson |
2005-02-08 | Now there are two file handles for the music: one for each CD. This is not | Torbjörn Andersson |
2005-02-07 | Fixed crash that would happen if the game tried to play music from CD1 and | Torbjörn Andersson |
2005-01-28 | Began what I hope is the final major restructuring of the BS2 engine. | Torbjörn Andersson |
2005-01-17 | Updated copyright header, as discussed on the mailing list. | Torbjörn Andersson |
2005-01-11 | Use Fingolfin's new WAV code. | Torbjörn Andersson |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some of... | Max Horn |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-27 | Use the mixer to handle sound volumes | Max Horn |
2004-12-27 | Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255) | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-11 | Fix dumb CE compiler | Nicolas Bacca |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-10-17 | Doxygen fix | Max Horn |
2004-10-12 | Migration to the newer form of setupPremix(). | Torbjörn Andersson |
2004-10-12 | Cleanup | Torbjörn Andersson |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-04 | Fix compile | Travis Howell |
2004-09-04 | Fixed a glitch in the music fade-out code. | Torbjörn Andersson |
2004-09-04 | Added support for compressed music. I'm sure there are some glitches still | Torbjörn Andersson |
2004-08-28 | Cleanup. Removed the original DipMusic() code. If anyone wants to | Torbjörn Andersson |
2004-08-27 | Use the same code for opening the music clusters as for opening the speech | Torbjörn Andersson |
2004-08-26 | Explicitly cast value to uint32, since there was a report about compilation | Torbjörn Andersson |
2004-08-25 | The original speech clusters are now decoded through a custom AudioStream | Torbjörn Andersson |
2004-08-23 | Fixed the bug that caused Vorbis and FLAC to misbehave with compressed | Torbjörn Andersson |
2004-08-22 | Experimental (i.e. slightly broken) code for handling compressed speech. | Torbjörn Andersson |
2004-07-17 | Allowing both music streams to share the same rate converter only worked | Torbjörn Andersson |
2004-06-12 | Cleanup | Torbjörn Andersson |
2004-05-01 | Simplified the handling of sound effects. It's not necessary for the driver | Torbjörn Andersson |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-03-13 | Fixed a slight logic error in the music fading. At this point the code | Torbjörn Andersson |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-15 | Proper handling of BS2 cutscene lead-outs, plus some other minor fixes. | Torbjörn Andersson |
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson |
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we act... | Max Horn |
2004-01-16 | Made a separate function out of the code that retrieves information about | Torbjörn Andersson |
2004-01-14 | I accidentally introduced a bug when I changed the fading that would cause | Torbjörn Andersson |