Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-12 | Add HE 7.1 games music support, untested. | Travis Howell | |
svn-id: r14195 | |||
2004-07-12 | Add support for music in HE 7.0 games. | Travis Howell | |
Check music status correctly in 3DO versions. svn-id: r14193 | |||
2004-07-02 | Caused no speech in imuse digital games. | Travis Howell | |
svn-id: r14153 | |||
2004-06-25 | Delay only required when using subtitles | Travis Howell | |
svn-id: r14050 | |||
2004-06-23 | Remove HE7 check that wasn't needed and caused resource load failures. | Travis Howell | |
Enable startSound code in HE7 games. Avoid loading music resources in HE7 games, since they are unsupported at the moment. svn-id: r14010 | |||
2004-06-23 | Enable some sound support in HE7 games. | Travis Howell | |
svn-id: r14006 | |||
2004-06-22 | Add FBEAR: Partial fix for the piano, patch #977249 | Travis Howell | |
svn-id: r13999 | |||
2004-06-05 | Check if monkey sega cd sounds have already been demangled before trying to ↵ | Jonathan Gray | |
do demangle them. Patch #959129 from Jonathan Gevaryahu svn-id: r13935 | |||
2004-04-25 | Fix regression in DIG demo | Max Horn | |
svn-id: r13627 | |||
2004-04-24 | Patch #937443 (Monkey Island SegaCD Sound Fix), and some changes by me | Max Horn | |
svn-id: r13619 | |||
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile ↵ | Max Horn | |
class provides this functionality now svn-id: r13597 | |||
2004-04-17 | Amiga Monkey Island 1 sound update from Quietust: | Travis Howell | |
Allows MP3 music support in demo and full game. svn-id: r13593 | |||
2004-04-11 | Fixing up the mess I made out of the branches <sigh> | Max Horn | |
svn-id: r13551 | |||
2004-04-11 | oops | Max Horn | |
svn-id: r13550 | |||
2004-04-11 | Oops! Accidentally copied the HEAD sound.cpp into the 0.6.0 branch | Max Horn | |
svn-id: r13548 | |||
2004-04-11 | Fix for bug #907266 (MI Mac Music Bug) | Max Horn | |
svn-id: r13540 | |||
2004-04-10 | oops | Max Horn | |
svn-id: r13530 | |||
2004-04-10 | cleanup | Max Horn | |
svn-id: r13529 | |||
2004-04-10 | Cleanup Sound constructor; change search order of SFX files | Max Horn | |
svn-id: r13527 | |||
2004-04-03 | cleanup | Max Horn | |
svn-id: r13444 | |||
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter ↵ | Max Horn | |
-- reflect that in the name) svn-id: r13301 | |||
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-02-14 | Fix FUNPACK: puzzle blocks regression | Travis Howell | |
svn-id: r12867 | |||
2004-02-11 | Hack no longer required. | Travis Howell | |
Add stub for HE games. svn-id: r12818 | |||
2004-02-08 | fix var initialisation when both Vorbis and MP3 support are disabled | Max Horn | |
svn-id: r12778 | |||
2004-02-03 | Fix compile. | Travis Howell | |
svn-id: r12720 | |||
2004-02-03 | Act more gracefully when failing to load a (VOC) sound (should help bug #889442) | Max Horn | |
svn-id: r12719 | |||
2004-01-20 | Add newline | Travis Howell | |
Prevent overlapping speech in dig. svn-id: r12530 | |||
2004-01-16 | Fix for bug #862263 - Maniac actors never stop talking. I know this could ↵ | James Brown | |
probably be neater :) svn-id: r12430 | |||
2004-01-15 | fixed COMI speech behaviour | Max Horn | |
svn-id: r12415 | |||
2004-01-10 | More conversion to debug channels | James Brown | |
svn-id: r12293 | |||
2004-01-08 | unify _vm / _scumm usage | Max Horn | |
svn-id: r12262 | |||
2004-01-08 | forgot about this | Paweł Kołodziejski | |
svn-id: r12238 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn | |
svn-id: r12110 | |||
2004-01-03 | re-enabled .sog and .so3 support for FT | Max Horn | |
svn-id: r12096 | |||
2003-12-29 | Add support for mp3 or ogg musics tracks for Monkey Island 1 for Amiga. | Travis Howell | |
svn-id: r12005 | |||
2003-12-27 | fixed another potential crash-on-exit | Max Horn | |
svn-id: r11983 | |||
2003-12-27 | fixed compilation | Paweł Kołodziejski | |
svn-id: r11976 | |||
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵ | Max Horn | |
IMuseDigital oddities svn-id: r11966 | |||
2003-12-27 | renamed VOC functions | Max Horn | |
svn-id: r11962 | |||
2003-12-26 | got rid of those _maxFOO macros, replaced them by access to the equivalent ↵ | Max Horn | |
_numFOO variables svn-id: r11953 | |||
2003-12-26 | when introducing a constant used throughout multiple files, best assign a ↵ | Max Horn | |
*name* to it, else you're digging your own grave on the long run :-) svn-id: r11941 | |||
2003-12-26 | passthrought v7+ sound voices by imuse digital | Paweł Kołodziejski | |
svn-id: r11939 | |||
2003-12-26 | Set _sfxMode in HE games. | Travis Howell | |
svn-id: r11938 | |||
2003-12-25 | cleanup; fix File::open usage (do not hardocde constant values, rather use ↵ | Max Horn | |
the symbolic namescvs diff | bbeditcvs diff | bbedit svn-id: r11911 | |||
2003-12-25 | ops | Paweł Kołodziejski | |
svn-id: r11908 | |||
2003-12-25 | some changes to digital imuse | Paweł Kołodziejski | |
svn-id: r11907 | |||
2003-12-25 | start sound call directly digital imuse, only script part handled by ↵ | Paweł Kołodziejski | |
mainloop of scumm script svn-id: r11906 |