aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_vocab.cpp
AgeCommit message (Collapse)Author
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-05-24JANITORIAL: Convert line endings from CRLF/mixed to LFAdrian Frühwirth
2017-10-09TITANIC: Fix Coverity warningsPaul Gilbert
2017-10-06TITANIC: DE: Fix recognising words with common suffixesPaul Gilbert
2017-09-18TITANIC: Add VocabMode enum, fix German vocab loadingPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-06-22TITANIC: Fix German strings array size in getSuffixedWordPaul Gilbert
2017-06-22TITANIC: Add German handling to getSuffixedWordPaul Gilbert
2017-06-17TITANIC: Change of resource names from titanic.datPaul Gilbert
2017-01-16TITANIC: Fix locating vocab words in getPrimeWordPaul Gilbert
2016-11-03TITANIC: Parser fixes for using unrecognised wordsPaul Gilbert
2016-11-03TITANIC: Fix choosing correct vocab matches for wordsPaul Gilbert
2016-09-05TITANIC: Convert some dynamic_casts back to static_cast as appropriatePaul Gilbert
2016-09-02TITANIC: Cleanup of True Talk classesPaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-07-15TITANIC: Move unknown method from TTword to TTadjPaul Gilbert
2016-07-15TITANIC: In-progress TTparser checkForActionPaul Gilbert
2016-07-15TITANIC: Added TTsentenceSubBase setHandlerConceptPaul Gilbert
2016-07-15TITANIC: Change WordMode to WordClass and flesh it outPaul Gilbert
2016-07-15TITANIC: More implementation of TTparser loadRequestsPaul Gilbert
2016-07-15TITANIC: Changed setSynStr parameter typePaul Gilbert
2016-07-15TITANIC: Implemented TTvocab getSuffixedWordPaul Gilbert
2016-07-15TITANIC: Added an enum for TTword wordModePaul Gilbert
2016-07-15TITANIC: Beginnings of TTvocab getSuffixedWordPaul Gilbert
2016-07-15TITANIC: Finished TTvocab getWordPaul Gilbert
2016-07-15TITANIC: Finished TTvocab getPrefixedWordPaul Gilbert
2016-07-15TITANIC: Start on vocab method for finding words with prefixesPaul Gilbert
2016-07-15TITANIC: Added TTstring deletePrefixPaul Gilbert
2016-07-15TITANIC: Finished TTvocab getPrimeWordPaul Gilbert
2016-07-15TITANIC: Added support methods for finding synonyms by namePaul Gilbert
2016-07-15TITANIC: Refactor TTstringNode to have a base TTnode classPaul Gilbert
2016-07-10TITANIC: Implement TTword hierarchy virtual methodsPaul Gilbert
2016-07-10TITANIC: Figured out original class names for TTword descendentsPaul Gilbert
2016-07-10TITANIC: Implementing virtual methods for TTwordPaul Gilbert
2016-07-10TITANIC: Rename STVocab to TTvocab to match originalPaul Gilbert