Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-17 | AUDIO: Fix warning | Willem Jan Palenstijn | |
2011-05-17 | FM-TOWNS AUDIO: Fix GCC warnings | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix several CppCheck warnings | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some fixes and renaming | athrxx | |
- renamed some stuff in the new midi driver code - fixed minor bug in midi driver code - fixed minor bug in euphony driver code - add some functionality to towns audio interface | |||
2011-05-17 | FM-TOWNS AUDIO: Fix some bugs and rename some stuff in the midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix note off event in midi driver | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix some midi driver bugs | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some midi code fixes and some renaming | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Improve thread safety | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix mod wheel setting | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Start fixing midi driver tempo | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: More midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some renaming in the euphony driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: More midi driver code (effect processing) | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some midi commands | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Implement some midi driver functions | athrxx | |
2011-05-17 | SCUMM: Adapt code to latest FM-TOWNS audio driver changes | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Change internal interface layout | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code for FM-TOWNS monkey2 and indy4 | athrxx | |
2011-05-17 | COMMON: Forbid use of some more symbols | Max Horn | |
2011-05-17 | AUDIO: Fix typo | Max Horn | |
2011-05-16 | AUDIO: Clarify required parameters for mixCallback. | Alyssa Milburn | |
Also, add an assert() to make invalid lengths obvious. | |||
2011-05-13 | SWORD25: Fix compilation when libvorbis is not present | md5 | |
2011-05-13 | AUDIO: Fix QuickTime stereo audio seeking | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | AUDIO: Fix usage of Timestamp::convertToFramerate | Matthew Hoops | |
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: audio/decoders/qdm2.h common/util.cpp engines/groovie/music.cpp engines/groovie/resource.h video/qt_decoder.cpp video/qt_decoder.h | |||
2011-05-10 | AUDIO: Change byte data tables to type AdLibInstrument | Max Horn | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-05-02 | AUDIO: Rename clock() -> updateClock() in SID emulator | Max Horn | |
2011-04-28 | ARM: Fix compilation really hard | dhewg | |
2011-04-28 | ANDROID: Fix compilation harder | dhewg | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2011-04-24 | AUDIO: Cleanup MS IMA handling | Matthew Hoops | |
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack. - Fixed stereo MS IMA ADPCM, the old routine was completely wrong. | |||
2011-04-23 | ASM: Defines do not get mangled | dhewg | |
2011-04-22 | AUDIO: Fix Tremolo support | dhewg | |
Include by used library, not by backend | |||
2011-04-21 | FM-TOWNS AUDIO: fix memory leak | athrxx | |
2011-04-18 | Merge pull request "New mixer mute handling." | Johannes Schickel | |
See https://github.com/scummvm/scummvm/pull/12 for more information. | |||
2011-04-16 | AUDIO: Cleanup sound type settings handling in MixerImpl. | Johannes Schickel | |
2011-04-16 | AUDIO: Renamed mute related functions in Mixer. | Johannes Schickel | |
This renames setMuteForSoundType to muteSoundType and getMuteForSoundType to isSoundTypeMuted. | |||
2011-04-14 | AUDIO: Name the ADPCM status struct. | Alyssa Milburn | |
2011-04-14 | AUDIO: Split the QuickTimeAudioDecoder into a new header file | Matthew Hoops | |
(Mirroring the new adpcm_intern.h file) | |||
2011-04-14 | AUDIO: Fix a typo | Matthew Hoops | |
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-04-13 | AUDIO: Add per sound type mute flag setting to Mixer(Impl). | Johannes Schickel | |
This also adapts our default implementation MixerImpl to handle the newly added flags properly. Now we do not need to set the sound volume for all types to 0, in case we want to mute them, but instead just set the mute flag for all types to true. This allows engines to be a bit more agonstic about mute support, when it comes to volume options etc. since they can just setup any volume they like, but are still muted (and thus will not break muting anymore). MIDI sound is of course not affected by this. | |||
2011-04-13 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: video/qt_decoder.cpp |