aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser
AgeCommit message (Expand)Author
2014-01-27SCI: fix negative array access in parseNodesMartin Kiewitz
2013-04-25SCI: Fix (unlikely) memory leakWillem Jan Palenstijn
2013-04-17SCI: Remove dead codeWillem Jan Palenstijn
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-14SCI: Don't do suffix expansions after exact dict matchWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-08SCI: Remove unused argument to saidWillem Jan Palenstijn
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2010-12-26SCI: Silence a gcc warningMatthew Hoops
2010-12-24SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...Filippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warningsMax Horn
2010-10-03SCI: Support alternative inputs from vocab 913Willem Jan Palenstijn
2010-10-03SCI: Remove unused functionWillem Jan Palenstijn
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-10-02SCI: Fix memleakWillem Jan Palenstijn
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-28SCI: Remove SCI01 vocab warning, this behavior is normalMatthew Hoops
2010-07-24SCI: added said spec dump ability to logkernelMartin Kiewitz
2010-07-22SCI: Add more parser test casesWillem Jan Palenstijn
2010-07-22SCI: Swap suffix' class_mask result_classWillem Jan Palenstijn
2010-07-21SCI: Rewrite said spec handling.Willem Jan Palenstijn
2010-07-19SCI: make sci0 foreign vocabulary also workMartin Kiewitz
2010-07-19SCI: fix regression of r51027Martin Kiewitz
2010-07-19SCI: parser now matches extended chars tooMartin Kiewitz
2010-07-19SCI: implement foreign vocabulary supportMartin Kiewitz
2010-07-19SCI: fix parser crash on >=0x80 charsMartin Kiewitz
2010-07-19SCI: vocab version change for pq2 japaneseMartin Kiewitz
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