aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Collapse)Author
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-14Patch #682981: Experimental translation optimisation (version 2), andJames Brown
#683384: Smush Regression Workaround svn-id: r6607
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-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-02increased bufferPaweł Kołodziejski
svn-id: r6581
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-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-24LCA'03 commit: Fix talking where no sound hardware is presentJames Brown
svn-id: r6536
2003-01-19increasing blast text limit for COMI end creditsMax Horn
svn-id: r6508
2003-01-16Patch 668634: Actor iteration fixJames Brown
svn-id: r6484
2003-01-16Some cleanup, implementation of setKeyScript (F1 now attempts to start the ↵James Brown
save/load menu, albiet fails due to a crash in BlastText) svn-id: r6480
2003-01-16first blastText version. this is work in progress (note that e.g. text is ↵Max Horn
not clipped, and the extra information is not removed) svn-id: r6472
2003-01-15localvar fix take 2. Note that ship-to-ship combat is still impossible ↵James Brown
(cannons dont work), but at least it doesnt crash now - you can use the cheat (shift-v i think) svn-id: r6471
2003-01-15ComI uses more localsJames Brown
svn-id: r6470
2003-01-15Hack to make Part III startJames Brown
svn-id: r6467
2003-01-14Patch 667613: Extend gfxUsageBits[]James Brown
svn-id: r6453
2003-01-13fixed COMI actor scaling, againMax Horn
svn-id: r6443
2003-01-13added V8 scaling codeMax Horn
svn-id: r6440
2003-01-12New method of local object management. Buggy, segfaults on the Part 1 screen ↵James Brown
and I don't know why yet.. svn-id: r6416
2003-01-08our File class already makes sure we find stuff in the resource ↵Max Horn
subdirectory. Plus, it handles different cases right. So now COMI works from CD on Mac OS X, too svn-id: r6363
2003-01-02Plop in some better disk switching code for CMI - I have no idea how well ↵James Brown
this will work transitioning from a disk1 room to a disk2 room in-game, but it works for bootparams and saved games.. svn-id: r6322
2003-01-01moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions ↵Max Horn
in script.cpp (grouping cutscene/override related stuff) svn-id: r6317
2003-01-01added yet another variable (for mouse-button-hold flags). Now the 'verb ↵Max Horn
widget' shows up, though it is not erased properly svn-id: r6304
2002-12-31implemented o8_getDateTimeMax Horn
svn-id: r6295
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵Max Horn
script dumping svn-id: r6284
2002-12-29cleanupMax Horn
svn-id: r6263
2002-12-29cleanupMax Horn
svn-id: r6262
2002-12-29fix compileJames Brown
svn-id: r6251
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved ↵Max Horn
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215
2002-12-27fixed flobject loading in V8Max Horn
svn-id: r6198
2002-12-27Appending another slash breaks COMI on MorphOS and AmigaOS where a ↵Ruediger Hanke
double-slash means parent directory ... a slash is already appended by the game detector if required svn-id: r6192
2002-12-27Fix cwd resource path bug for CMIJames Brown
svn-id: r6191
2002-12-27quick fix for Endy's code - should be redone properly laterMax Horn
svn-id: r6186
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
svn-id: r6182
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ↵Max Horn
after the first sentence is uttered (looking into that now); various cleanup; added a guess at VAR_EGO (based on what cmidec says is the 'default_actor') svn-id: r6176
2002-12-26fixed verb scriptsMax Horn
svn-id: r6175
2002-12-2632 bit variables storageMax Horn
svn-id: r6161
2002-12-26Don't go to the save/load screenJames Brown
svn-id: r6157
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
svn-id: r6154
2002-12-25more cleanupMax Horn
svn-id: r6149
2002-12-25moved CharsetRendere into its own header/source file; changed ↵Max Horn
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147
2002-12-25implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it ↵Max Horn
right, though svn-id: r6145
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
svn-id: r6136
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for ↵Max Horn
V8; added some work in o8_kludge2 svn-id: r6132
2002-12-25Clean up the hack. But it's still kinda a hack. Er. :)James Brown
svn-id: r6130