Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-02 | Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflow | Max Horn | |
svn-id: r12079 | |||
2003-12-29 | Emergency bugfix to keep Full Throttle from crashing as soon as someone | Torbjörn Andersson | |
tries to speak. I don't know this code well enough to know if there is a more appropriate way of fixing this... svn-id: r12007 | |||
2003-12-27 | fixed a crash-on-exit | Max Horn | |
svn-id: r11982 | |||
2003-12-27 | fix volume problems (I think...) | Max Horn | |
svn-id: r11979 | |||
2003-12-27 | more cleanup | Max Horn | |
svn-id: r11978 | |||
2003-12-27 | cleanup | Max Horn | |
svn-id: r11977 | |||
2003-12-27 | update bundle music every 1/10th of a sec (there was a very noticable delay ↵ | Max Horn | |
before music started playing at e.g. the chapter 1 screen in COMI svn-id: r11975 | |||
2003-12-27 | try to make it more obvious how certain timer freqs are derived | Max Horn | |
svn-id: r11974 | |||
2003-12-27 | append more data the first time around (this avoids a stutter problem, which ↵ | Max Horn | |
was caused by an underrun of the audio stream; note that all this is just a temporary fix, once we switch to a 'pull' strategy as opposed to the current push, the problem will go away automatically, due to design :-) svn-id: r11973 | |||
2003-12-27 | fix VOC playback; create AudioInputStream earlier | Max Horn | |
svn-id: r11972 | |||
2003-12-27 | no need to convert data to stereo, the mixer can handle mono data just fine | Max Horn | |
svn-id: r11971 | |||
2003-12-27 | oops | Max Horn | |
svn-id: r11970 | |||
2003-12-27 | add some comments; convert tabs inside table to spaces (otherwise the table ↵ | Max Horn | |
is not really readable unless you have the precise same tab settings as the table author) svn-id: r11969 | |||
2003-12-27 | nicer error | Max Horn | |
svn-id: r11968 | |||
2003-12-27 | proper error instead of silent (and fatal) failure | Max Horn | |
svn-id: r11967 | |||
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 | ops | Paweł Kołodziejski | |
svn-id: r11952 | |||
2003-12-26 | added handing voc loops | Paweł Kołodziejski | |
svn-id: r11951 | |||
2003-12-26 | change IMuseDigital to 'own' the AudioInputStream (the idea is that ↵ | Max Horn | |
eventually it can use a custom AudioInputStream, and thus implement a pull interface instead of push one) svn-id: r11950 | |||
2003-12-26 | some fixes to imuse digital | Paweł Kołodziejski | |
svn-id: r11949 | |||
2003-12-26 | corrections for pan control | Paweł Kołodziejski | |
svn-id: r11948 | |||
2003-12-26 | forgot this | Paweł Kołodziejski | |
svn-id: r11947 | |||
2003-12-26 | it should be _voiceVocData | Paweł Kołodziejski | |
svn-id: r11943 | |||
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-25 | cleanup | Max Horn | |
svn-id: r11924 | |||
2003-12-25 | fix some buglets | Max Horn | |
svn-id: r11917 | |||
2003-12-25 | disable FT imuse sequence, sound table is broken | Paweł Kołodziejski | |
svn-id: r11916 | |||
2003-12-25 | cleanup | Paweł Kołodziejski | |
svn-id: r11914 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11913 | |||
2003-12-25 | workaround crash on Intel systems (and it was *not* caused by me, mind you! :-) | Max Horn | |
svn-id: r11912 | |||
2003-12-25 | cleanup (TODO: reduce code duplication) | Max Horn | |
svn-id: r11909 | |||
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 | |||
2003-12-24 | removed usage auto free flag, and fixed stupid bug related with sample size | Paweł Kołodziejski | |
svn-id: r11896 | |||
2003-12-24 | fix memory leak | Max Horn | |
svn-id: r11894 | |||
2003-12-24 | o 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-24 | fixed ft sounds channels initialization | Paweł Kołodziejski | |
svn-id: r11892 | |||
2003-12-24 | muse use even size when pushing data into a mixerstream | Max Horn | |
svn-id: r11890 | |||
2003-12-24 | cleanup (code should be 100% equivalent) | Max Horn | |
svn-id: r11889 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-23 | must use pauseHandle, not pauseID | Max Horn | |
svn-id: r11864 | |||
2003-12-22 | some changes in imuse digital (synced with local sources) | Paweł Kołodziejski | |
svn-id: r11860 | |||
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more ↵ | Max Horn | |
natural; and allows for various cleanup) svn-id: r11846 | |||
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of ↵ | Max Horn | |
this by playInputStream(), this cleanup eases this a bit) svn-id: r11803 | |||
2003-12-21 | Incorrect use of stopChannel (must be stopHandle); replaced single remaining ↵ | Max Horn | |
use of stopChannel by a hack (note: the code in question is a hack in itself already) svn-id: r11799 | |||
2003-11-18 | added rest comi demo imuse music states | Paweł Kołodziejski | |
svn-id: r11337 | |||
2003-11-18 | Music correction | Travis Howell | |
svn-id: r11335 |