aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser
AgeCommit message (Expand)Author
2010-06-01The parser vocabulary remains static throughout the game, thus it has been re...Filippos Karapetis
2010-05-23SCI: fixing crash in _vocab_add_rule when running qfg2 demoMartin Kiewitz
2010-05-18SCI: fixing crash in pq2 - not sure about this, lskovlun should take a look a...Martin Kiewitz
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-13SCI: Remove unused PARSE_HEAP_SIZEMax Horn
2010-02-10SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-23Separated the parser codeFilippos Karapetis