aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-03-23cleanupMax Horn
2003-03-21moved delay stuff outside of lock mutexPaweł Kołodziejski
2003-03-20take lock mutex mechanism also processKbd() and waitForTimer().Paweł Kołodziejski
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a race...Max Horn
2003-03-18cleanupMax Horn
2003-03-18added script opcode for dig minigamePaweł Kołodziejski
2003-03-18added input keys support for dig ingamePaweł Kołodziejski
2003-03-18cleanupMax Horn
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
2003-03-17a tiny saferPaweł Kołodziejski
2003-03-17changed orderPaweł Kołodziejski
2003-03-17few corrections for smushPaweł Kołodziejski
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() int...Paweł Kołodziejski
2003-03-17moved handle events from update into main loopPaweł Kołodziejski
2003-03-17changed debug level 4Paweł Kołodziejski
2003-03-17256 + 1 != 256Jonathan Gray
2003-03-17init member vars in right orderJonathan Gray
2003-03-17stop gcc crying about unused variableJonathan Gray
2003-03-17update for smush changesJonathan Gray
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
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