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
/
commands.cpp
Age
Commit message (
Expand
)
Author
2007-03-17
oops forgot to commit changes for Command
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-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-20
made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...
Nicola Mettifogo
2007-02-19
first step in parser simplification
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-15
fixed a bug in the original engine causing memory-protected systems to occasi...
Nicola Mettifogo
2007-02-07
fixed location script parsing error causing irritatingly inconsistent gameplay
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-02-01
Used Fingolfin's workaround for a bogus (?) warning produced by some versions
Torbjörn Andersson
2007-01-26
added more debug messages
Nicola Mettifogo
2007-01-15
Fixing const related warnings in the parallaction engine
Max Horn
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko