aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-03-03enable newgui f5 dialog for comi as per erik's patchJonathan Gray
2003-03-03fix shadowed variable problemsJonathan Gray
2003-03-03Made the code a bit more maintainable...Marcus Comstedt
2003-03-03add stub for opcode 0xE4Jonathan Gray
2003-03-03add hack that attempts to workaround the offset hotspot problem in humongous ...Jonathan Gray
2003-03-03fixes to akos opcodesPaweł Kołodziejski
2003-03-02opcode 0xA7 is just o6_popJonathan Gray
2003-03-02Handle architectures which need alignment for 32bit memory access...Marcus Comstedt
2003-03-02patch #696030: CMI: More actor direction fixesMax Horn
2003-03-02increased range of palette to 255Paweł Kołodziejski
2003-03-02added AKC_StartVarAnim opcode for akos_increaseAnimsPaweł Kołodziejski
2003-03-02fixed warningsPaweł Kołodziejski
2003-03-02changed sub_FEE_78D2 func for scumm v7Paweł Kołodziejski
2003-03-02changed check only for Cxxx opcodesPaweł Kołodziejski
2003-03-02add commands to debugger, objects prints a table of local objects, object num...Jonathan Gray
2003-03-01removed the single big VersionSettings list; instead, the simon & scumm modul...Max Horn
2003-03-01we were reading 8 bytes too much on DIGI soundsJonathan Gray
2003-03-01hacky support for humongous talkie formatJonathan Gray
2003-02-28hehPaweł Kołodziejski
2003-02-28change rate for humongous DIGI sounds to 11025Jonathan Gray
2003-02-27patch #693475 attempt to address the actor facing problems in comi by erikJonathan Gray
2003-02-27patch #689164 comi verb coin hack by erik, fixes the verb coin drawing behind...Jonathan Gray
2003-02-24make sounds work in non puttdemo humongous gamesJonathan Gray
2003-02-22improved o6_stampObject funcPaweł Kołodziejski
2003-02-22correct o6_findAllObjects to match disassemblyPaweł Kołodziejski
2003-02-22cleanup o6_unknownE0Paweł Kołodziejski
2003-02-22some cleanup a pickVarRandom funcPaweł Kołodziejski
2003-02-22improved a little akos_queCommand funcPaweł Kołodziejski
2003-02-21add o6_shuffle and stub for o6_localizeArrayJonathan Gray
2003-02-20added more o6_pickVarRandom implementationPaweł Kołodziejski
2003-02-20fix typoJonathan Gray
2003-02-19Patch #689271: Usage bits fixMax Horn
2003-02-19make pickVarRandom stub print out its argument list to the consoleJonathan Gray
2003-02-18stub opcode E0 which makes moondemo and fbdemo start yayJonathan Gray
2003-02-18cleanupMax Horn
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
2003-02-17pickVarRandom stubJonathan Gray
2003-02-17not sure if all of these AFTER_V7 for NEW_COSTUMES changes are needed but it ...Jonathan Gray
2003-02-17oopsJonathan Gray
2003-02-17unstub stopTalking as the relevant function stopTalk() already exists in scum...Jonathan Gray
2003-02-16fixed warningMax Horn
2003-02-16Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solutionJames Brown
2003-02-16change o6_uknownCD name for o6_stampObjectJonathan Gray
2003-02-15add stubs for openFile closeFile and deleteFile opcodesJonathan Gray
2003-02-14Patch #682981: Experimental translation optimisation (version 2), andJames Brown
2003-02-14add stub for o6_stopTalkingJonathan Gray
2003-02-08cleanupMax Horn
2003-02-08more access cleanup; also reorderd some method/function declarations in class...Max Horn
2003-02-08more stuff made 'protected'Max Horn
2003-02-07Patch 679354: ComI actor redraw patchJames Brown