aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
AgeCommit message (Collapse)Author
2003-05-14opcodes are just one byteMax Horn
svn-id: r7513
2003-05-14fixed V2 decodeParseStringMax Horn
svn-id: r7508
2003-05-14default text color light blue instead of pinkMax Horn
svn-id: r7506
2003-05-14cleanupMax Horn
svn-id: r7503
2003-05-14V2 text drawingMax Horn
svn-id: r7502
2003-05-14make gcc with extra extra warnings happyJonathan Gray
svn-id: r7501
2003-05-14fixed v2 verb handlingMax Horn
svn-id: r7500
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
svn-id: r7489
2003-05-11cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work ↵Max Horn
properly, though) svn-id: r7429
2003-05-11more V2 'char coord' fixesMax Horn
svn-id: r7427
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to ↵Max Horn
multiplied by 8 and y by 2 svn-id: r7426
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-05-10cleaned up / fixed some V2 state stuffMax Horn
svn-id: r7422
2003-05-09Fix intro room transition. Seems correct, so the fixme is really just ↵James Brown
explanitory. svn-id: r7403
2003-05-09fixed V2 drawObjectMax Horn
svn-id: r7400
2003-05-09cleanupMax Horn
svn-id: r7399
2003-05-08added a v2 charset rendered (with a hardcoded font take from german zak); ↵Max Horn
enabled verbs in zak (well, they are drawn at least :-) svn-id: r7398
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵Max Horn
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393
2003-05-08fixed o2_resourceRoutinesMax Horn
svn-id: r7391
2003-05-08Hack: Turn on ignore walkboxes in V2 to stop intro freezing. Remove when we ↵James Brown
have V2 walkbox support (ugh...) svn-id: r7388
2003-05-06can get up to zak sleeping bit now...Jonathan Gray
svn-id: r7363
2003-05-05unified o?_isEqual, too (but not as nice due to hack)Max Horn
svn-id: r7340
2003-05-05cleanup / reduced code duplicationMax Horn
svn-id: r7339
2003-05-05fix bug pointed out by segraJonathan Gray
svn-id: r7330
2003-05-04V2 verbop fix (read verb name from script)Max Horn
svn-id: r7327
2003-05-04cleanup / fixesMax Horn
svn-id: r7323
2003-05-04... right revision this time...James Brown
svn-id: r7310
2003-05-04Some V2 stuffJames Brown
svn-id: r7309
2003-05-04make readVar debug output slightly more usefulMax Horn
svn-id: r7304
2003-05-04yet more v2 fixes & cleanupMax Horn
svn-id: r7302
2003-05-04more v2 fixes; cleanupMax Horn
svn-id: r7301
2003-05-04cleanup; got rid of o2_printEgoMax Horn
svn-id: r7300
2003-05-04fixed o2_delayMax Horn
svn-id: r7298
2003-05-04o5_dummy -> o2_dummy (it's not used by the V5 code at all...)Max Horn
svn-id: r7297
2003-05-04decode string properly in o2_printEgoMax Horn
svn-id: r7296
2003-05-03hack around v2 o2_delay problemJames Brown
svn-id: r7284
2003-05-03.. er, let's try that againJames Brown
svn-id: r7276
2003-05-03o2_actorSet fix from forumJames Brown
svn-id: r7275
2003-04-30cleanupMax Horn
svn-id: r7215
2003-04-28get rid of one of the obscure variable namesJonathan Gray
svn-id: r7171
2003-04-27some fixes to v2 opcodesPaweł Kołodziejski
svn-id: r7153
2003-04-27more share code, and fixesPaweł Kołodziejski
svn-id: r7151
2003-04-27and more share codePaweł Kołodziejski
svn-id: r7150
2003-04-27V2 syntax fixJames Brown
svn-id: r7149
2003-04-27put some v2 code into share codePaweł Kołodziejski
svn-id: r7148
2003-04-27small fix for v2 opcodesPaweł Kołodziejski
svn-id: r7147
2003-04-26added more v2 opcodesPaweł Kołodziejski
svn-id: r7145
2003-04-26fixed offsets for object names for scumm v2Paweł Kołodziejski
svn-id: r7142
2003-04-26fix warningMax Horn
svn-id: r7138
2003-04-26update for scumm v2Paweł Kołodziejski
svn-id: r7137