Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-22 | MOHAWK: Remove 'old' from the LB v1 sound function too | Matthew Hoops | |
2011-02-13 | MOHAWK: Add support for Mac LB v2 games | Matthew Hoops | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-23 | MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodes | Matthew Hoops | |
svn-id: r55460 | |||
2011-01-23 | MOHAWK: Do not stop ambient sounds when finding no matching Riven SLST index | Matthew Hoops | |
This fixes the ambient sounds in the Rebel Tunnel puzzle and Temple Island maglev among other places. svn-id: r55459 | |||
2011-01-22 | MOHAWK: Fix meaning of the sound loop variable | Matthew Hoops | |
svn-id: r55433 | |||
2011-01-22 | MOHAWK: Update the ADPC chunk code | Matthew Hoops | |
svn-id: r55431 | |||
2011-01-19 | MOHAWK: Don't use a fixed-size array for cue lists. | Alyssa Milburn | |
svn-id: r55335 | |||
2011-01-19 | MOHAWK: Properly initialize Myst's background SndHandle | Matthew Hoops | |
svn-id: r55331 | |||
2011-01-19 | MOHAWK: Use a separate SndHandle for Myst's background sound | Matthew Hoops | |
svn-id: r55330 | |||
2011-01-19 | MOHAWK: Add some supporting code for cue lists. | Alyssa Milburn | |
svn-id: r55328 | |||
2011-01-18 | MOHAWK: Rename some Myst-specific sound functions; cleanup | Matthew Hoops | |
svn-id: r55314 | |||
2011-01-11 | MOHAWK: Cleanup Mohawk wave parsing | Matthew Hoops | |
svn-id: r55212 | |||
2011-01-03 | MOHAWK: Add stopMidi() function. | Alyssa Milburn | |
svn-id: r55113 | |||
2011-01-02 | MOHAWK: Don't leak the MIDI data. | Alyssa Milburn | |
svn-id: r55094 | |||
2011-01-02 | MOHAWK: Don't delete the MIDI driver before the parser. | Alyssa Milburn | |
The parser was trying to call into the deleted driver. svn-id: r55093 | |||
2010-12-24 | MOHAWK: Fix playing sound from aliases in Myst ME. | Bastien Bouclet | |
svn-id: r55031 | |||
2010-12-18 | MOHAWK: Separate background sound handling from other sounds for Myst. Allow ↵ | Bastien Bouclet | |
the scripts to change the background sound volume. svn-id: r54953 | |||
2010-11-29 | MOHAWK: Don't store the sound name in SndHandle | Matthew Hoops | |
svn-id: r54647 | |||
2010-11-29 | MOHAWK : Finished implementing Selenitic sound receiver | Bastien Bouclet | |
svn-id: r54593 | |||
2010-11-27 | MOHAWK: Add an isPlaying() and stopSound(id) function to Sound (for LB and ↵ | Matthew Hoops | |
others) svn-id: r54514 | |||
2010-11-21 | MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie) | Matthew Hoops | |
svn-id: r54397 | |||
2010-11-20 | MOHAWK: Cleanup resource handling | Matthew Hoops | |
- Renamed getRawData() to getResource() - Add a getResource() and hasResource() function for named resources - Other minor formatting changes svn-id: r54396 | |||
2010-09-08 | MOHAWK: Implement blocking sound in Riven | Matthew Hoops | |
Sounds that set the third argument of the playSound opcode to 1 (wherever they may be) will now block. The volume parameter of playSound is also now honored. Merge the Myst sound blocking code with this too. svn-id: r52643 | |||
2010-09-07 | MOHAWK: Sound cleanup | Matthew Hoops | |
Merge the Riven sound file code with the main Riven resource code and remove the mainSoundFile parameter from Sound::playSound(). Reasoning: The sound id's do not collide with the sound id's in the main data files. The sound archives only exist because the original CD version had the ability to choose between low and high quality audio. svn-id: r52631 | |||
2010-07-09 | Fix some other valgrind warnings. | Matthew Hoops | |
svn-id: r50762 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-02-26 | Cleanup the sound code a bit. | Matthew Hoops | |
svn-id: r48133 | |||
2010-01-31 | Switch makeADPCMStream to DisposeAfterUse::Flag | Max Horn | |
svn-id: r47736 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-28 | Fix warning when using -Wuninitialized | Max Horn | |
svn-id: r47633 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-24 | Fill in the unknown values of the ADPC chunk in Mohawk sounds and update ↵ | Matthew Hoops | |
comments. svn-id: r47528 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-22 | Always loop sounds declared in the VIEW resources of Myst. While Myst ↵ | Matthew Hoops | |
specifies in the metadata of its sound resources, Myst ME does not have that feature so we have to specify the looping. Looping now works in Myst ME. svn-id: r47431 | |||
2010-01-22 | Rename MohawkFile to MohawkArchive and OldMohawkFile to ↵ | Matthew Hoops | |
LivingBooksArchive_v1 (the latter originally having an ambiguous meaning) and move them to resource.* Also, renaming the Living Books game types to remove the ambiguous old/new. svn-id: r47429 | |||
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn | |
svn-id: r47397 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn | |
svn-id: r47368 | |||
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn | |
svn-id: r47367 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel | |
svn-id: r47134 | |||
2010-01-07 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | Johannes Schickel | |
svn-id: r47128 | |||
2010-01-07 | Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be ↵ | Johannes Schickel | |
looped with the new looping code. svn-id: r47127 | |||
2009-12-30 | Removed some unnecessary whitespace. Changed some spaces to tabs. | Torbjörn Andersson | |
svn-id: r46735 | |||
2009-12-30 | Re-indentet switch() blocks to follow ScummVM indentation style. (I've always | Torbjörn Andersson | |
found this style a bit unusual, but I value consistency.) svn-id: r46734 |