Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-01 | we were reading 8 bytes too much on DIGI sounds | Jonathan Gray | |
svn-id: r6648 | |||
2003-03-01 | hacky support for humongous talkie format | Jonathan Gray | |
svn-id: r6646 | |||
2003-02-28 | heh | Paweł Kołodziejski | |
svn-id: r6645 | |||
2003-02-28 | change rate for humongous DIGI sounds to 11025 | Jonathan Gray | |
svn-id: r6644 | |||
2003-02-27 | patch #693475 attempt to address the actor facing problems in comi by erik | Jonathan Gray | |
svn-id: r6643 | |||
2003-02-27 | patch #689164 comi verb coin hack by erik, fixes the verb coin drawing ↵ | Jonathan Gray | |
behind the inventory svn-id: r6642 | |||
2003-02-24 | make sounds work in non puttdemo humongous games | Jonathan Gray | |
svn-id: r6637 | |||
2003-02-22 | improved o6_stampObject func | Paweł Kołodziejski | |
svn-id: r6635 | |||
2003-02-22 | correct o6_findAllObjects to match disassembly | Paweł Kołodziejski | |
svn-id: r6634 | |||
2003-02-22 | cleanup o6_unknownE0 | Paweł Kołodziejski | |
svn-id: r6633 | |||
2003-02-22 | some cleanup a pickVarRandom func | Paweł Kołodziejski | |
svn-id: r6632 | |||
2003-02-22 | improved a little akos_queCommand func | Paweł Kołodziejski | |
svn-id: r6631 | |||
2003-02-21 | add o6_shuffle and stub for o6_localizeArray | Jonathan Gray | |
svn-id: r6629 | |||
2003-02-20 | added more o6_pickVarRandom implementation | Paweł Kołodziejski | |
svn-id: r6628 | |||
2003-02-20 | fix typo | Jonathan Gray | |
svn-id: r6627 | |||
2003-02-19 | Patch #689271: Usage bits fix | Max Horn | |
svn-id: r6626 | |||
2003-02-19 | make pickVarRandom stub print out its argument list to the console | Jonathan Gray | |
svn-id: r6625 | |||
2003-02-18 | stub opcode E0 which makes moondemo and fbdemo start yay | Jonathan Gray | |
svn-id: r6624 | |||
2003-02-18 | cleanup | Max Horn | |
svn-id: r6621 | |||
2003-02-18 | change getDateTime to be a v6 opcode, and hopefully not break anything | Jonathan Gray | |
svn-id: r6619 | |||
2003-02-17 | pickVarRandom stub | Jonathan Gray | |
svn-id: r6618 | |||
2003-02-17 | not 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-17 | oops | Jonathan Gray | |
svn-id: r6615 | |||
2003-02-17 | unstub 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-16 | fixed warning | Max Horn | |
svn-id: r6613 | |||
2003-02-16 | Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solution | James Brown | |
svn-id: r6612 | |||
2003-02-16 | change o6_uknownCD name for o6_stampObject | Jonathan Gray | |
svn-id: r6611 | |||
2003-02-15 | add stubs for openFile closeFile and deleteFile opcodes | Jonathan Gray | |
svn-id: r6608 | |||
2003-02-14 | Patch #682981: Experimental translation optimisation (version 2), and | James Brown | |
#683384: Smush Regression Workaround svn-id: r6607 | |||
2003-02-14 | add stub for o6_stopTalking | Jonathan Gray | |
svn-id: r6606 | |||
2003-02-08 | cleanup | Max Horn | |
svn-id: r6594 | |||
2003-02-08 | more access cleanup; also reorderd some method/function declarations in ↵ | Max Horn | |
class Scumm svn-id: r6593 | |||
2003-02-08 | more stuff made 'protected' | Max Horn | |
svn-id: r6592 | |||
2003-02-07 | Patch 679354: ComI actor redraw patch | James Brown | |
svn-id: r6590 | |||
2003-02-06 | removed 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-03 | change 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-03 | revert part of the no sound device present stuff that was causing speech to ↵ | Jonathan Gray | |
finish prematurely svn-id: r6583 | |||
2003-02-02 | increased buffer | Paweł Kołodziejski | |
svn-id: r6581 | |||
2003-01-31 | increased buffer | Paweł Kołodziejski | |
svn-id: r6580 | |||
2003-01-30 | fixed crash with non-ASCII chars | Max Horn | |
svn-id: r6577 | |||
2003-01-30 | fix compatibility | Paweł Kołodziejski | |
svn-id: r6575 | |||
2003-01-30 | added language translation support for comi and some cleanup | Paweł Kołodziejski | |
svn-id: r6574 | |||
2003-01-29 | remove outdated comment | Jonathan Gray | |
svn-id: r6571 | |||
2003-01-29 | add ability to specify language for comi see scummvm -h for possible values | Jonathan Gray | |
svn-id: r6567 | |||
2003-01-29 | oops.. meant to add this as well | Jonathan Gray | |
svn-id: r6566 | |||
2003-01-29 | add list of possible languages in comi and relevant variable | Jonathan Gray | |
svn-id: r6565 | |||
2003-01-29 | Stop 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 | |||
2003-01-28 | remove 'small drawing optimisation' that breaks drawing of vertically ↵ | Jonathan Gray | |
scrolling rooms, and yes fingolfin in answer to the message left in the commit message on rev 2.26 it causes regression :) svn-id: r6562 | |||
2003-01-27 | fix drawObject | James Brown | |
svn-id: r6561 | |||
2003-01-27 | Theoretically implement O_DRAW_OBJECT - although it doesn't seem to work | James Brown | |
svn-id: r6560 |