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-22
make drawSentence not crash on us
Jonathan Gray
2003-05-22
V2 Inventory scrolling, etc
James Brown
2003-05-22
freeze scripts & hide mouse during cutscenes; addde Actor::isPlayer method th...
Max Horn
2003-05-22
fix o2_getObjUnknown -> fixes 'use' verb
Max Horn
2003-05-21
add in preposition to dual verbs (e.g. 'give'); put in hard coded key codes f...
Max Horn
2003-05-21
turn off lots of silly debug output ;-)
Max Horn
2003-05-21
fix verb 250 is mapped to 253 in V2, with the 'recursive' flag set
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-21
Fixed VC++ warning
Jamieson Christian
2003-05-21
uhm... less noisy, please :-)
Max Horn
2003-05-21
evil bug in V2 bitvar code fixed -> no more MM cutscene skip crash
Max Horn
2003-05-21
added v2 cutscene support (not quite complete; and crashes at some point in m...
Max Horn
2003-05-21
fix warnings
Max Horn
2003-05-21
Work on V2 inventory hack a little more
James Brown
2003-05-21
Move stuff around
James Brown
2003-05-21
Fix this damn userface stuff properly :)
James Brown
2003-05-21
Hack more stuff in :P
James Brown
2003-05-21
Attempt to fix some stuff
James Brown
2003-05-21
Hacky zak sentence/inventory drawing (rewrite later on)
James Brown
2003-05-21
Add Zak v2 doSentence fix, patch #740878
Travis Howell
2003-05-20
renamed various things for clarity
Max Horn
2003-05-20
renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanup
Max Horn
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
[prev]
[next]