Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David 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-11 | TITANIC: Field renamings, and fix for incorrect switch cases | Paul Gilbert | |
2016-10-30 | TITANIC: Add extra field initializations | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-07-30 | TITANIC: Added BellbotScript checkCommonPhrases | Paul Gilbert | |
2016-07-29 | TITANIC: Add NPC preResponse methods | Paul Gilbert | |
2016-07-28 | TITANIC: Added BarbotScript updateState | Paul Gilbert | |
2016-07-28 | TITANIC: Add loading of updateState arrays | Paul Gilbert | |
2016-07-28 | TITANIC: Added DeskbotScript updateState | Paul Gilbert | |
2016-07-27 | TTIANIC: Added support methods for BellbotScript updateState | Paul Gilbert | |
2016-07-27 | TITANIC: Added BellbotScript updateState | Paul Gilbert | |
2016-07-27 | TITANIC: Moved handleQuote data arrays to datafile | Paul Gilbert | |
2016-07-26 | TITANIC: Split NPC script support data structures to their own file | Paul Gilbert | |