Age | Commit message (Expand) | Author |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
2015-05-03 | SCI: Handle pronouns in parser | Willem Jan Palenstijn |
2014-10-15 | SCI: Simplify check for non-alphanumeric characters in the parser | Filippos Karapetis |
2014-10-15 | SCI: Ignore most of the non-alphanumeric characters in the parser | Filippos Karapetis |
2014-08-08 | SCI: Handle 's at the end of words - bug #6608 | Filippos Karapetis |
2014-08-08 | SCI: Code formatting fixes | Filippos Karapetis |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-27 | SCI: fix negative array access in parseNodes | Martin Kiewitz |
2013-04-25 | SCI: Fix (unlikely) memory leak | Willem Jan Palenstijn |
2013-04-17 | SCI: Remove dead code | Willem Jan Palenstijn |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-14 | SCI: Don't do suffix expansions after exact dict match | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-03-08 | SCI: Remove unused argument to said | Willem Jan Palenstijn |
2011-02-27 | SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY | md5 |
2010-12-26 | SCI: Silence a gcc warning | Matthew Hoops |
2010-12-24 | SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI... | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-11-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn |
2010-10-03 | SCI: Support alternative inputs from vocab 913 | Willem Jan Palenstijn |
2010-10-03 | SCI: Remove unused function | Willem Jan Palenstijn |
2010-10-03 | SCI: Allow multiple word groups in parser | Willem Jan Palenstijn |
2010-10-02 | SCI: Fix memleak | Willem Jan Palenstijn |
2010-10-02 | SCI: Allow multiple word groups in parse tree leafs | Willem Jan Palenstijn |
2010-10-02 | SCI: Fix typo in testcase | Willem Jan Palenstijn |
2010-07-28 | SCI: Fix using the parser in SCI Fan Games | Matthew Hoops |
2010-07-28 | SCI: Remove SCI01 vocab warning, this behavior is normal | Matthew Hoops |
2010-07-24 | SCI: added said spec dump ability to logkernel | Martin Kiewitz |
2010-07-22 | SCI: Add more parser test cases | Willem Jan Palenstijn |
2010-07-22 | SCI: Swap suffix' class_mask result_class | Willem Jan Palenstijn |
2010-07-21 | SCI: Rewrite said spec handling. | Willem Jan Palenstijn |
2010-07-19 | SCI: make sci0 foreign vocabulary also work | Martin Kiewitz |
2010-07-19 | SCI: fix regression of r51027 | Martin Kiewitz |
2010-07-19 | SCI: parser now matches extended chars too | Martin Kiewitz |
2010-07-19 | SCI: implement foreign vocabulary support | Martin Kiewitz |
2010-07-19 | SCI: fix parser crash on >=0x80 chars | Martin Kiewitz |
2010-07-19 | SCI: vocab version change for pq2 japanese | Martin Kiewitz |
2010-07-18 | SCI: Work on optional expressions in said rules. | Willem Jan Palenstijn |
2010-07-17 | SCI: adding detection for SCI01 vocab inside a SCI0 game that's using the SCI... | Martin Kiewitz |
2010-07-17 | SCI: added iceman hack to original said.y as well | Martin Kiewitz |
2010-07-17 | SCI: add hack for iceman to skip [!*] in kSaid, fixes green board / depth aff... | Martin Kiewitz |