aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_concept.cpp
AgeCommit message (Collapse)Author
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-01-27TITANIC: Properly initialize TTconcept fields on creationPaul Gilbert
2017-01-24TITANIC: Fix TTconcept checkWordClass for script conceptsPaul Gilbert
2017-01-24TITANIC: Fix initialisation of the title scriptPaul Gilbert
2016-12-15TITANIC: Extra initialization of TTconcept fieldsPaul Gilbert
2016-11-13TITANIC: Properly initialize NPC scriptsPaul Gilbert
2016-11-06TITANIC: Fix parser crash giving the same response multiple timesPaul Gilbert
2016-10-31TITANIC: Fix another compiler warningPaul Gilbert
2016-10-31TITANIC: Fix compiler warningsPaul Gilbert
2016-10-17TITANIC: Remove always-true testOri Avtalion
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-07-15TITANIC: Adding tag switches to TTparser considerRequestsPaul Gilbert
2016-07-15TITANIC: Finished inner switch of TTparser considerRequestsPaul Gilbert
2016-07-15TITANIC: Added various TTparser & TTconcept support methodsPaul Gilbert
2016-07-15TITANIC: Added TTconcept id methodsPaul Gilbert
2016-07-15TITANIC: Added TTconcept find methodsPaul Gilbert
2016-07-15TITANIC: Added TTconcept setOwnerPaul Gilbert
2016-07-15TITANIC: Implement TTconcept getTextPaul Gilbert
2016-07-15TITANIC: Added TTconcept copyFrom methodPaul Gilbert
2016-07-15TITANIC: Added TTconcept deleteSiblingsPaul Gilbert
2016-07-15TITANIC: Added TTconcept destructorPaul Gilbert
2016-07-15TITANIC: New TTconcept constructor and copy methodsPaul Gilbert
2016-07-15TITANIC: New TTconcept constructorPaul Gilbert
2016-07-15TITANIC: Implemented TTparser checkReferentPaul Gilbert
2016-07-15TITANIC: Beginnings of TTconcept classPaul Gilbert