aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-30version 0.5.3cvsMax Horn
svn-id: r9304
2003-07-30now how did that happen...Oliver Kiehl
svn-id: r9303
2003-07-30fixed incorrect MSVC fixes; simplified readSample code (bugs #780167 and ↵Max Horn
#780420) svn-id: r9302
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-30globally disable 'unknown pragma' warning for VCMax Horn
svn-id: r9299
2003-07-30Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fixTorbjörn Andersson
the crash, but the sounds play at the wrong rate, I believe. svn-id: r9298
2003-07-30Update simon1Travis Howell
svn-id: r9296
2003-07-30Fix Golum Ring causes graphic glitches, bug #777966Travis Howell
svn-id: r9294
2003-07-30typoTravis Howell
svn-id: r9293
2003-07-30Add/remove/update simon commentsTravis Howell
svn-id: r9292
2003-07-30Added new scummvm/sound modules.Jamieson Christian
Disabled BS2 references until MSVC project can be set up. svn-id: r9291
2003-07-30Small cleanupTravis Howell
svn-id: r9290
2003-07-30vc_10_no_depack_swap implementationJamieson Christian
svn-id: r9289
2003-07-30Fixed MSVC errorsJamieson Christian
svn-id: r9288
2003-07-30Fix unit'd array and variable in simonTravis Howell
svn-id: r9285
2003-07-29Partial fix for bug #779013. It no longer crashes, but the config fileTorbjörn Andersson
setting still overrides the command-line option. svn-id: r9283
2003-07-29removed some debug outputMax Horn
svn-id: r9282
2003-07-29cleanupMax Horn
svn-id: r9281
2003-07-29turn d_sound.cpp into class BS2SoundJonathan Gray
svn-id: r9280
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
svn-id: r9279
2003-07-29Some basic suport for reversed text for hebrew version.Travis Howell
svn-id: r9278
2003-07-29account for the data in the _buffer, tooMax Horn
svn-id: r9276
2003-07-29after looking at SAM and DOTT, it seems the actor-voice sync actually is ↵Max Horn
*worse* with a non-zero _silenceCut value - setting it to 0 gives perfect sync for me... odd, when did this change? Anyway, removing _silenceCut. If you notice sync problems, tell me svn-id: r9275
2003-07-29some cleanup; moved around some stuff, preparing to unify more code of ↵Max Horn
ChannelMP3CDMusic and ChannelMP3 svn-id: r9274
2003-07-29return immediately after commiting suicide; enable new rate conversion codeMax Horn
svn-id: r9273
2003-07-29hooked up ChannelVorbis to the new rate converter system, using ↵Max Horn
VorbisInputStream svn-id: r9272
2003-07-29added VorbisInputStreamMax Horn
svn-id: r9271
2003-07-29added makeRateConverter factory functionMax Horn
svn-id: r9270
2003-07-29Fix mingw compileTravis Howell
svn-id: r9269
2003-07-29cleanupMax Horn
svn-id: r9266
2003-07-29Added FIXMEMax Horn
svn-id: r9265
2003-07-28fix vc compilationPaweł Kołodziejski
svn-id: r9263
2003-07-28checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)'Max Horn
svn-id: r9262
2003-07-28experimental new rate conversion code (use SOX_HACK to en-/disable it); note ↵Max Horn
that right now only the linear filter works, the high quality resample in resample.cpp is in flux; right now the top priority for me is to get MP3/Vorbis resampling working svn-id: r9261
2003-07-28fix for bug #776169Max Horn
svn-id: r9259
2003-07-28make wrapped stream work (I can hear some music in CoMI now before it ↵Max Horn
segfaults :-) svn-id: r9258
2003-07-28moved st_gcd to resample.cppMax Horn
svn-id: r9257
2003-07-28rewrote the input streams, this should be more straightforward and inline ↵Max Horn
slightly better (the fact that the main AudioInputStream methods are virtual still means that no inlining can take place there; but of course, if we did change that, all the rate converters would have to exist in 8, instead of currently 2, compiled versions) svn-id: r9256
2003-07-28<memory.h> is not a standard header file. (Merge from branch-0-5-0.)Marcus Comstedt
svn-id: r9255
2003-07-28no need to zero these variables twiceMax Horn
svn-id: r9254
2003-07-28more work on WrappedMemoryStream (not yet tested)Max Horn
svn-id: r9253
2003-07-28removed _encbyte (it's only used locally)Max Horn
svn-id: r9252
2003-07-28Fix for bug #778060 ("DOTT: Subtitle drawing glitch").Torbjörn Andersson
svn-id: r9249
2003-07-28StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework ↵Max Horn
on OS X) svn-id: r9248
2003-07-28change version to 0.5.3-cvs allowing room for two follow up minor releases...Jonathan Gray
svn-id: r9247
2003-07-28fix shadow'd varsJonathan Gray
svn-id: r9245
2003-07-28fix shadow warningMax Horn
svn-id: r9244
2003-07-28fixed const errorsMax Horn
svn-id: r9243
2003-07-28unificationMax Horn
svn-id: r9242