aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
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
2003-02-17unstub stopTalking as the relevant function stopTalk() already exists in ↵Jonathan Gray
scummvm, add an attempt at findAllObjects that is hopefully not totally wrong, puttmoon now crashes on finding an AKOS block when it is expecting COST, some surgery may be required as all the AKOS stuff seems to be wrapped up in GF_AFTER_V7 svn-id: r6614
2003-02-16fixed warningMax Horn
svn-id: r6613
2003-02-16Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solutionJames Brown
svn-id: r6612
2003-02-16change o6_uknownCD name for o6_stampObjectJonathan Gray
svn-id: r6611
2003-02-15add stubs for openFile closeFile and deleteFile opcodesJonathan Gray
svn-id: r6608
2003-02-14Patch #682981: Experimental translation optimisation (version 2), andJames Brown
#683384: Smush Regression Workaround svn-id: r6607
2003-02-14add stub for o6_stopTalkingJonathan Gray
svn-id: r6606
2003-02-08cleanupMax Horn
svn-id: r6594
2003-02-08more access cleanup; also reorderd some method/function declarations in ↵Max Horn
class Scumm svn-id: r6593
2003-02-08more stuff made 'protected'Max Horn
svn-id: r6592
2003-02-07Patch 679354: ComI actor redraw patchJames Brown
svn-id: r6590
2003-02-06removed an obsolete member var, and started to make Scumm member vars ↵Max Horn
protected (had to make some exception; the code which makes these exceptions necessary should be revised) svn-id: r6589
2003-02-03change translateText as per erik's patch, although if this is failing ↵Jonathan Gray
because the text is already translated we should probably be avoiding calling translateText multiple times for the same strings in the first place svn-id: r6584
2003-02-03revert part of the no sound device present stuff that was causing speech to ↵Jonathan Gray
finish prematurely svn-id: r6583
2003-02-02increased bufferPaweł Kołodziejski
svn-id: r6581
2003-01-31increased bufferPaweł Kołodziejski
svn-id: r6580
2003-01-30fixed crash with non-ASCII charsMax Horn
svn-id: r6577
2003-01-30fix compatibilityPaweł Kołodziejski
svn-id: r6575
2003-01-30added language translation support for comi and some cleanupPaweł Kołodziejski
svn-id: r6574
2003-01-29remove outdated commentJonathan Gray
svn-id: r6571
2003-01-29add ability to specify language for comi see scummvm -h for possible valuesJonathan Gray
svn-id: r6567
2003-01-29oops.. meant to add this as wellJonathan Gray
svn-id: r6566
2003-01-29add list of possible languages in comi and relevant variableJonathan Gray
svn-id: r6565
2003-01-29Stop the sound que stuff erroring(). This code was nasty, it LET itself ↵James Brown
write out of bounds -then- error()'ed. Youch. There is still a problem, as this warning will come up quite frequently - leading me to believe the que is not being processed properly? svn-id: r6564