aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_word.h
AgeCommit message (Expand)Author
2017-09-18TITANIC: Add VocabMode enum, fix German vocab loadingPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-01TITANIC: Fix compiler warningsPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-07-15TITANIC: Beginnings of TTresponse classPaul Gilbert
2016-07-15TITANIC: Move unknown method from TTword to TTadjPaul Gilbert
2016-07-15TITANIC: Fleshing out TTparser considerRequestsPaul Gilbert
2016-07-15TITANIC: In-progress TTparser checkForActionPaul Gilbert
2016-07-15TITANIC: Added TTword isClass methodPaul Gilbert
2016-07-15TITANIC: Added TTconcept id methodsPaul Gilbert
2016-07-15TITANIC: Implement TTconcept getTextPaul Gilbert
2016-07-15TITANIC: Making TTword constructors and copy methods constPaul Gilbert
2016-07-15TITANIC: New TTconcept constructor and copy methodsPaul Gilbert
2016-07-15TITANIC: New TTconcept constructorPaul 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: Starting TTparser loadRequestsPaul Gilbert
2016-07-15TITANIC: Fields renamingPaul 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: Add proper destruction of node chainsPaul Gilbert
2016-07-15TITANIC: Finished TTvocab getPrefixedWordPaul 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: Implement TTword copyPaul Gilbert
2016-07-10TITANIC: Fix TTstringNode pointers to TTsynonymPaul Gilbert
2016-07-10TITANIC: Implementing virtual methods for TTwordPaul Gilbert
2016-07-10TITANIC: Added STVocab destructorPaul Gilbert
2016-07-10TITANIC: Split TTsynonymNode into it's own file, and rename to TTsynonymPaul Gilbert
2016-07-10TITANIC: Implemented STVocab addWordPaul Gilbert
2016-07-10TITANIC: Implement TTword scanCopyPaul Gilbert
2016-07-10TITANIC: Implemented vocab findWordPaul Gilbert
2016-07-10TITANIC: Added new TTstringNode and TTsynonymNode classesPaul Gilbert
2016-07-10TITANIC: Changed casing on TTword classes to exactly match originalPaul Gilbert
2016-07-10TITANIC: Implementing vocab word loadingPaul Gilbert
2016-07-10TITANIC: Implementing vocab loadPaul Gilbert
2016-07-10TITANIC: Beginnings of TTWord hierarchyPaul Gilbert