Age | Commit message (Expand) | Author |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-30 | globally disable 'unknown pragma' warning for VC | Max Horn |
2003-07-30 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson |
2003-07-30 | Update simon1 | Travis Howell |
2003-07-30 | Fix Golum Ring causes graphic glitches, bug #777966 | Travis Howell |
2003-07-30 | typo | Travis Howell |
2003-07-30 | Add/remove/update simon comments | Travis Howell |
2003-07-30 | Added new scummvm/sound modules. | Jamieson Christian |
2003-07-30 | Small cleanup | Travis Howell |
2003-07-30 | vc_10_no_depack_swap implementation | Jamieson Christian |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-30 | Fix unit'd array and variable in simon | Travis Howell |
2003-07-29 | Partial fix for bug #779013. It no longer crashes, but the config file | Torbjörn Andersson |
2003-07-29 | removed some debug output | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | turn d_sound.cpp into class BS2Sound | Jonathan Gray |
2003-07-29 | Add option for the demo included in Maniac Mansion (Classic version) | Travis Howell |
2003-07-29 | Some basic suport for reversed text for hebrew version. | Travis Howell |
2003-07-29 | account for the data in the _buffer, too | 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 | added VorbisInputStream | Max Horn |
2003-07-29 | added makeRateConverter factory function | Max Horn |
2003-07-29 | Fix mingw compile | Travis Howell |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | Added FIXME | Max Horn |
2003-07-28 | fix vc compilation | Paweł Kołodziejski |
2003-07-28 | checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)' | 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-28 | make wrapped stream work (I can hear some music in CoMI now before it segfaul... | Max Horn |
2003-07-28 | moved st_gcd to resample.cpp | Max Horn |
2003-07-28 | rewrote the input streams, this should be more straightforward and inline sli... | Max Horn |
2003-07-28 | <memory.h> is not a standard header file. (Merge from branch-0-5-0.) | Marcus Comstedt |
2003-07-28 | no need to zero these variables twice | Max Horn |
2003-07-28 | more work on WrappedMemoryStream (not yet tested) | Max Horn |
2003-07-28 | removed _encbyte (it's only used locally) | Max Horn |
2003-07-28 | Fix for bug #778060 ("DOTT: Subtitle drawing glitch"). | Torbjörn Andersson |
2003-07-28 | StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework on... | Max Horn |
2003-07-28 | change version to 0.5.3-cvs allowing room for two follow up minor releases... | Jonathan Gray |
2003-07-28 | fix shadow'd vars | Jonathan Gray |
2003-07-28 | fix shadow warning | Max Horn |
2003-07-28 | fixed const errors | Max Horn |
2003-07-28 | unification | Max Horn |
2003-07-28 | correct cflags variables | Jonathan Gray |
2003-07-28 | fix some VC7 warnings | Jonathan Gray |
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I don... | Max Horn |
2003-07-28 | match prototype | Jonathan Gray |