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-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