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_word.cpp
Age
Commit message (
Expand
)
Author
2017-09-18
TITANIC: Add VocabMode enum, fix German vocab loading
Paul Gilbert
2017-07-06
TITANIC: Fix NPC conversation crash
Paul Gilbert
2016-11-13
TITANIC: Properly initialize NPC scripts
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: Fleshing out TTparser considerRequests
Paul Gilbert
2016-07-15
TITANIC: In-progress TTparser checkForAction
Paul Gilbert
2016-07-15
TITANIC: Making TTword constructors and copy methods const
Paul Gilbert
2016-07-15
TITANIC: New TTconcept constructor and copy methods
Paul Gilbert
2016-07-15
TITANIC: New TTconcept constructor
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: Change TTnode addNode to addToTail
Paul Gilbert
2016-07-15
TITANIC: Fields renaming
Paul Gilbert
2016-07-15
TITANIC: Changed setSynStr parameter type
Paul Gilbert
2016-07-15
TITANIC: Added an enum for TTword wordMode
Paul Gilbert
2016-07-15
TITANIC: Add proper destruction of node chains
Paul Gilbert
2016-07-15
TITANIC: Finished TTvocab getPrefixedWord
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: Implement TTword copy
Paul Gilbert
2016-07-10
TITANIC: Fix TTstringNode pointers to TTsynonym
Paul Gilbert
2016-07-10
TITANIC: Implementing virtual methods for TTword
Paul Gilbert
2016-07-10
TITANIC: Added STVocab destructor
Paul Gilbert
2016-07-10
TITANIC: Change CFileReader to CExeResoucres
Paul Gilbert
2016-07-10
TITANIC: Vocab list is now completely loading
Paul Gilbert
2016-07-10
TITANIC: Fix loading TTword3 vocab
Paul Gilbert
2016-07-10
TITANIC: Split TTsynonymNode into it's own file, and rename to TTsynonym
Paul Gilbert
2016-07-10
TITANIC: Fix conditional checks in TTword classes load methods
Paul Gilbert
2016-07-10
TITANIC: Implemented STVocab addWord
Paul Gilbert
2016-07-10
TITANIC: Implement TTword scanCopy
Paul Gilbert
2016-07-10
TITANIC: Implemented vocab findWord
Paul Gilbert
2016-07-10
TITANIC: Added new TTstringNode and TTsynonymNode classes
Paul Gilbert
2016-07-10
TITANIC: Changed casing on TTword classes to exactly match original
Paul Gilbert
2016-07-10
TITANIC: Add copy operators for TTString
Paul Gilbert
2016-07-10
TITANIC: Further fleshing out of vocab loading
Paul Gilbert
2016-07-10
TITANIC: Implementing vocab word loading
Paul Gilbert
2016-07-10
TITANIC: Implementing vocab load
Paul Gilbert
2016-07-10
TITANIC: Beginnings of TTWord hierarchy
Paul Gilbert