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_v2.cpp
Age
Commit message (
Expand
)
Author
2003-05-19
enable box'ed walking in V2 games
Max Horn
2003-05-18
more cleanup
Max Horn
2003-05-18
more V2 sentence cleanup
Max Horn
2003-05-18
fixed opcode 0x47
Max Horn
2003-05-17
some sentence fixes
Max Horn
2003-05-17
Fix invalid variable
James Brown
2003-05-17
Name some vars
James Brown
2003-05-17
disable assert in o2_putActor for now (is triggered in Zak intro); cleanup
Max Horn
2003-05-16
fixed o2_drawObject (thx MadMoose)
Max Horn
2003-05-16
cleanup
Max Horn
2003-05-16
test stuff
James Brown
2003-05-16
fixed o2_getActorX / o2_getActorY (thanks MadMoose)
Max Horn
2003-05-16
SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with o...
Max Horn
2003-05-16
hackish partial doSentence support
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
2003-05-14
fixed V2 decodeParseString
Max Horn
2003-05-14
default text color light blue instead of pink
Max Horn
2003-05-14
cleanup
Max Horn
2003-05-14
V2 text drawing
Max Horn
2003-05-14
make gcc with extra extra warnings happy
Jonathan Gray
2003-05-14
fixed v2 verb handling
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-11
cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly...
Max Horn
2003-05-11
more V2 'char coord' fixes
Max Horn
2003-05-10
walkbox & putActor coords in V2 are in 'character coordinates' - x has to mul...
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
2003-05-10
cleaned up / fixed some V2 state stuff
Max Horn
2003-05-09
Fix intro room transition. Seems correct, so the fixme is really just explani...
James Brown
2003-05-09
fixed V2 drawObject
Max Horn
2003-05-09
cleanup
Max Horn
2003-05-08
added a v2 charset rendered (with a hardcoded font take from german zak); ena...
Max Horn
2003-05-08
init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...
Max Horn
2003-05-08
fixed o2_resourceRoutines
Max Horn
2003-05-08
Hack: Turn on ignore walkboxes in V2 to stop intro freezing. Remove when we h...
James Brown
2003-05-06
can get up to zak sleeping bit now...
Jonathan Gray
2003-05-05
unified o?_isEqual, too (but not as nice due to hack)
Max Horn
2003-05-05
cleanup / reduced code duplication
Max Horn
2003-05-05
fix bug pointed out by segra
Jonathan Gray
2003-05-04
V2 verbop fix (read verb name from script)
Max Horn
2003-05-04
cleanup / fixes
Max Horn
2003-05-04
... right revision this time...
James Brown
2003-05-04
Some V2 stuff
James Brown
2003-05-04
make readVar debug output slightly more useful
Max Horn
2003-05-04
yet more v2 fixes & cleanup
Max Horn
2003-05-04
more v2 fixes; cleanup
Max Horn
2003-05-04
cleanup; got rid of o2_printEgo
Max Horn
2003-05-04
fixed o2_delay
Max Horn
2003-05-04
o5_dummy -> o2_dummy (it's not used by the V5 code at all...)
Max Horn
2003-05-04
decode string properly in o2_printEgo
Max Horn
2003-05-03
hack around v2 o2_delay problem
James Brown
[next]