aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-31Correct nameTravis Howell
svn-id: r9324
2003-07-31remove unused variableJonathan Gray
svn-id: r9322
2003-07-31Fix for RC bug [780675] MI2: Reoccuring crashJamieson Christian
Tightened up OOB track selection handling in MidiParser. Apparently some SMFs in the Mac version of MI2 (and other games?) specify track -1 in their jump commands to indicate a jump within the same track. svn-id: r9321
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-31Changed DISABLE_BS2 to DISABLE_SWORD2Jamieson Christian
svn-id: r9319
2003-07-31cleaned up autoroute codeRobert Göffringmann
svn-id: r9318
2003-07-31applied slightly modified patch #772112 (BASS: Correcting (?) the LINC ↵Robert Göffringmann
terminal font) svn-id: r9317
2003-07-31Small cleanupTravis Howell
svn-id: r9316
2003-07-31deactivated loading/(auto-)saving at places where it's not allowedRobert Göffringmann
svn-id: r9315
2003-07-31make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by ↵Max Horn
default, because it is still quite buggy (e.g. crashes at end of stream etc) svn-id: r9314
2003-07-31removed the AudioInputStream::size method -> only eof() is really needed, ↵Max Horn
and this can be implemented more efficiently stand-alone; implemented MP3InputStream (work in progress) svn-id: r9313
2003-07-31cleanupMax Horn
svn-id: r9312
2003-07-30moved turn off warnings into vc7 project files. someone must also update vc6Paweł Kołodziejski
svn-id: r9311
2003-07-30disable empty statement warnings for vcPaweł Kołodziejski
svn-id: r9310
2003-07-30disable conversion type warnings for vcPaweł Kołodziejski
svn-id: r9309
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307
2003-07-30update vc7 filesPaweł Kołodziejski
svn-id: r9305
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