aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/title_engine.cpp
AgeCommit message (Collapse)Author
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.
2016-11-02TITANIC: Parser fixesPaul Gilbert
2016-09-03TITANIC: Cleanup of title engine classPaul Gilbert
2016-08-29TITANIC: Further code cleanup, identified game mode 5Paul Gilbert
2016-07-15TITANIC: Fleshing out TTscriptBase classPaul Gilbert
2016-07-15TITANIC: Change engine to use titanic.datPaul Gilbert
2016-07-10TITANIC: Refactor CTitleEngine to use CFilesManager for PE resourcesPaul Gilbert
2016-07-10TITANIC: FIx initializing file reader to read EXE resourcesPaul Gilbert
2016-07-10TITANIC: Beginnings of TTWord hierarchyPaul Gilbert
2016-07-10TITANIC: Setting up of title engine and title scriptPaul Gilbert
2016-07-10TITANIC: Implement reading dialogue stringPaul Gilbert
2016-07-10TITANIC: Beginnings of input line processingPaul Gilbert
2016-07-10TITANIC: Beginnings of script handlerPaul Gilbert
2016-07-10TITANIC: Beginnings of STtitleEngine classPaul Gilbert
2016-03-12TITANIC: Added stubs for the different script classesPaul Gilbert