aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-03-06and more cleanupPaweł Kołodziejski
svn-id: r6718
2003-03-06and more pedantic cleanupPaweł Kołodziejski
svn-id: r6707
2003-03-05Patch #697846: Fix for graphics glitches after savingMax Horn
svn-id: r6690
2003-03-05Patch #697848: Small removeObjectFromRoom() cleanupMax Horn
svn-id: r6689
2003-03-04add bundle file names for comi demo, and only add .IMX when playing the full ↵Jonathan Gray
version svn-id: r6688
2003-03-04if a script triggers a load, immediatly perform it (this also covers the ↵Max Horn
case where the user requests a load while a SMUSH video is playing. This avoids the annoying affect of seeing 1 frame of the old room immediately after you requested the load svn-id: r6687
2003-03-04disable some smush code -> this allows the COMI demo to get into the canon ↵Max Horn
scene. Not sure if this causes any regressions, please tell me if you find any svn-id: r6686
2003-03-04load NUT fonts even if they do not specify full 256 chars (e.g. the COMI ↵Max Horn
demo only defines 233 chars svn-id: r6685
2003-03-04added some asserts; added a hack that helps the COMI demoMax Horn
svn-id: r6684
2003-03-03fix double free bugMax Horn
svn-id: r6679
2003-03-03don't error out if a font is missing -> this fixes the COMI demoMax Horn
svn-id: r6678
2003-03-03enable newgui f5 dialog for comi as per erik's patchJonathan Gray
svn-id: r6676
2003-03-03fix shadowed variable problemsJonathan Gray
svn-id: r6675
2003-03-03Made the code a bit more maintainable...Marcus Comstedt
svn-id: r6672
2003-03-03add stub for opcode 0xE4Jonathan Gray
svn-id: r6671
2003-03-03add hack that attempts to workaround the offset hotspot problem in humongous ↵Jonathan Gray
games svn-id: r6670
2003-03-03fixes to akos opcodesPaweł Kołodziejski
svn-id: r6669
2003-03-02opcode 0xA7 is just o6_popJonathan Gray
svn-id: r6668
2003-03-02Handle architectures which need alignment for 32bit memory access...Marcus Comstedt
svn-id: r6666
2003-03-02patch #696030: CMI: More actor direction fixesMax Horn
svn-id: r6662
2003-03-02increased range of palette to 255Paweł Kołodziejski
svn-id: r6661
2003-03-02added AKC_StartVarAnim opcode for akos_increaseAnimsPaweł Kołodziejski
svn-id: r6660
2003-03-02fixed warningsPaweł Kołodziejski
svn-id: r6659
2003-03-02changed sub_FEE_78D2 func for scumm v7Paweł Kołodziejski
svn-id: r6658
2003-03-02changed check only for Cxxx opcodesPaweł Kołodziejski
svn-id: r6657
2003-03-02add commands to debugger, objects prints a table of local objects, object ↵Jonathan Gray
num pickup (room) will pickup an object, _currentRoom if no room specified, be warned this currently doesn't check the room is valid for the particular object number svn-id: r6656
2003-03-01removed the single big VersionSettings list; instead, the simon & scumm ↵Max Horn
modules now keep their target lists seperatly (and when we add BASS, it can have its own target list) svn-id: r6652
2003-03-01we were reading 8 bytes too much on DIGI soundsJonathan Gray
svn-id: r6648
2003-03-01hacky support for humongous talkie formatJonathan Gray
svn-id: r6646
2003-02-28hehPaweł Kołodziejski
svn-id: r6645
2003-02-28change rate for humongous DIGI sounds to 11025Jonathan Gray
svn-id: r6644
2003-02-27patch #693475 attempt to address the actor facing problems in comi by erikJonathan Gray
svn-id: r6643
2003-02-27patch #689164 comi verb coin hack by erik, fixes the verb coin drawing ↵Jonathan Gray
behind the inventory svn-id: r6642
2003-02-24make sounds work in non puttdemo humongous gamesJonathan Gray
svn-id: r6637
2003-02-22improved o6_stampObject funcPaweł Kołodziejski
svn-id: r6635
2003-02-22correct o6_findAllObjects to match disassemblyPaweł Kołodziejski
svn-id: r6634
2003-02-22cleanup o6_unknownE0Paweł Kołodziejski
svn-id: r6633
2003-02-22some cleanup a pickVarRandom funcPaweł Kołodziejski
svn-id: r6632
2003-02-22improved a little akos_queCommand funcPaweł Kołodziejski
svn-id: r6631
2003-02-21add o6_shuffle and stub for o6_localizeArrayJonathan Gray
svn-id: r6629
2003-02-20added more o6_pickVarRandom implementationPaweł Kołodziejski
svn-id: r6628
2003-02-20fix typoJonathan Gray
svn-id: r6627
2003-02-19Patch #689271: Usage bits fixMax Horn
svn-id: r6626
2003-02-19make pickVarRandom stub print out its argument list to the consoleJonathan Gray
svn-id: r6625
2003-02-18stub opcode E0 which makes moondemo and fbdemo start yayJonathan Gray
svn-id: r6624
2003-02-18cleanupMax Horn
svn-id: r6621
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
svn-id: r6619
2003-02-17pickVarRandom stubJonathan Gray
svn-id: r6618
2003-02-17not sure if all of these AFTER_V7 for NEW_COSTUMES changes are needed but it ↵Jonathan Gray
won't hurt in any event svn-id: r6617
2003-02-17oopsJonathan Gray
svn-id: r6615