aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-11updated dsp filePaweł Kołodziejski
svn-id: r6799
2003-03-11fixed bug in _joostp->sortByLastNameAlphabetically()Joost Peters
svn-id: r6798
2003-03-11added timers, full cd-intro and fixed some minor issuesJoost Peters
svn-id: r6797
2003-03-11add dumpFile(), as per rest of scummvm dumps dir must exist etc missed a file..Jonathan Gray
svn-id: r6796
2003-03-11add dumpFile(), as per rest of scummvm dumps dir must exist etcJonathan Gray
svn-id: r6795
2003-03-10added stub for proper oldRoomEffects implementation (proper for Zak256 that ↵Max Horn
is); real code needs to be inserted svn-id: r6794
2003-03-10tiny improvement <g>Max Horn
svn-id: r6793
2003-03-10Reduce targetsTravis Howell
svn-id: r6792
2003-03-10cleanup CD opcode a bit; slightly increase the 'delay' -> sounds better ↵Max Horn
since speakers are not cut off abruptly anymore svn-id: r6791
2003-03-10fix for numpad fighting (I hope)Max Horn
svn-id: r6790
2003-03-10remove known bugs as we don't need three places for these...Jonathan Gray
svn-id: r6789
2003-03-09added opcode 17 to 16 in o6_kernelSetFunctionsPaweł Kołodziejski
svn-id: r6788
2003-03-09hack for "%___" in translated stringsPaweł Kołodziejski
svn-id: r6787
2003-03-09Remove old commented namesTravis Howell
svn-id: r6786
2003-03-09fix for bug #700202Max Horn
svn-id: r6785
2003-03-09rest of patch #655594: Handling Y/N questionsMax Horn
svn-id: r6784
2003-03-09fixed valgrind warning (though I don't see why this memset should be needed, ↵Max Horn
after reviewing the SDL_OpenAudio source) svn-id: r6783
2003-03-09Floppy demo crash fix, now shouldn't crash on any BASS versionJoost Peters
svn-id: r6782
2003-03-09only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)Max Horn
svn-id: r6781
2003-03-08more cleanup; added an error in case we encounter a 'real' input overflow ↵Max Horn
(more than one byte, or one byte overflow but number of bits needed exceeds 8) svn-id: r6780
2003-03-08cleanup / optimizationMax Horn
svn-id: r6779
2003-03-08cleanup; added warning for decoder overflows in COMI (it writes 1 byte past ↵Max Horn
the output buffer...) svn-id: r6778
2003-03-08hack for comi bundle codec, i hope it fix valgrid warningsPaweł Kołodziejski
svn-id: r6777
2003-03-08fixed descriptions in the digPaweł Kołodziejski
svn-id: r6776
2003-03-08fixed description in the digPaweł Kołodziejski
svn-id: r6775
2003-03-08added opcode 124 in kernelSetFunctionsPaweł Kołodziejski
svn-id: r6774
2003-03-08fix actor gliding caused by my walk_script hackMax Horn
svn-id: r6773
2003-03-08enabled walk scriptsMax Horn
svn-id: r6772
2003-03-08hacked in some crude clipping code for drawChar; let's see if that helps ↵Max Horn
Valgrind svn-id: r6771
2003-03-08update dsp filePaweł Kołodziejski
svn-id: r6770
2003-03-08Hmmm..spaces instead of tabsJoost Peters
svn-id: r6769
2003-03-08Added voice support, and more (cd_)intro stuff + added myself to the README :)Joost Peters
svn-id: r6768
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-08cleanup (should cause no behavior change)Max Horn
svn-id: r6766
2003-03-08removed valgrind hack againMax Horn
svn-id: r6765
2003-03-08new constant MF_FROZEN; fixed actor unfreeze codeMax Horn
svn-id: r6764
2003-03-08added yet another sanity check (assert); fixed long standing evil bug in ↵Max Horn
getObjNewDir / getObjOldDir svn-id: r6763
2003-03-08some more dummy code for valgrind debuggingMax Horn
svn-id: r6762
2003-03-08Rename functionTravis Howell
svn-id: r6761
2003-03-08clean up / some more sanity checksMax Horn
svn-id: r6760
2003-03-07possible fix for a valgrind issueMax Horn
svn-id: r6759
2003-03-07added some code to get better valgrind resultsMax Horn
svn-id: r6758
2003-03-07ah yeah, I did that on purpose. Really. Just wanted to check if everybody is ↵Max Horn
paying attention svn-id: r6757
2003-03-07fixed some more valgrind warningsMax Horn
svn-id: r6756
2003-03-07cleanup toSimpleDir: should be easier to understand this way, and hopefully ↵Max Horn
fixes the valgrind warnings svn-id: r6755
2003-03-07typoMax Horn
svn-id: r6754
2003-03-07tiny cleanupMax Horn
svn-id: r6753
2003-03-07replaced shuffleArray with a meaningful implementation, even if it differes ↵Max Horn
from assembly svn-id: r6752
2003-03-07refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ↵Max Horn
implementations); cleaned up V6 array shuffle code; made more Scumm member vars/methods protected svn-id: r6751
2003-03-07small tweak to the hack to fix the static/bundle targets on OS XMax Horn
svn-id: r6750