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
/
defs.h
Age
Commit message (
Expand
)
Author
2007-03-18
Fixed warning: warning: base class 'struct Parallaction::Node' should be expl...
Max Horn
2007-03-18
changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram...
Nicola Mettifogo
2007-03-18
- added constructors for most structs
Nicola Mettifogo
2007-03-18
changed code to use WalkNode constructors
Nicola Mettifogo
2007-03-18
- Made global Node's (_zones, _animations, _helperNode) and the functions usi...
Nicola Mettifogo
2007-03-18
changed remaining stuff to Common::Point and got rid of custom Point and Rect
Nicola Mettifogo
2007-03-18
converted walk routines to use Common::Point
Nicola Mettifogo
2007-03-17
renamed structures to be more general
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-17
minor cleanup
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-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-02-25
made Archive inherit from Common::File, added some methods to comply to inter...
Nicola Mettifogo
2007-02-18
fixes last broken commit
Nicola Mettifogo
2007-02-14
More skip_whitespace -> Common::ltrim(). For real now.
Eugene Sandulenko
2007-02-04
added more debug levels and comments
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-01-26
added more debug messages
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