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
/
titanic
/
true_talk
/
tt_vocab.cpp
Age
Commit message (
Expand
)
Author
2017-10-09
TITANIC: Fix Coverity warnings
Paul Gilbert
2017-10-06
TITANIC: DE: Fix recognising words with common suffixes
Paul Gilbert
2017-09-18
TITANIC: Add VocabMode enum, fix German vocab loading
Paul Gilbert
2017-08-24
TITANIC: Reduce header includes for titanic.h
David Fioramonti
2017-06-22
TITANIC: Fix German strings array size in getSuffixedWord
Paul Gilbert
2017-06-22
TITANIC: Add German handling to getSuffixedWord
Paul Gilbert
2017-06-17
TITANIC: Change of resource names from titanic.dat
Paul Gilbert
2017-01-16
TITANIC: Fix locating vocab words in getPrimeWord
Paul Gilbert
2016-11-03
TITANIC: Parser fixes for using unrecognised words
Paul Gilbert
2016-11-03
TITANIC: Fix choosing correct vocab matches for words
Paul Gilbert
2016-09-05
TITANIC: Convert some dynamic_casts back to static_cast as appropriate
Paul Gilbert
2016-09-02
TITANIC: Cleanup of True Talk classes
Paul Gilbert
2016-09-01
TITANIC: Convert many static_casts to dynamic_cast
Paul Gilbert
2016-07-15
TITANIC: Move unknown method from TTword to TTadj
Paul Gilbert
2016-07-15
TITANIC: In-progress TTparser checkForAction
Paul Gilbert
2016-07-15
TITANIC: Added TTsentenceSubBase setHandlerConcept
Paul Gilbert
2016-07-15
TITANIC: Change WordMode to WordClass and flesh it out
Paul Gilbert
2016-07-15
TITANIC: More implementation of TTparser loadRequests
Paul Gilbert
2016-07-15
TITANIC: Changed setSynStr parameter type
Paul Gilbert
2016-07-15
TITANIC: Implemented TTvocab getSuffixedWord
Paul Gilbert
2016-07-15
TITANIC: Added an enum for TTword wordMode
Paul Gilbert
2016-07-15
TITANIC: Beginnings of TTvocab getSuffixedWord
Paul Gilbert
2016-07-15
TITANIC: Finished TTvocab getWord
Paul Gilbert
2016-07-15
TITANIC: Finished TTvocab getPrefixedWord
Paul Gilbert
2016-07-15
TITANIC: Start on vocab method for finding words with prefixes
Paul Gilbert
2016-07-15
TITANIC: Added TTstring deletePrefix
Paul Gilbert
2016-07-15
TITANIC: Finished TTvocab getPrimeWord
Paul Gilbert
2016-07-15
TITANIC: Added support methods for finding synonyms by name
Paul Gilbert
2016-07-15
TITANIC: Refactor TTstringNode to have a base TTnode class
Paul Gilbert
2016-07-10
TITANIC: Implement TTword hierarchy virtual methods
Paul Gilbert
2016-07-10
TITANIC: Figured out original class names for TTword descendents
Paul Gilbert
2016-07-10
TITANIC: Implementing virtual methods for TTword
Paul Gilbert
2016-07-10
TITANIC: Rename STVocab to TTvocab to match original
Paul Gilbert