aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-03-15patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the ban...Jonathan Gray
2003-03-13clenaupPaweł Kołodziejski
2003-03-13fix for little endian systemsMax Horn
2003-03-13Patch #686427: SO_ROOM_SATURATION implementationMax Horn
2003-03-13cleanupMax Horn
2003-03-13char* -> byte*; if something is declared 'private' and then subclasses have t...Max Horn
2003-03-13changed decoder API to take a memory block as source, not a ChunkMax Horn
2003-03-13Remove blitter.cppTravis Howell
2003-03-13removed Blitter classMax Horn
2003-03-13cleanupMax Horn
2003-03-12removed additional back buffer in smushPaweł Kołodziejski
2003-03-12separated comi/dig translation stuffPaweł Kołodziejski
2003-03-10added stub for proper oldRoomEffects implementation (proper for Zak256 that i...Max Horn
2003-03-10tiny improvement <g>Max Horn
2003-03-10cleanup CD opcode a bit; slightly increase the 'delay' -> sounds better since...Max Horn
2003-03-09added opcode 17 to 16 in o6_kernelSetFunctionsPaweł Kołodziejski
2003-03-09hack for "%___" in translated stringsPaweł Kołodziejski
2003-03-09fix for bug #700202Max Horn
2003-03-09rest of patch #655594: Handling Y/N questionsMax Horn
2003-03-08more cleanup; added an error in case we encounter a 'real' input overflow (mo...Max Horn
2003-03-08cleanup / optimizationMax Horn
2003-03-08cleanup; added warning for decoder overflows in COMI (it writes 1 byte past t...Max Horn
2003-03-08hack for comi bundle codec, i hope it fix valgrid warningsPaweł Kołodziejski
2003-03-08fixed descriptions in the digPaweł Kołodziejski
2003-03-08fixed description in the digPaweł Kołodziejski
2003-03-08added opcode 124 in kernelSetFunctionsPaweł Kołodziejski
2003-03-08fix actor gliding caused by my walk_script hackMax Horn
2003-03-08enabled walk scriptsMax Horn
2003-03-08hacked in some crude clipping code for drawChar; let's see if that helps Valg...Max Horn
2003-03-08cleanup (should cause no behavior change)Max Horn
2003-03-08removed valgrind hack againMax Horn
2003-03-08new constant MF_FROZEN; fixed actor unfreeze codeMax Horn
2003-03-08added yet another sanity check (assert); fixed long standing evil bug in getO...Max Horn
2003-03-08some more dummy code for valgrind debuggingMax Horn
2003-03-08clean up / some more sanity checksMax Horn
2003-03-07possible fix for a valgrind issueMax Horn
2003-03-07added some code to get better valgrind resultsMax Horn
2003-03-07ah yeah, I did that on purpose. Really. Just wanted to check if everybody is ...Max Horn
2003-03-07fixed some more valgrind warningsMax Horn
2003-03-07cleanup toSimpleDir: should be easier to understand this way, and hopefully f...Max Horn
2003-03-07typoMax Horn
2003-03-07tiny cleanupMax Horn
2003-03-07replaced shuffleArray with a meaningful implementation, even if it differes f...Max Horn
2003-03-07refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ...Max Horn
2003-03-07implemented formating string error for each enginePaweł Kołodziejski
2003-03-07changed voice buffer allocation to needed sizePaweł Kołodziejski
2003-03-07decreased a little more sound bufferPaweł Kołodziejski
2003-03-07decreased sound buffer for imuse digital, bundle music, and cmi smush audioPaweł Kołodziejski
2003-03-07properly init Actor objects instead of one big evil hackish memset...Max Horn
2003-03-07ouch - fixed OOB access on _baseFLObject; also added various sanity checks (t...Max Horn