Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-20 | Changed some spaces to tabs | Torbjörn Andersson | |
svn-id: r19191 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson | |
svn-id: r17427 | |||
2005-02-20 | Changed mutex usage. | Robert Göffringmann | |
It now unlocks the mutex while it's loading mp3/ogg/wave data in order to have the sound thread play normally. The ps2's cd/dvd drive is too slow to transfer the entire file within a few millisecs, so it made the sound skip. svn-id: r16831 | |||
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-13 | Use loadWAVFromStream | Max Horn | |
svn-id: r16552 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some ↵ | Max Horn | |
of the engine maintainers can look into using it svn-id: r16503 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-10 | unify pc/palm sourcecode | Robert Göffringmann | |
svn-id: r16025 | |||
2004-12-10 | Reading from memory card is too slow | Chris Apers | |
svn-id: r16012 | |||
2004-12-09 | fix potential race condition | Robert Göffringmann | |
svn-id: r16003 | |||
2004-11-27 | Use modern form of setupPremix | Max Horn | |
svn-id: r15916 | |||
2004-10-21 | Make PalmOS happy | Chris Apers | |
svn-id: r15632 | |||
2004-10-17 | Use new setupPremix variant (incomplete) | Max Horn | |
svn-id: r15596 | |||
2004-10-14 | forgot to remove these debug messages | Robert Göffringmann | |
svn-id: r15549 | |||
2004-10-12 | added mp3 and ogg vorbis playback for music and speech. | Robert Göffringmann | |
compression tool will follow soon. svn-id: r15531 | |||
2004-06-28 | Added "MUSIC" / "music" to the list of default directories. | Torbjörn Andersson | |
svn-id: r14100 | |||
2004-03-13 | When both music channels are used, and a third piece of music starts, | Torbjörn Andersson | |
silence the channel that appears to be closest to silence already. This is the same method I used in BS2, and it might fix a glitch I heard at the Club Alamut. svn-id: r13234 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-01-14 | I found and fixed a nasty fade-up bug in BS2. I don't know if the same | Torbjörn Andersson | |
situation could happen in BS1, but it's better to be safe than sorry, so here are the same changes, as applied to the BS1 music code. svn-id: r12393 | |||
2004-01-14 | Changed the music fading so that the volume is increased when ABS(_fading) | Torbjörn Andersson | |
grows larger, both when fading up and down. This fixes the problem where the volume would "jump" when changing the fading "direction" of a stream. svn-id: r12373 | |||
2004-01-11 | cleanup | Torbjörn Andersson | |
svn-id: r12322 | |||
2004-01-11 | Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in | Torbjörn Andersson | |
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320 | |||
2004-01-08 | Merged read() and readBuffer(), like in BS2. | Torbjörn Andersson | |
svn-id: r12248 | |||
2004-01-07 | implemented volume control panel | Robert Göffringmann | |
svn-id: r12220 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | get volume from gamedetector | Robert Göffringmann | |
svn-id: r12169 | |||
2004-01-04 | Deal gracefully with missing music files. | Torbjörn Andersson | |
svn-id: r12144 | |||
2004-01-03 | TODO | Max Horn | |
svn-id: r12117 | |||
2004-01-03 | Delete the mutex when we're done with it. | Torbjörn Andersson | |
svn-id: r12107 | |||
2004-01-01 | changed music fading duration and made music system fade down the tracks on ↵ | Robert Göffringmann | |
startMusic(0) svn-id: r12071 | |||
2004-01-01 | Rewrote the music code. It now follows the same basic idea as the one in | Torbjörn Andersson | |
BS2, which has worked pretty well so far. I haven't implemented pausing and volume since the code I replaced didn't have it either, as far as I could tell. svn-id: r12070 | |||
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann | |
svn-id: r12043 | |||
2003-12-28 | this fixes the remaining glitches | Robert Göffringmann | |
svn-id: r12004 | |||
2003-12-22 | fixed screen and music fading | Robert Göffringmann | |
svn-id: r11861 | |||
2003-12-22 | added code for non-looping music and implemented fading | Robert Göffringmann | |
svn-id: r11845 | |||
2003-12-20 | added SwordControl (the control panel). Not yet finished. | Robert Göffringmann | |
svn-id: r11775 | |||
2003-12-19 | unregister the premix proc when you go away | Max Horn | |
svn-id: r11755 | |||
2003-12-18 | endian conversion for music system | Robert Göffringmann | |
svn-id: r11746 | |||
2003-12-17 | enable music | Oliver Kiehl | |
svn-id: r11706 | |||
2003-12-16 | Look in MUSIC folder, not MUSIC1, there should be no conflicting music files. | Travis Howell | |
svn-id: r11683 | |||
2003-12-16 | Broken Sword 1: initial import | Robert Göffringmann | |
svn-id: r11664 |