index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
scicore
/
vocabulary.h
Age
Commit message (
Expand
)
Author
2009-05-14
- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
2009-05-10
Disabled some unused code
Filippos Karapetis
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