index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
script_v8.cpp
Age
Commit message (
Expand
)
Author
2003-05-30
rewrote Actor::needBgReset related code (this could cause regressions...)
Max Horn
2003-05-28
cleanup; added hackish fix for bug #744441
Max Horn
2003-05-27
fixed o8_getStringWidth (should fix bug #741625)
Max Horn
2003-05-26
added FIXME comment
Max Horn
2003-05-23
cleanup
Torbjörn Andersson
2003-05-23
replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...
Max Horn
2003-05-22
renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-21
make fingolfin happy :)
Jonathan Gray
2003-05-21
don't error out here to prevent a crash, is the check in softUserputon actual...
Jonathan Gray
2003-05-20
added enum's for the known actor/object claasses; extended putClass/getClass ...
Max Horn
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-18
cleanup
Max Horn
2003-05-15
output a warning if ignoreTurns is set (so that we can find out where it is u...
Max Horn
2003-05-15
Make use of ScummVM::Rect
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
2003-05-14
added opcode 0xf7 (getActorZPlane)
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-12
swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
2003-05-08
init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...
Max Horn
2003-04-27
drop shadow cleanup
Max Horn
2003-04-26
renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...
Max Horn
2003-04-07
Patch #712493: CMI: Object line
Max Horn
2003-03-30
obsolete TODOs
Max Horn
2003-03-28
some comments on actorHit
Max Horn
2003-03-23
Patch #708384: Off-by-one bug which causes inventory problems in COMI
Max Horn
2003-03-17
split waitForTimer func, update for smush,
Paweł Kołodziejski
2003-03-15
patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the ban...
Jonathan Gray
2003-03-13
Patch #686427: SO_ROOM_SATURATION implementation
Max Horn
2003-03-08
new constant MF_FROZEN; fixed actor unfreeze code
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup
Paweł Kołodziejski
2003-02-20
fix typo
Jonathan Gray
2003-02-18
change getDateTime to be a v6 opcode, and hopefully not break anything
Jonathan Gray
2003-02-08
more access cleanup; also reorderd some method/function declarations in class...
Max Horn
2003-01-27
fix drawObject
James Brown
2003-01-27
Theoretically implement O_DRAW_OBJECT - although it doesn't seem to work
James Brown
2003-01-26
added "implementation" of imGetMusicPosition
Paweł Kołodziejski
2003-01-26
Remove a experimental hack that went in by accident
James Brown
2003-01-26
Patch 671701: SO_TALK_FREQUENCY
James Brown
2003-01-26
remove debug copy
James Brown
2003-01-26
LCA03 sync: Modified version of the untrap patch, debugger
James Brown
2003-01-25
applied patch #674141: CMI: Smush sync tuning
Paweł Kołodziejski
2003-01-20
I'm pretty sure 0x98 should be O_DRAW_OBJECT in comi but changing it to o6_is...
Jonathan Gray
2003-01-19
update assertion to be in line with increased blastTextQueue size
Jonathan Gray
2003-01-19
make v8 smush playing honour _noSubtitles
Jonathan Gray
2003-01-18
tuned a little comi smush
Paweł Kołodziejski
2003-01-16
Small change to make actor talk anims look better
James Brown
2003-01-16
Some notes regarding actorHit
James Brown
[next]