aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
AgeCommit message (Expand)Author
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax 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: Turned synonyms list into a Common::ListMax Horn
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-10String fragments supportLars Skovlund
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn