Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn | |
svn-id: r47918 | |||
2010-02-03 | Fixed the hang with the new music code after the copy protection in Island ↵ | Filippos Karapetis | |
of Dr. Brain svn-id: r47870 | |||
2010-02-02 | Use MIDI by default for SCI32. Fixes the GK2 demo. | Matthew Hoops | |
svn-id: r47819 | |||
2010-02-02 | SCI: Abort when sound driver fails to open. | Walter van Niftrik | |
svn-id: r47807 | |||
2010-02-02 | SCI: Fix bug in keyshift handling in midi driver. | Walter van Niftrik | |
svn-id: r47806 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-30 | SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking. | Walter van Niftrik | |
svn-id: r47711 | |||
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn | |
svn-id: r47707 | |||
2010-01-29 | Don't cripple setVolume(), but throw a warning when receiving invalid ↵ | Filippos Karapetis | |
volumes and correct them for now - fixes the music in GK1 svn-id: r47690 | |||
2010-01-29 | Disabled the MIDI volume changing code till we figure out why it's getting ↵ | Filippos Karapetis | |
volume values greater than 127 svn-id: r47688 | |||
2010-01-29 | Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't ↵ | Filippos Karapetis | |
clear a song's handle when stopping it, but when disposing it. Hopefully, a lot of the SCI0 sound oddities are fixed now... svn-id: r47678 | |||
2010-01-29 | Always prefer MIDI drivers over the other ones | Filippos Karapetis | |
svn-id: r47677 | |||
2010-01-29 | Wording | Filippos Karapetis | |
svn-id: r47676 | |||
2010-01-29 | Don't modify the objects of sound slots that are already stopped, as the ↵ | Filippos Karapetis | |
associated objects could have been disposed. Fixes odd crashes in SQ3 svn-id: r47675 | |||
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of ↵ | Max Horn | |
invoke_selector svn-id: r47665 | |||
2010-01-29 | SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode. | Walter van Niftrik | |
svn-id: r47662 | |||
2010-01-28 | Always try and load the associated digital track if the requested MIDI track ↵ | Filippos Karapetis | |
couldn't be found svn-id: r47631 | |||
2010-01-27 | Fixed the demo version of Longbow - speech was not played at all with the ↵ | Filippos Karapetis | |
new sound code svn-id: r47610 | |||
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | Filippos Karapetis | |
svn-id: r47601 | |||
2010-01-27 | SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This ↵ | Matthew Hoops | |
fixes sound in the GK2 demo slideshow. Also, fix a logic bug with endianness in the DPCM decoders. svn-id: r47590 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-26 | Fixed loading of old saved games | Filippos Karapetis | |
svn-id: r47576 | |||
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik | |
svn-id: r47571 | |||
2010-01-26 | Removed the unnecessary fadeVolume variable | Filippos Karapetis | |
svn-id: r47566 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel | |
svn-id: r47534 | |||
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel | |
svn-id: r47530 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-23 | Amiga SCI1 games had signed sound data. Fixes PQ3 Amiga | Filippos Karapetis | |
svn-id: r47477 | |||
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound ↵ | Filippos Karapetis | |
and stopallsounds. is_sample now works with the new sound code svn-id: r47475 | |||
2010-01-22 | Reset the value of _resetOnPause when a song is loaded/unloaded | Filippos Karapetis | |
svn-id: r47434 | |||
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis | |
- Implemented kSetReverb (0x50) and kResetOnPause (0x4C) svn-id: r47433 | |||
2010-01-22 | SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation | Walter van Niftrik | |
svn-id: r47428 | |||
2010-01-21 | SCI: fixing iceman intro again (dont set datainc immediately but after delta) | Martin Kiewitz | |
svn-id: r47424 | |||
2010-01-21 | - Fixed pausing of all sounds in the playlist | Filippos Karapetis | |
- Sounds are now paused correctly when opening/closing the debug console - Some cleanup svn-id: r47422 | |||
2010-01-21 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r47419 | |||
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik | |
svn-id: r47418 | |||
2010-01-21 | SCI: Removed seq/ directory | Walter van Niftrik | |
svn-id: r47417 | |||
2010-01-21 | SCI: Add MT-32 to GM mapping | Walter van Niftrik | |
svn-id: r47416 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played ↵ | Filippos Karapetis | |
sometimes was actually mixer->stopAll(), which stopped the music stream as well (spotted by waltervn) - Hooked setReverb() to actually set music reverb svn-id: r47392 | |||
2010-01-19 | Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in ↵ | Filippos Karapetis | |
close(), as MidiPlayer_AdLib() is closed and reopened inside SciMusic::resetDriver(). Fixes savegame loading and resetting the game svn-id: r47384 | |||
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-18 | SCI: dont set dataInc selector inside updateCues when dataInc is not available | Martin Kiewitz | |
svn-id: r47362 | |||
2010-01-17 | SCI: Check GM patch before loading it | Walter van Niftrik | |
svn-id: r47345 | |||
2010-01-17 | SCI: Add MT-32 support for early SCI0 | Walter van Niftrik | |
svn-id: r47344 | |||
2010-01-17 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r47338 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 |