Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-02 | automatically 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-02 | Hebrew support for load/save dialog | Travis Howell | |
svn-id: r9398 | |||
2003-08-02 | Improved hebrew support, thanks to Jamieson | Travis Howell | |
svn-id: r9397 | |||
2003-08-02 | oops | Max Horn | |
svn-id: r9396 | |||
2003-08-02 | converted 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-02 | patch #781530 Initial work on StreamCompMusic() by erik | Jonathan Gray | |
svn-id: r9394 | |||
2003-08-02 | fix ChannelMP3CDMusic volume, too :-) | Max Horn | |
svn-id: r9393 | |||
2003-08-02 | fix Vorbis music volume | Max Horn | |
svn-id: r9392 | |||
2003-08-02 | removed 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-02 | disable debug output | Max Horn | |
svn-id: r9390 | |||
2003-08-01 | The (long) WinCE FAQ has arrived ... | Nicolas Bacca | |
svn-id: r9388 | |||
2003-08-01 | updated .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-01 | indention fix (so the code adheres to our indention rules) | Max Horn | |
svn-id: r9384 | |||
2003-08-01 | some tweaks | Max Horn | |
svn-id: r9383 | |||
2003-08-01 | don't use tabs! | Max Horn | |
svn-id: r9382 | |||
2003-08-01 | let 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-01 | Add news/readme updates from other branch | Travis Howell | |
svn-id: r9376 | |||
2003-08-01 | Add a few missing config file options | Travis Howell | |
svn-id: r9368 | |||
2003-08-01 | Add config file format documentation update, part of patch #750001 | Travis Howell | |
svn-id: r9366 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9364 | |||
2003-08-01 | mingw compile broken when include order was changed | Travis Howell | |
svn-id: r9363 | |||
2003-08-01 | added an explicity CFBundleIdentifier | Max Horn | |
svn-id: r9362 | |||
2003-08-01 | enable 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-01 | implemented raw sound looping; some debug output enabled temporarily | Max 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-01 | fix for endline | Paweł Kołodziejski | |
svn-id: r9358 | |||
2003-08-01 | vc update from aquadran | Jonathan Gray | |
svn-id: r9357 | |||
2003-08-01 | Ooops | Travis Howell | |
svn-id: r9356 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9355 | |||
2003-08-01 | Small cleanup | Travis Howell | |
svn-id: r9354 | |||
2003-08-01 | more descriptive title for mac ft demo | Jonathan Gray | |
svn-id: r9353 | |||
2003-08-01 | changed 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-31 | added support for FT mac demo | Max Horn | |
svn-id: r9351 | |||
2003-07-31 | added patched messages for BASS's mistranslations. | Robert Göffringmann | |
(also fixed bug about italian menu glitch) svn-id: r9349 | |||
2003-07-31 | never 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-31 | get rid of BUGGY_NEW_MP3_PLAYER | Max Horn | |
svn-id: r9347 | |||
2003-07-31 | revamped 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-31 | fixed MP3InputStream, now seems to work properly (kind of a surprise) | Max Horn | |
svn-id: r9345 | |||
2003-07-31 | icur was not being saved between rate conversion calls | Max Horn | |
svn-id: r9344 | |||
2003-07-31 | spelling (bug #781028) | Max Horn | |
svn-id: r9342 | |||
2003-07-31 | cleanup for some comments & indention | Max Horn | |
svn-id: r9341 | |||
2003-07-31 | fix for bug #780989 (make distclean left some .deps dirs) | Max Horn | |
svn-id: r9339 | |||
2003-07-31 | update vc7 files | Paweł Kołodziejski | |
svn-id: r9338 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | More LINC terminal font adjustments: Patch the "j" character for all | Torbjörn Andersson | |
versions, and make the "1" a bit wider so that menus line up nicely. svn-id: r9336 | |||
2003-07-31 | Forward-port ZakV2 hacks from 0.5.0 branch | James Brown | |
svn-id: r9332 | |||
2003-07-31 | remove bs2 specific osystem var | Jonathan Gray | |
svn-id: r9330 | |||
2003-07-31 | slightly changed version of erik's implmentation of FadeServer | Jonathan Gray | |
svn-id: r9328 | |||
2003-07-31 | added 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-31 | use #define instead of enum here because that makes ccache more effective ↵ | Max Horn | |
when changing sample rates svn-id: r9326 |