aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
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
2003-01-28remove '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-27fix drawObjectJames Brown
svn-id: r6561
2003-01-27Theoretically implement O_DRAW_OBJECT - although it doesn't seem to workJames Brown
svn-id: r6560
2003-01-26added "implementation" of imGetMusicPositionPaweł Kołodziejski
svn-id: r6550
2003-01-26Remove a experimental hack that went in by accidentJames Brown
svn-id: r6549
2003-01-26Patch 671031: Fix for MI1 intro crash + others (move new objectJames Brown
clearing code into a more generic function, and call it earlier) svn-id: r6548
2003-01-26Patch 671701: SO_TALK_FREQUENCYJames Brown
svn-id: r6547
2003-01-26remove debug copyJames Brown
svn-id: r6546
2003-01-26LCA03 sync: Modified version of the untrap patch, debuggerJames Brown
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545
2003-01-25fixed compiler warningsMax Horn
svn-id: r6542
2003-01-25added assert for voice samplesPaweł Kołodziejski
svn-id: r6541
2003-01-25some cleanupPaweł Kołodziejski
svn-id: r6540
2003-01-25applied patch: [ 674566 ] CMI: Further smush syncingPaweł Kołodziejski
svn-id: r6539
2003-01-25implemented properly comi sound codecsPaweł Kołodziejski
svn-id: r6538
2003-01-25applied patch #674141: CMI: Smush sync tuningPaweł Kołodziejski
svn-id: r6537
2003-01-24LCA'03 commit: Fix talking where no sound hardware is presentJames Brown
svn-id: r6536
2003-01-20cleanupPaweł Kołodziejski
svn-id: r6530
2003-01-20cleanup, speedup codePaweł Kołodziejski
svn-id: r6529
2003-01-20I'm pretty sure 0x98 should be O_DRAW_OBJECT in comi but changing it to ↵Jonathan Gray
o6_isSoundRunning lets you pass that point in the game for now svn-id: r6523
2003-01-20patch #670660 by Daniel Schepler, properly handle disc switching wrt voice ↵Jonathan Gray
file in comi svn-id: r6522
2003-01-19fixed testGfxAnyUsageBitsMax Horn
svn-id: r6520
2003-01-19implemented missing smush opcodes - STOR and FTCHPaweł Kołodziejski
svn-id: r6519
2003-01-19fixed comi smush subtitles colorsPaweł Kołodziejski
svn-id: r6518
2003-01-19fix warningsPaweł Kołodziejski
svn-id: r6516
2003-01-19some cleanupPaweł Kołodziejski
svn-id: r6515
2003-01-19some cleanupPaweł Kołodziejski
svn-id: r6514