Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-27 | fixed compilation | Paweł Kołodziejski | |
svn-id: r11976 | |||
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 | fix subtitles option | Max Horn | |
svn-id: r11965 | |||
2003-12-27 | TODO update | Max Horn | |
svn-id: r11964 | |||
2003-12-27 | Use VOC reader from voc.h | Max Horn | |
svn-id: r11963 | |||
2003-12-27 | renamed VOC functions | Max Horn | |
svn-id: r11962 | |||
2003-12-27 | cleanup | Max Horn | |
svn-id: r11961 | |||
2003-12-27 | spelling | Max Horn | |
svn-id: r11960 | |||
2003-12-27 | enable alternative introduction | Gregory Montoir | |
svn-id: r11959 | |||
2003-12-27 | Typo | Travis Howell | |
svn-id: r11958 | |||
2003-12-27 | Add a few more Simon todos | Travis Howell | |
svn-id: r11957 | |||
2003-12-27 | Search additional folder for BS1 | Travis Howell | |
svn-id: r11956 | |||
2003-12-27 | more robust resource saving; also save resources with idx 0; renamed ↵ | Max Horn | |
Serializer::saveWord/loadWord to saveUint16/loadUint16 svn-id: r11955 | |||
2003-12-26 | cleanup | Max Horn | |
svn-id: r11954 | |||
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 | 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 | cleanup | Gregory Montoir | |
svn-id: r11946 | |||
2003-12-26 | oops | Gregory Montoir | |
svn-id: r11945 | |||
2003-12-26 | enable original screen blankers | Gregory Montoir | |
svn-id: r11944 | |||
2003-12-26 | it should be _voiceVocData | Paweł Kołodziejski | |
svn-id: r11943 | |||
2003-12-26 | fix warning, add TODO comment | Max Horn | |
svn-id: r11942 | |||
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 | new debugging code, using Common::Debugger | Gregory Montoir | |
svn-id: r11940 | |||
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-26 | Use digital sfx for HE games | Travis Howell | |
svn-id: r11937 | |||
2003-12-26 | Update help | Travis Howell | |
svn-id: r11936 | |||
2003-12-26 | Update help | Travis Howell | |
svn-id: r11935 | |||
2003-12-26 | look 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-26 | add 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-26 | logic 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-26 | I got some buffer overflow warnings, seems 200KB isn't quite enough... | Max Horn | |
svn-id: r11931 | |||
2003-12-25 | fix debugger | Max Horn | |
svn-id: r11930 | |||
2003-12-25 | fix indirect palette cycling | Max Horn | |
svn-id: r11929 | |||
2003-12-25 | Fix for bug #734154 (DIG: Savegame/Island names) | Max Horn | |
svn-id: r11928 | |||
2003-12-25 | yet another TODO | Max Horn | |
svn-id: r11927 |