Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | fix -Wshadow warnings | Max Horn | |
svn-id: r5270 | |||
2002-10-22 | fixing various warnings that occur with -Wshadow;some other minor cleanup | Max Horn | |
svn-id: r5239 | |||
2002-10-21 | Patch 622642 | James Brown | |
svn-id: r5218 | |||
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are ↵ | Max Horn | |
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216 | |||
2002-10-21 | use File::size() method were it makes sense; one small change to simon.cpp ↵ | Max Horn | |
based on comment on bug #595813 svn-id: r5210 | |||
2002-10-20 | Patch 625904: CD Looping | James Brown | |
svn-id: r5199 | |||
2002-10-18 | Fix Wait:forActorDraw and the 'infinite mouth movement' problem in The Dig. | James Brown | |
Code assumed that the actor always starts talking in the same room it finishes talking in - this doesn't apply for several cutscene sequences in The Dig. Also added the usual talkChannel fallback code in for The Dig. svn-id: r5186 | |||
2002-10-16 | Make it possible to disable digitalimuse by just commenting out it's | James Brown | |
creation in scummvm.cpp svn-id: r5162 | |||
2002-10-16 | fixes to imuse | Paweł Kołodziejski | |
svn-id: r5161 | |||
2002-10-15 | changes to imuse | Paweł Kołodziejski | |
svn-id: r5157 | |||
2002-10-15 | cleanup sfx and music in imuse, changed talkdelay description(disable) in ↵ | Paweł Kołodziejski | |
the dig svn-id: r5148 | |||
2002-10-08 | synced with local sources (imuse) | Paweł Kołodziejski | |
svn-id: r5110 | |||
2002-10-06 | applied patch: #619275 | Paweł Kołodziejski | |
svn-id: r5099 | |||
2002-10-06 | hack: enabled exit from loop on bad opcode. | Paweł Kołodziejski | |
some FT samples (ex. 362) has bad length, 2 bytes svn-id: r5098 | |||
2002-10-04 | added looping voc samples in imuse(not tested) | Paweł Kołodziejski | |
svn-id: r5087 | |||
2002-10-03 | FT also use Imuse | Paweł Kołodziejski | |
svn-id: r5086 | |||
2002-10-03 | patch #617417: Sound fix for Sam & Max demo | Max Horn | |
svn-id: r5085 | |||
2002-10-02 | fixed compilation and indent | Paweł Kołodziejski | |
svn-id: r5077 | |||
2002-10-02 | added panning control in imuse and reverse stereo support | Paweł Kołodziejski | |
svn-id: r5076 | |||
2002-10-02 | patch #617419: SAM: sound fix | Max Horn | |
svn-id: r5075 | |||
2002-10-02 | Fix 'isSoundRunning' for Creative samples (eg, Full Throttle) | James Brown | |
svn-id: r5072 | |||
2002-09-30 | changed from byte to int16 to handle sound number greater than 255 | Paweł Kołodziejski | |
svn-id: r5056 | |||
2002-09-30 | changed the dig music into stream sound | Paweł Kołodziejski | |
svn-id: r5054 | |||
2002-09-30 | synced with local sources (imuse) | Paweł Kołodziejski | |
svn-id: r5053 | |||
2002-09-29 | Patch #616146: Hack to prevent multiple sounds on DOTT/SamNmax (not sure if ↵ | James Brown | |
it's the correct behavior for Sam, seems right for DOTT tho) svn-id: r5034 | |||
2002-09-29 | framework of Imuse sound for The Dig | Paweł Kołodziejski | |
svn-id: r5031 | |||
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn | |
svn-id: r5021 | |||
2002-09-26 | Patch 614223: _sfxMode fix | James Brown | |
svn-id: r5019 | |||
2002-09-22 | renamec string -> _string and sentence -> _sentence in class Scumm (I ↵ | Max Horn | |
originally reworked StringTab, but then noticed the save game format depends on it <sigh>) svn-id: r4995 | |||
2002-09-22 | yet more warning fixes | Max Horn | |
svn-id: r4992 | |||
2002-09-21 | Add the following patches: | Travis Howell | |
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986 | |||
2002-09-18 | Timer is handled in Engine now | Paweł Kołodziejski | |
svn-id: r4964 | |||
2002-09-16 | Fix some odd regression issue. | James Brown | |
Somewhere, recently, current_cd_sound has stopped being set for various things. svn-id: r4951 | |||
2002-09-15 | improved open function in File class | Paweł Kołodziejski | |
svn-id: r4945 | |||
2002-09-15 | speed changes to play smush movies | Paweł Kołodziejski | |
svn-id: r4941 | |||
2002-09-13 | reducing some header dependencies | Max Horn | |
svn-id: r4928 | |||
2002-09-13 | patch #608226 (Sam & Max sound fix) | Max Horn | |
svn-id: r4926 | |||
2002-09-11 | Commited the following patches | Travis Howell | |
[ 606595 ] Fix for Sam & Max animation glitch [ 607175 ] Possible fix for bug #590511 [ 607677 ] Partial workaround for bug #566062 [ 607713 ] patch for bug 580350 (MI2 F5 crash) svn-id: r4924 | |||
2002-09-09 | some Indy 3 mods (sound is still not working properly, though) | Max Horn | |
svn-id: r4914 | |||
2002-09-02 | changed file io in sounds to class File | Paweł Kołodziejski | |
svn-id: r4896 | |||
2002-08-31 | changed Bundle to File class, cleanup | Paweł Kołodziejski | |
svn-id: r4874 | |||
2002-08-29 | sound system cleanup | Max Horn | |
svn-id: r4867 |