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
/
sci
/
parser
/
said.cpp
Age
Commit message (
Expand
)
Author
2010-11-02
SCI: Remove any use of printf
Max Horn
2010-10-02
SCI: Allow multiple word groups in parse tree leafs
Willem Jan Palenstijn
2010-10-02
SCI: Fix typo in testcase
Willem Jan Palenstijn
2010-07-28
SCI: Fix using the parser in SCI Fan Games
Matthew Hoops
2010-07-24
SCI: added said spec dump ability to logkernel
Martin Kiewitz
2010-07-22
SCI: Add more parser test cases
Willem Jan Palenstijn
2010-07-21
SCI: Rewrite said spec handling.
Willem Jan Palenstijn
2010-07-18
SCI: Work on optional expressions in said rules.
Willem Jan Palenstijn
2010-07-17
SCI: add hack for iceman to skip [!*] in kSaid, fixes green board / depth aff...
Martin Kiewitz
2010-06-01
The parser vocabulary remains static throughout the game, thus it has been re...
Filippos Karapetis
2010-02-10
SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi...
Max Horn
2010-01-23
- Moved all of the parser-related variables inside the Vocabulary class
Filippos Karapetis
2010-01-23
Separated the parser code
Filippos Karapetis