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
/
walk.cpp
Age
Commit message (
Expand
)
Author
2007-03-18
hidden _cnv member of Animation from callers
Nicola Mettifogo
2007-03-18
converted DoorData and Zone to Common::Point
Nicola Mettifogo
2007-03-18
converted walk routines to use Common::Point
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
- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...
Nicola Mettifogo
2007-03-17
some renaming to shorten lines
Nicola Mettifogo
2007-03-17
gathered character related stuff into a new struct Character, and modified ca...
Nicola Mettifogo
2007-03-12
moved background path buffer management into walk.cpp
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
Nicola Mettifogo
2007-03-12
The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...
Nicola Mettifogo
2007-03-11
wrapped active location data into a new structure
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-01-18
fixed walk bug: characters now walk along complex paths
Nicola Mettifogo
2007-01-17
fixed broken tab widths
Nicola Mettifogo
2007-01-16
added first debug messages
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko
[prev]