Age | Commit message (Expand) | Author |
---|---|---|
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu... | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ... | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only include/engine.... | Max Horn |