aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_quotes.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-06-17TITANIC: Change of resource names from titanic.datPaul Gilbert
2016-07-31TITANIC: Added DeskbotScript preprocessPaul Gilbert
2016-07-15TITANIC: Finished TTquotesTree search methodsPaul Gilbert
2016-07-15TITANIC: Further fleshing out of TTquotes and TTquotesTreePaul Gilbert
2016-07-15TITANIC: Start of new TTvocabTree class; added load methodPaul Gilbert
2016-07-15TITANIC: Fix loading of JRQUOTESPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-07-15TITANIC: Implement TTquotes readPaul Gilbert
2016-07-15TITANIC: Finished TTquotes loadPaul Gilbert
2016-07-15TITANIC: Beginnings of TTquotes classPaul Gilbert