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
/
engines
/
parallaction
/
zone.h
Age
Commit message (
Expand
)
Author
2007-03-17
added getRect() to Zone to slightly simplify hitZone condition check
Nicola Mettifogo
2007-03-17
added translate() to Zone
Nicola Mettifogo
2007-03-17
renamed structures to be more general
Nicola Mettifogo
2007-03-17
added getters for width and height in Zone and Animation
Nicola Mettifogo
2007-03-17
split Zone::_oldPosition in two members
Nicola Mettifogo
2007-03-17
Flattened anonymous union in Zone. Its members have been partially merged.
Nicola Mettifogo
2007-03-17
cleanup
Nicola Mettifogo
2007-03-17
cleanup
Nicola Mettifogo
2007-03-17
- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...
Nicola Mettifogo
2007-03-12
The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...
Nicola Mettifogo
2007-02-20
made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko