aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/vocabulary.h
AgeCommit message (Expand)Author
2009-05-10Disabled some unused codeFilippos Karapetis
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn