aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-01more descriptive title for mac ft demoJonathan Gray
svn-id: r9353
2003-08-01changed loading & saving code to fix the bug discribed in the general forum. ↵Robert Göffringmann
This bug applies to all platforms, it just seems to cause a crash only on Mac OS X. svn-id: r9352
2003-07-31added support for FT mac demoMax Horn
svn-id: r9351
2003-07-31added patched messages for BASS's mistranslations.Robert Göffringmann
(also fixed bug about italian menu glitch) svn-id: r9349
2003-07-31never include headers in other headers if you can avoid it -> this cuts down ↵Max Horn
on the number of files that have to be recompiled when a header is modified svn-id: r9348
2003-07-31get rid of BUGGY_NEW_MP3_PLAYERMax Horn
svn-id: r9347
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this ↵Max Horn
allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer svn-id: r9346
2003-07-31fixed MP3InputStream, now seems to work properly (kind of a surprise)Max Horn
svn-id: r9345
2003-07-31icur was not being saved between rate conversion callsMax Horn
svn-id: r9344
2003-07-31spelling (bug #781028)Max Horn
svn-id: r9342
2003-07-31cleanup for some comments & indentionMax Horn
svn-id: r9341
2003-07-31fix for bug #780989 (make distclean left some .deps dirs)Max Horn
svn-id: r9339
2003-07-31update vc7 filesPaweł Kołodziejski
svn-id: r9338
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31More LINC terminal font adjustments: Patch the "j" character for allTorbjörn Andersson
versions, and make the "1" a bit wider so that menus line up nicely. svn-id: r9336
2003-07-31Forward-port ZakV2 hacks from 0.5.0 branchJames Brown
svn-id: r9332
2003-07-31remove bs2 specific osystem varJonathan Gray
svn-id: r9330
2003-07-31slightly changed version of erik's implmentation of FadeServerJonathan Gray
svn-id: r9328
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-31use #define instead of enum here because that makes ccache more effective ↵Max Horn
when changing sample rates svn-id: r9326
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