aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser
AgeCommit message (Expand)Author
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2015-05-03SCI: Handle pronouns in parserWillem Jan Palenstijn
2014-10-15SCI: Simplify check for non-alphanumeric characters in the parserFilippos Karapetis
2014-10-15SCI: Ignore most of the non-alphanumeric characters in the parserFilippos Karapetis
2014-08-08SCI: Handle 's at the end of words - bug #6608Filippos Karapetis
2014-08-08SCI: Code formatting fixesFilippos Karapetis
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
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