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.h
Age
Commit message (
Expand
)
Author
2008-02-03
Fixed maximum token length for the parser.
Nicola Mettifogo
2007-10-14
Integrated low-level routines into the Script class, turning it into a self-c...
Nicola Mettifogo
2007-08-24
First step in restructuring engine code:
Nicola Mettifogo
2007-07-08
Yet another fix for broken parsing/displaying of strings. Now quotes are prop...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-13
cleanup
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-04-03
- added a new archive member variable to Disk, to decouple resource archives ...
Nicola Mettifogo
2007-03-04
made Script optionally take ownership and dispose input text
Nicola Mettifogo
2007-02-25
made Archive inherit from Common::File, added some methods to comply to inter...
Nicola Mettifogo
2007-02-20
made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...
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 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-01-14
Initial import of Parallaction engine
Eugene Sandulenko