Age | Commit message (Expand) | Author |
2003-09-02 | Fixed compiler warning that I introduced earlier. | Torbjörn Andersson |
2003-09-02 | Added per-channel pausing. Maybe I should have named the pauseChannel() | Torbjörn Andersson |
2003-09-01 | forgot this | Paweł Kołodziejski |
2003-09-01 | The channel could be destroyed so changeVolumeAndPan can't access it in that ... | Chris Apers |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-08-30 | revert id handle stuff | Paweł Kołodziejski |
2003-08-30 | added func isChannelActive for mixer, and fixed handling numbers of channel 0 | Paweł Kołodziejski |
2003-08-09 | added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni... | Robert Göffringmann |
2003-08-06 | some cleanup | Max Horn |
2003-08-05 | some cleanup; added Channel::getVolume, once somebody tells me what exactly i... | Max Horn |
2003-08-05 | begone, old mixer code | Max Horn |
2003-08-05 | more cleanup | Max Horn |
2003-08-05 | more cleanup (like the previous two, I just moved around code, to clearly sep... | Max Horn |
2003-08-05 | some more cleanup | Max Horn |
2003-08-05 | cleanup; removed some code duplication | Max Horn |
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (... | Max Horn |
2003-08-02 | some more tweaks | Max Horn |
2003-08-02 | added FLAG_REVERSE_STEREO support | Max Horn |
2003-08-02 | obsolete | Max Horn |
2003-08-02 | oops | Max Horn |
2003-08-02 | converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi... | Max Horn |
2003-08-02 | fix ChannelMP3CDMusic volume, too :-) | Max Horn |
2003-08-02 | fix Vorbis music volume | Max Horn |
2003-08-02 | disable debug output | Max Horn |
2003-08-01 | let the input stream handle the looping (by pretending to be of infinite size... | Max Horn |
2003-08-01 | implemented raw sound looping; some debug output enabled temporarily | Max Horn |
2003-07-31 | get rid of BUGGY_NEW_MP3_PLAYER | Max Horn |
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a... | Max Horn |
2003-07-31 | make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by def... | Max Horn |
2003-07-31 | cleanup | Max Horn |
2003-07-30 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | removed some debug output | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor... | Max Horn |
2003-07-29 | some cleanup; moved around some stuff, preparing to unify more code of Channe... | Max Horn |
2003-07-29 | return immediately after commiting suicide; enable new rate conversion code | Max Horn |
2003-07-29 | hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt... | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-28 | experimental new rate conversion code (use SOX_HACK to en-/disable it); note ... | Max Horn |
2003-07-28 | fix for bug #776169 | Max Horn |
2003-07-26 | oops accidentally broke the 'old' 8bit resampling code :-( | Max Horn |
2003-07-25 | lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum... | Max Horn |
2003-07-23 | Fixed regression in clamped_add_16() that kept it from clamping. This was | Torbjörn Andersson |
2003-07-17 | simplified code | Max Horn |
2003-07-14 | oops | Max Horn |
2003-07-14 | removed whitespaces at line ends; added stopHandle | Max Horn |
2003-07-12 | Fixed RTTI warnings with PalmOS port | Chris Apers |
2003-07-12 | verify chan != 0 even on WinCE | Max Horn |
2003-07-12 | Give sample rate to channel classes (WinCE downsampling) / Do not use dynamic... | Nicolas Bacca |