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
/
parser.cpp
Age
Commit message (
Expand
)
Author
2007-03-04
made Script optionally take ownership and dispose input text
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-02-20
changed parseComment to use Script stream instead of file
Nicola Mettifogo
2007-02-20
cleanup and small fixes
Nicola Mettifogo
2007-02-20
animation scripts are now parsed through the same pipeline used for location ...
Nicola Mettifogo
2007-02-19
first step in parser simplification
Nicola Mettifogo
2007-02-19
a little more refactoring
Nicola Mettifogo
2007-02-19
refactoring
Nicola Mettifogo
2007-02-19
a little bit of fiddling to expose similarities between routines
Nicola Mettifogo
2007-02-19
moved specialised parsing routines in parser.cpp, so code can be refactored m...
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-13
skip_whitespace() -> Common::ltrim()
Eugene Sandulenko
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko