Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-30 | disabled reverb effect in QuickTime / CoreAudio drivers until we figure out ↵ | Max Horn | |
why they bog down the system so much; added experimental streaming mode to CoreAudio driver, which is not tested at all due to bugs in the Simon code (which right now prevent me from playing any music in Simon type games) svn-id: r5353 | |||
2002-10-28 | Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define. | James Brown | |
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' condition. svn-id: r5344 | |||
2002-10-27 | don't put samples into stream SoundMixer if sound card is disabled | Paweł Kołodziejski | |
svn-id: r5338 | |||
2002-10-27 | Add monster.sog support, patch #629362 | Travis Howell | |
Enable ogg support by default in mingw builds and link in ogg lib svn-id: r5333 | |||
2002-10-27 | patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵ | Jonathan Gray | |
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320 | |||
2002-10-24 | QuickTime midi driver will now not error out on pitch bend changes. Still, ↵ | Max Horn | |
pitch bending is very wrong svn-id: r5293 | |||
2002-10-23 | changing warnings to debug level 2 | Paweł Kołodziejski | |
svn-id: r5273 | |||
2002-10-23 | fix -Wshadow warnings | Max Horn | |
svn-id: r5270 | |||
2002-10-21 | Fixing the ALSA fix. ;) | Jamieson Christian | |
svn-id: r5220 | |||
2002-10-21 | Pitch bend fix for ALSA driver | Jamieson Christian | |
svn-id: r5219 | |||
2002-10-21 | oops forgot this file | Max Horn | |
svn-id: r5213 | |||
2002-10-21 | fixed compilation on MacOS | Max Horn | |
svn-id: r5212 | |||
2002-10-21 | Pitch bend fixes for QTMA | Jamieson Christian | |
svn-id: r5208 | |||
2002-10-16 | compilation fix | Max Horn | |
svn-id: r5158 | |||
2002-10-15 | changes to imuse | Paweł Kołodziejski | |
svn-id: r5157 | |||
2002-10-15 | fix | Paweł Kołodziejski | |
svn-id: r5156 | |||
2002-10-15 | Sanity checking to fix crash caused by latest sound commits | James Brown | |
svn-id: r5151 | |||
2002-10-15 | changes to soundmixer - added timeout param to stream | Paweł Kołodziejski | |
svn-id: r5149 | |||
2002-10-14 | Removed hard-coded pitch bend setup, now being handled on-the-fly in imuse.cpp | Jamieson Christian | |
svn-id: r5146 | |||
2002-10-12 | revised options dialog | Max Horn | |
svn-id: r5130 | |||
2002-10-11 | Close Etude midi driver on exit in the ugghliest way possible | Ruediger Hanke | |
svn-id: r5129 | |||
2002-10-10 | default port for alsa if env var isn't set | Jonathan Gray | |
svn-id: r5119 | |||
2002-10-02 | Renamed new AMidi to Etude | Ruediger Hanke | |
svn-id: r5079 | |||
2002-10-02 | added panning control in imuse and reverse stereo support | Paweł Kołodziejski | |
svn-id: r5076 | |||
2002-10-02 | Fix 'isSoundRunning' for Creative samples (eg, Full Throttle) | James Brown | |
svn-id: r5072 | |||
2002-10-01 | changes for stoping sounds | Paweł Kołodziejski | |
svn-id: r5062 | |||
2002-09-29 | temporary pitch bend fix for the QuickTime midi driver. not quite perfect... hrm | Max Horn | |
svn-id: r5041 | |||
2002-09-29 | Merge in 615745: GMD via AdLib emulation | James Brown | |
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033 | |||
2002-09-24 | removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵ | Max Horn | |
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016 | |||
2002-09-17 | Patch 610257jamieson630/Windows MMSYSTEM error reclassification | James Brown | |
svn-id: r4955 | |||
2002-09-15 | new smush player need bigger buffer | Paweł Kołodziejski | |
svn-id: r4942 | |||
2002-09-15 | speed changes to play smush movies | Paweł Kołodziejski | |
svn-id: r4941 | |||
2002-09-14 | fixed stream in mixer, not completed yet - bad wrap around. | Paweł Kołodziejski | |
svn-id: r4940 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-09-02 | fixes | Paweł Kołodziejski | |
svn-id: r4897 | |||
2002-09-02 | changed file io in sounds to class File | Paweł Kołodziejski | |
svn-id: r4896 | |||
2002-08-29 | sound system cleanup | Max Horn | |
svn-id: r4867 | |||
2002-08-25 | better SFX suport in the Dig | Paweł Kołodziejski | |
svn-id: r4852 | |||
2002-08-24 | synced with scummvm | Paweł Kołodziejski | |
svn-id: r4821 | |||
2002-08-23 | fix for bug #598938: sfx/music volume set 0 is not mute; some cleanup | Max Horn | |
svn-id: r4805 | |||
2002-08-23 | fix for music loop, I think :) | Paweł Kołodziejski | |
svn-id: r4804 | |||
2002-08-22 | Changed MorphOS MIDI code so that data sent from different threads are no ↵ | Ruediger Hanke | |
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801 | |||
2002-08-21 | fixed one-off-error (I hope this fix is right?); use calloc instead of ↵ | Max Horn | |
malloc to ensure struct is zeroed svn-id: r4795 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-08-21 | Add missing iMUSE midi effect | James Brown | |
svn-id: r4784 | |||
2002-08-20 | applied patch 597414, thanks Xavier | Paweł Kołodziejski | |
svn-id: r4778 | |||
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn | |
svn-id: r4764 | |||
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn | |
svn-id: r4758 | |||
2002-08-18 | pedantic #define rename :-) | Max Horn | |
svn-id: r4755 |