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_parser.h
Age
Commit message (
Expand
)
Author
2018-07-14
TITANIC: More properly handle parser clearing after sentence processing
Paul Gilbert
2017-06-22
TITANIC: Implement German parser preprocessing
Paul Gilbert
2017-01-28
TITANIC: Revert field renamings in CScriptHandler
Paul Gilbert
2017-01-28
TITANIC: Renamed sentence concept fields in CScriptHandler
Paul Gilbert
2017-01-28
TITANIC: Properly handle uppercase and 's when normalizing conv text
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-07-15
TITANIC: Remaining tag switch cases in TTparser considerRequests
Paul Gilbert
2016-07-15
TITANIC: In-progress TTparser processModifiers
Paul Gilbert
2016-07-15
TITANIC: Added TTparser removeNode
Paul Gilbert
2016-07-15
TITANIC: Added TTsentence fn2 method
Paul Gilbert
2016-07-15
TITANIC: Added TTparser resetConcept
Paul Gilbert
2016-07-15
TITANIC: Added TTparser filterConcepts
Paul Gilbert
2016-07-15
TITANIC: Added various TTparser & TTconcept support methods
Paul Gilbert
2016-07-15
TITANIC: Refactored TTsentenceSubBase to TTconceptNode
Paul Gilbert
2016-07-15
TITANIC: Added TTsentenceSubBase setHandlerConcept
Paul Gilbert
2016-07-15
TITANIC: Added TTconcept deleteSiblings
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: Added ParserAction enum
Paul Gilbert
2016-07-15
TITANIC: Start of considerRequests
Paul Gilbert
2016-07-15
TITANIC: Added TTparser addToConceptList
Paul Gilbert
2016-07-15
TITANIC: Implemented TTparser checkReferent
Paul Gilbert
2016-07-15
TITANIC: More implementation of TTparser loadRequests
Paul Gilbert
2016-07-15
TITANIC: Starting TTparser loadRequests
Paul Gilbert
2016-07-15
TITANIC: Implemented TTstring tokenize
Paul Gilbert
2016-07-15
TITANIC: Beginning of TTparser findFrames
Paul Gilbert
2016-07-15
TITANIC: Changed TTinput to TTsentence to match original
Paul Gilbert
2016-07-15
TITANIC: Changed parser & script processInput methods to preprocess
Paul Gilbert
2016-07-15
TITANIC: Implemented secondary replaceNumbers method
Paul Gilbert
2016-07-15
TITANIC: Move replacement string arrays into TTparser, added NUMBERS array
Paul Gilbert
2016-07-15
TITANIC: Implemented parser replaceNumbers sub-methods
Paul Gilbert
2016-07-15
TITANIC: Implement TTparser searchAndReplace methods
Paul Gilbert
2016-07-10
TITANIC: Rename stub method to normalizeContraction
Paul Gilbert
2016-07-10
TITANIC: Implement TTparser normalize
Paul Gilbert
2016-07-10
TITANIC: Beginning of parser input line normalization
Paul Gilbert
2016-07-10
TITANIC: Beginnings of TTinput class
Paul Gilbert
2016-07-10
TITANIC: Rename CScriptHandlerSub2 to TTparser
Paul Gilbert