aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser
AgeCommit message (Expand)Author
2010-07-18SCI: Work on optional expressions in said rules.Willem Jan Palenstijn
2010-07-17SCI: adding detection for SCI01 vocab inside a SCI0 game that's using the SCI...Martin Kiewitz
2010-07-17SCI: added iceman hack to original said.y as wellMartin Kiewitz
2010-07-17SCI: add hack for iceman to skip [!*] in kSaid, fixes green board / depth aff...Martin Kiewitz
2010-07-17SCI: fix debugging code of parser, add 0xffe special group into debug supportMartin Kiewitz
2010-06-27Cleanup, remove unused/obsolete codeFilippos Karapetis
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