aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-26Set _sfxMode in HE games.Travis Howell
svn-id: r11938
2003-12-26Use digital sfx for HE gamesTravis Howell
svn-id: r11937
2003-12-26Update helpTravis Howell
svn-id: r11936
2003-12-26Update helpTravis Howell
svn-id: r11935
2003-12-26look for data/speech1/2.clu and data/speech/speech.clu, instead of ↵Jonathan Gray
data/speech1/2.clu and data/speech/speech1/2.clu fixes running from cd or using the same layout as the cd svn-id: r11934
2003-12-26add param to playInputStream which makes it possible to retain an input ↵Max Horn
stream even after it has been given to the mixer for playback svn-id: r11933
2003-12-26logic fix: we must do wrap around *before* read, not after. otherwise ↵Max Horn
eosIntern will in some border cases return wrong results; some cleanup svn-id: r11932
2003-12-26I got some buffer overflow warnings, seems 200KB isn't quite enough...Max Horn
svn-id: r11931
2003-12-25fix debuggerMax Horn
svn-id: r11930
2003-12-25fix indirect palette cyclingMax Horn
svn-id: r11929
2003-12-25Fix for bug #734154 (DIG: Savegame/Island names)Max Horn
svn-id: r11928
2003-12-25yet another TODOMax Horn
svn-id: r11927
2003-12-25two COMI TODOsMax Horn
svn-id: r11926
2003-12-25_inventory was sometimes accessed one-based and sometimes zero-based -> ↵Max Horn
always use zero-base, for consistency svn-id: r11925
2003-12-25cleanupMax Horn
svn-id: r11924
2003-12-25cleanupMax Horn
svn-id: r11923
2003-12-25Fix for bug #809942 (COMI: Guybrush disappears before Hotel on Blood)Max Horn
svn-id: r11922
2003-12-25cleanupMax Horn
svn-id: r11921
2003-12-25updated kernelSetFunctions opcode 20Paweł Kołodziejski
svn-id: r11920
2003-12-25be stricter about File::open paramsMax Horn
svn-id: r11919
2003-12-25disable the reverb hack for now; at hacked in sound font support (specify ↵Max Horn
'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices) svn-id: r11918
2003-12-25fix some bugletsMax Horn
svn-id: r11917
2003-12-25disable FT imuse sequence, sound table is brokenPaweł Kołodziejski
svn-id: r11916
2003-12-25don't pause imuse digital anymorePaweł Kołodziejski
svn-id: r11915
2003-12-25cleanupPaweł Kołodziejski
svn-id: r11914
2003-12-25cleanupMax Horn
svn-id: r11913
2003-12-25workaround crash on Intel systems (and it was *not* caused by me, mind you! :-)Max Horn
svn-id: r11912
2003-12-25cleanup; 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-25Patch #863997: Build Script for SlackwareMax Horn
svn-id: r11910
2003-12-25cleanup (TODO: reduce code duplication)Max Horn
svn-id: r11909
2003-12-25opsPaweł Kołodziejski
svn-id: r11908
2003-12-25some changes to digital imusePaweł Kołodziejski
svn-id: r11907
2003-12-25start sound call directly digital imuse, only script part handled by ↵Paweł Kołodziejski
mainloop of scumm script svn-id: r11906
2003-12-25Fix compileTravis Howell
svn-id: r11905
2003-12-25Spelling. Yes, I'm a hypocrite :)James Brown
svn-id: r11904
2003-12-25added support for start play ft smush audio from middle of san filePaweł Kołodziejski
svn-id: r11903
2003-12-25Enable INSANE by default.Travis Howell
svn-id: r11902
2003-12-25Enable INSANE by default.Eugene Sandulenko
Later #ifdef INSANE may go away at all svn-id: r11901
2003-12-25Updates: Full Throttle INSANE, Simon thing stuff, FOTAQ/BS1/BS2 should be ↵James Brown
completable apart from cutscenes in the Swords. svn-id: r11900
2003-12-25Fix pause mode during video/smush playbackMax Horn
svn-id: r11899
2003-12-25cleanupMax Horn
svn-id: r11898
2003-12-25Fixed bug when Ben disappeared after some battles.Eugene Sandulenko
Fixed bug with correct scene ending behaviour, now FT Mac Demo is completable. Fixed some bugs with cavefish actor. Cleanup. svn-id: r11897
2003-12-24removed usage auto free flag, and fixed stupid bug related with sample sizePaweł Kołodziejski
svn-id: r11896
2003-12-24cleanupMax Horn
svn-id: r11895
2003-12-24fix memory leakMax Horn
svn-id: r11894
2003-12-24o Added SoundMixer::isReady()Max Horn
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893
2003-12-24fixed ft sounds channels initializationPaweł Kołodziejski
svn-id: r11892
2003-12-24fixed compilationPaweł Kołodziejski
svn-id: r11891
2003-12-24muse use even size when pushing data into a mixerstreamMax Horn
svn-id: r11890
2003-12-24cleanup (code should be 100% equivalent)Max Horn
svn-id: r11889