aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-02automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ↵Jonathan Gray
some additional warnings in Makefile.new svn-id: r9399
2003-08-02Hebrew support for load/save dialogTravis Howell
svn-id: r9398
2003-08-02Improved hebrew support, thanks to JamiesonTravis Howell
svn-id: r9397
2003-08-02oopsMax Horn
svn-id: r9396
2003-08-02converted ChannelMP3 to use new rate conversion scheme, too. Only thing ↵Max Horn
missing now is FLAG_REVERSE_STEREO support (and of course fixing regressions, and the long term goal is to make resample.cpp usable, too) svn-id: r9395
2003-08-02patch #781530 Initial work on StreamCompMusic() by erikJonathan Gray
svn-id: r9394
2003-08-02fix ChannelMP3CDMusic volume, too :-)Max Horn
svn-id: r9393
2003-08-02fix Vorbis music volumeMax Horn
svn-id: r9392
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-02disable debug outputMax Horn
svn-id: r9390
2003-08-01The (long) WinCE FAQ has arrived ...Nicolas Bacca
svn-id: r9388
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