Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-04 | my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from? | Max Horn | |
svn-id: r4191 | |||
2002-05-03 | Remove floating point in the MP3 volume control (baaaaaaaad on PDAs | Lionel Ulmer | |
like the iPAQ where no FPU is present). Instead replace it by a '32 level' volume control. svn-id: r4184 | |||
2002-05-01 | Pause and start of volume support | Nicolas Bacca | |
svn-id: r4165 | |||
2002-05-01 | Fix sound crash in some games. Thanks Michael Karcher. | James Brown | |
svn-id: r4155 | |||
2002-04-28 | MI1 CD audio should work better now. Still a bit flaky but should be | Lionel Ulmer | |
better than before :-) svn-id: r4128 | |||
2002-04-27 | MP3 CD tracks should now be working properly. | Lionel Ulmer | |
Ludde, maybe you should check if Simon is still working OK as now the change of the sound playing handle is 'asynchronous' (ie if you call 'stop' on a sound, the handle will NOT be put to NULL right away, but at the next 'mix' thread call). Maybe we should completely remove this handle stuff and always use instead the index returned by the 'play_XXX' functions. svn-id: r4101 | |||
2002-04-27 | Remove getpid() debug calls from mixer.cpp - not all platforms support this | James Brown | |
function. svn-id: r4100 | |||
2002-04-26 | Fixed race conditions in the sound code (where a sound could be | Lionel Ulmer | |
'freed' while it was mixed at the same time in the sound thread). Now Monkey1 seems to play well with Valgrind without any memory warning. svn-id: r4096 | |||
2002-04-26 | Remove useless debug code. | Lionel Ulmer | |
svn-id: r4094 | |||
2002-04-26 | Fixed one memory overwrite problem in MP3-CD support. First pass at | Lionel Ulmer | |
some code clean-up. More ahead (once I understand better the code :-) ). svn-id: r4093 | |||
2002-04-22 | Fix MP3 compilation. | James Brown | |
svn-id: r4050 | |||
2002-04-22 | Add voice channel tracking to stop script race in BumpusVille VR. | James Brown | |
svn-id: r4048 | |||
2002-04-21 | Add boilerplate license to some files, to satisfy Debian types :) | James Brown | |
fmopl.c/fmopl.h are infringing on the GPL at the moment. We either need to replace these, or get permission to relicense them, before 0.2.0 svn-id: r4036 | |||
2002-04-19 | Remove left over debug line. BBrox is anally retentive. | James Brown | |
svn-id: r4011 | |||
2002-04-19 | Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius. | James Brown | |
svn-id: r4009 | |||
2002-04-17 | Return of the MP3 CD patch ... use CBR 22 kHz | Nicolas Bacca | |
svn-id: r3981 | |||
2002-04-16 | Small fix to get sounds to actually finish :-) | Lionel Ulmer | |
svn-id: r3963 | |||
2002-04-16 | Proper commit now for MP3 sound support.... | Lionel Ulmer | |
svn-id: r3962 | |||
2002-04-16 | Add hack for loom staff verbs. | James Brown | |
Readd CD Audio svn-id: r3956 | |||
2002-04-16 | endian fixes, | Ludvig Strigeus | |
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955 | |||
2002-04-14 | wrote new mixer class, | Ludvig Strigeus | |
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 |