Commit Graph
5826 Commits
Author SHA1 Message Date
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
Max Horn 643e88b04c get rid of BUGGY_NEW_MP3_PLAYER
svn-id: r9347
2003-07-31 20:28:11 +00:00
Max Horn 0b4e48b59e revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer
svn-id: r9346
2003-07-31 20:24:10 +00:00
Max Horn d8494d658b fixed MP3InputStream, now seems to work properly (kind of a surprise)
svn-id: r9345
2003-07-31 19:32:38 +00:00
Max Horn 16425977b7 icur was not being saved between rate conversion calls
svn-id: r9344
2003-07-31 19:08:57 +00:00
Max Horn 1bcdcffc7d spelling (bug #781028)
svn-id: r9342
2003-07-31 18:55:29 +00:00
Max Horn c3c39a33c3 cleanup for some comments & indention
svn-id: r9341
2003-07-31 18:46:31 +00:00