aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser/said.cpp
AgeCommit message (Expand)Author
2014-08-08SCI: Code formatting fixesFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-08SCI: Remove unused argument to saidWillem Jan Palenstijn
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