aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser/said.cpp
AgeCommit message (Expand)Author
2010-11-02SCI: Remove any use of printfMax Horn
2010-10-02SCI: Allow multiple word groups in parse tree leafsWillem Jan Palenstijn
2010-10-02SCI: Fix typo in testcaseWillem Jan Palenstijn
2010-07-28SCI: Fix using the parser in SCI Fan GamesMatthew Hoops
2010-07-24SCI: added said spec dump ability to logkernelMartin Kiewitz
2010-07-22SCI: Add more parser test casesWillem Jan Palenstijn
2010-07-21SCI: Rewrite said spec handling.Willem Jan Palenstijn
2010-07-18SCI: Work on optional expressions in said rules.Willem Jan Palenstijn
2010-07-17SCI: add hack for iceman to skip [!*] in kSaid, fixes green board / depth aff...Martin Kiewitz
2010-06-01The parser vocabulary remains static throughout the game, thus it has been re...Filippos Karapetis
2010-02-10SCI: 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 classFilippos Karapetis
2010-01-23Separated the parser codeFilippos Karapetis