aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-28Putt Putt games use old calculationTravis Howell
svn-id: r11993
2003-12-28FT sounds have loops in voc data: 65536, that could be max loops or unfinite ↵Paweł Kołodziejski
loops svn-id: r11992
2003-12-28Proper FLU files seeking. No more seek crashesEugene Sandulenko
svn-id: r11991
2003-12-28Add additional case for putt putt gamesTravis Howell
svn-id: r11990
2003-12-28Need to call this as well to properly stop musicJoost Peters
svn-id: r11989
2003-12-28Improved music code a bit. still has 'hanging notes' when stopping music, ↵Joost Peters
though. svn-id: r11988
2003-12-28Fix for bug #866453 (MI1EGA: Background pushed to side at end of game)Max Horn
svn-id: r11987
2003-12-28Cope with song '0' (old savegames used to use this 'dummy' value)Joost Peters
svn-id: r11986
2003-12-28- added 'song' debugger commandJoost Peters
- restore music after loading game - fix for bug in Roland Floda Corridor music - added LE struct reading methods (and renamed the old BE ones) for future compatibility with original DOS savegames svn-id: r11985
2003-12-28don't do double-freeMax Horn
svn-id: r11984
2003-12-27fixed another potential crash-on-exitMax Horn
svn-id: r11983
2003-12-27fixed a crash-on-exitMax Horn
svn-id: r11982
2003-12-27cleanupMax Horn
svn-id: r11981
2003-12-27paranoiaMax Horn
svn-id: r11980
2003-12-27fix volume problems (I think...)Max Horn
svn-id: r11979
2003-12-27more cleanupMax Horn
svn-id: r11978
2003-12-27cleanupMax Horn
svn-id: r11977
2003-12-27fixed compilationPaweł Kołodziejski
svn-id: r11976
2003-12-27update 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-27try to make it more obvious how certain timer freqs are derivedMax Horn
svn-id: r11974
2003-12-27append 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-27fix VOC playback; create AudioInputStream earlierMax Horn
svn-id: r11972
2003-12-27no need to convert data to stereo, the mixer can handle mono data just fineMax Horn
svn-id: r11971
2003-12-27oopsMax Horn
svn-id: r11970
2003-12-27add 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-27nicer errorMax Horn
svn-id: r11968
2003-12-27proper error instead of silent (and fatal) failureMax Horn
svn-id: r11967
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵Max Horn
IMuseDigital oddities svn-id: r11966
2003-12-27fix subtitles optionMax Horn
svn-id: r11965
2003-12-27TODO updateMax Horn
svn-id: r11964
2003-12-27Use VOC reader from voc.hMax Horn
svn-id: r11963
2003-12-27renamed VOC functionsMax Horn
svn-id: r11962
2003-12-27cleanupMax Horn
svn-id: r11961
2003-12-27spellingMax Horn
svn-id: r11960
2003-12-27enable alternative introductionGregory Montoir
svn-id: r11959
2003-12-27TypoTravis Howell
svn-id: r11958
2003-12-27Add a few more Simon todosTravis Howell
svn-id: r11957
2003-12-27Search additional folder for BS1Travis Howell
svn-id: r11956
2003-12-27more robust resource saving; also save resources with idx 0; renamed ↵Max Horn
Serializer::saveWord/loadWord to saveUint16/loadUint16 svn-id: r11955
2003-12-26cleanupMax Horn
svn-id: r11954
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent ↵Max Horn
_numFOO variables svn-id: r11953
2003-12-26opsPaweł Kołodziejski
svn-id: r11952
2003-12-26added handing voc loopsPaweł Kołodziejski
svn-id: r11951
2003-12-26change 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-26some fixes to imuse digitalPaweł Kołodziejski
svn-id: r11949
2003-12-26corrections for pan controlPaweł Kołodziejski
svn-id: r11948
2003-12-26forgot thisPaweł Kołodziejski
svn-id: r11947
2003-12-26cleanupGregory Montoir
svn-id: r11946
2003-12-26oopsGregory Montoir
svn-id: r11945
2003-12-26enable original screen blankersGregory Montoir
svn-id: r11944