aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/vocabulary.cpp
AgeCommit message (Expand)Author
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-20SCI: cleanupMax 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-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn