aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-01updated .spec file by wjp; in particular, disable mad and enable vorbis by ↵Max Horn
default (since RH9 doesn't ship with MAD); also correct the format of the changelog to be valid, and update the package descriptions svn-id: r9385
2003-08-01indention fix (so the code adheres to our indention rules)Max Horn
svn-id: r9384
2003-08-01some tweaksMax Horn
svn-id: r9383
2003-08-01don't use tabs!Max Horn
svn-id: r9382
2003-08-01let the input stream handle the looping (by pretending to be of infinite ↵Max Horn
size -> this fixes a problem which cause 'gaps' at loop turn-over points) svn-id: r9379
2003-08-01Add news/readme updates from other branchTravis Howell
svn-id: r9376
2003-08-01Add a few missing config file optionsTravis Howell
svn-id: r9368
2003-08-01Add config file format documentation update, part of patch #750001Travis Howell
svn-id: r9366
2003-08-01This should be Microsoft Visual C++ onlyTravis Howell
svn-id: r9364
2003-08-01mingw compile broken when include order was changedTravis Howell
svn-id: r9363
2003-08-01added an explicity CFBundleIdentifierMax Horn
svn-id: r9362
2003-08-01enable partial looping: However this is *completely* untested since I have ↵Max Horn
no clue where this feature is used, so i can't test it... if somebody tells me where this occurs, I can fix it, if it's not working already svn-id: r9361
2003-08-01implemented raw sound looping; some debug output enabled temporarilyMax Horn
svn-id: r9360
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-08-01fix for endlinePaweł Kołodziejski
svn-id: r9358
2003-08-01vc update from aquadranJonathan Gray
svn-id: r9357
2003-08-01OoopsTravis Howell
svn-id: r9356
2003-08-01This should be Microsoft Visual C++ onlyTravis Howell
svn-id: r9355
2003-08-01Small cleanupTravis Howell
svn-id: r9354
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