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-07-24
cleanup: encapsulate some more members of class Actor, and rename newDirectio...
Max Horn
2003-07-16
some comments
Max Horn
2003-07-15
factored out some duplicate code into a new method translateTextAndPlaySpeech...
Max Horn
2003-07-14
reduced duplicate code
Max Horn
2003-07-14
fix for bug #769744 (COMI: Trying to append to a nonexistant stream)
Max Horn
2003-07-13
debug/warning/error all automatically output a newline
Max Horn
2003-06-16
Comitted the partial (but seemintly good enough) actorHit implementation
Torbjörn Andersson
2003-06-15
made stuff in class Sound protected where possible; moved readCreativeVocFile...
Max Horn
2003-06-09
don't incorrectly treat SO_PRINT_WRAP like SO_PRINT_MUMBLE; rather just ignor...
Max Horn
2003-06-07
follow our coding conventions
Max Horn
2003-06-02
use enqueueText for FT, too
Max Horn
2003-06-02
moved blast text code to string.cpp
Max Horn
2003-06-02
cleaned up the restart/pause/shutdown situation a bit; added comment that exp...
Max Horn
2003-05-31
cleanup
Max Horn
2003-05-31
cleanup
Max Horn
2003-05-31
apply V6 elevation change to V8, too
Max Horn
2003-05-31
renamed walk_script/talk_script -> walkScript/talkScript
Max Horn
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
[next]