5982 Commits

Author SHA1 Message Date
Max Horn
1bd9026d8a remove debug output
svn-id: r9415
2003-08-02 14:54:54 +00:00
Max Horn
290a730885 fix for st_rate_flow, code is more straightforward now, too
svn-id: r9414
2003-08-02 14:48:11 +00:00
Torbjörn Andersson
e894c9c497 Added BASS to the hotkeys section and moved Alt-Enter to common.
svn-id: r9413
2003-08-02 14:45:12 +00:00
Travis Howell
9c91fb9a94 Typo
svn-id: r9411
2003-08-02 14:16:31 +00:00
Max Horn
ca0cc3b5ab obsolete
svn-id: r9410
2003-08-02 11:44:57 +00:00
Max Horn
c57f11f09f garhg
svn-id: r9409
2003-08-02 11:42:53 +00:00
Max Horn
d00a9923cc previous mod was techincally incorrect, this one should be better (but might still be buggy?)
svn-id: r9408
2003-08-02 11:38:23 +00:00
Max Horn
36d7287960 double broken in fact
svn-id: r9407
2003-08-02 11:17:59 +00:00
Max Horn
47f0abec39 GCC3 mode and distclean target were broken
svn-id: r9406
2003-08-02 11:17:11 +00:00
Travis Howell
8762b47a11 Make code match
svn-id: r9405
2003-08-02 11:04:29 +00:00
Travis Howell
03f6ec8a8a Always check for null string
svn-id: r9404
2003-08-02 10:48:30 +00:00
Torbjörn Andersson
a4ac513247 I think this fixes bug #780167 ("SIMON1/2: Sound problems"). When
st_rate_flow() had filled the output buffer, rate->icur and rate->ilast
held the same values, which led to some samples being duplicated on the
next call.

svn-id: r9403
2003-08-02 10:47:35 +00:00
Travis Howell
ec676d1581 My last commit caused regression
svn-id: r9402
2003-08-02 10:42:54 +00:00
Travis Howell
40c3f25cd7 Add combined speech/subtitles support for simon2 hebrew
svn-id: r9401
2003-08-02 10:15:07 +00:00
Travis Howell
29247636f6 Add combined speech/subtitles support for simon2 hebrew
svn-id: r9400
2003-08-02 10:09:05 +00:00
Jonathan Gray
93482ae5c6 automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable some additional warnings in Makefile.new
svn-id: r9399
2003-08-02 09:21:34 +00:00
Travis Howell
0b2bd31010 Hebrew support for load/save dialog
svn-id: r9398
2003-08-02 07:10:30 +00:00
Travis Howell
471bc5ceb5 Improved hebrew support, thanks to Jamieson
svn-id: r9397
2003-08-02 07:00:58 +00:00
Max Horn
326379b95e oops
svn-id: r9396
2003-08-02 02:54:56 +00:00
Max Horn
1f58fea232 converted ChannelMP3 to use new rate conversion scheme, too. Only thing 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 02:41:31 +00:00
Jonathan Gray
a932a74dcb patch #781530 Initial work on StreamCompMusic() by erik
svn-id: r9394
2003-08-02 02:31:36 +00:00
Max Horn
02d061598c fix ChannelMP3CDMusic volume, too :-)
svn-id: r9393
2003-08-02 02:12:26 +00:00
Max Horn
6da96e17c0 fix Vorbis music volume
svn-id: r9392
2003-08-02 02:11:15 +00:00
Max Horn
103112dd3d removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again)
svn-id: r9391
2003-08-02 00:36:38 +00:00
Max Horn
208a3925e9 disable debug output
svn-id: r9390
2003-08-02 00:29:53 +00:00
Nicolas Bacca
81b122e04b The (long) WinCE FAQ has arrived ...
svn-id: r9388
2003-08-01 22:12:50 +00:00
Max Horn
e972ecf600 updated .spec file by wjp; in particular, disable mad and enable vorbis by 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 21:29:46 +00:00
Max Horn
7c2713f57a indention fix (so the code adheres to our indention rules)
svn-id: r9384
2003-08-01 20:39:16 +00:00
Max Horn
deb7d22a08 some tweaks
svn-id: r9383
2003-08-01 17:51:26 +00:00
Max Horn
818de72124 don't use tabs!
svn-id: r9382
2003-08-01 17:47:11 +00:00
Max Horn
1cfa9d9029 let the input stream handle the looping (by pretending to be of infinite size -> this fixes a problem which cause 'gaps' at loop turn-over points)
svn-id: r9379
2003-08-01 16:32:11 +00:00
Travis Howell
252b8ed4b9 Add news/readme updates from other branch
svn-id: r9376
2003-08-01 16:12:59 +00:00
Travis Howell
615203cbf5 Add a few missing config file options
svn-id: r9368
2003-08-01 15:00:21 +00:00
Travis Howell
bc7a43dc41 Add config file format documentation update, part of patch #750001
svn-id: r9366
2003-08-01 14:46:56 +00:00
Travis Howell
35dbf2fe3a This should be Microsoft Visual C++ only
svn-id: r9364
2003-08-01 14:21:19 +00:00
Travis Howell
04cd9d8375 mingw compile broken when include order was changed
svn-id: r9363
2003-08-01 13:16:23 +00:00
Max Horn
672ebaf867 added an explicity CFBundleIdentifier
svn-id: r9362
2003-08-01 13:01:46 +00:00
Max Horn
4a2a1fcdd0 enable partial looping: However this is *completely* untested since I have 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 12:50:19 +00:00
Max Horn
d9bd77032a implemented raw sound looping; some debug output enabled temporarily
svn-id: r9360
2003-08-01 12:49:24 +00:00
Max Horn
0df319e952 #include cleanup (explicityl specify the location for headers from common/, 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 12:21:04 +00:00
Paweł Kołodziejski
64aa3229ad fix for endline
svn-id: r9358
2003-08-01 09:17:16 +00:00
Jonathan Gray
c7f4a6ee14 vc update from aquadran
svn-id: r9357
2003-08-01 07:56:16 +00:00
Travis Howell
479bc9645f Ooops
svn-id: r9356
2003-08-01 05:44:18 +00:00
Travis Howell
a15dab5fb8 This should be Microsoft Visual C++ only
svn-id: r9355
2003-08-01 05:41:07 +00:00
Travis Howell
053d12ef29 Small cleanup
svn-id: r9354
2003-08-01 04:42:56 +00:00
Jonathan Gray
b9cf579491 more descriptive title for mac ft demo
svn-id: r9353
2003-08-01 01:01:28 +00:00
Robert Göffringmann
64e14fd4ed changed loading & saving code to fix the bug discribed in the general forum. This bug applies to all platforms, it just seems to cause a crash only on Mac OS X.
svn-id: r9352
2003-08-01 00:15:05 +00:00
Max Horn
7240c7df18 added support for FT mac demo
svn-id: r9351
2003-07-31 22:57:04 +00:00
Robert Göffringmann
9702826aa0 added patched messages for BASS's mistranslations.
(also fixed bug about italian menu glitch)

svn-id: r9349
2003-07-31 21:26:27 +00:00
Max Horn
86af2b1e29 never include headers in other headers if you can avoid it -> this cuts down on the number of files that have to be recompiled when a header is modified
svn-id: r9348
2003-07-31 20:30:55 +00:00