index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
titanic
/
true_talk
/
script_handler.cpp
Age
Commit message (
Expand
)
Author
2017-09-18
TITANIC: Add VocabMode enum, fix German vocab loading
Paul Gilbert
2017-08-24
TITANIC: Reduce header includes for titanic.h
David Fioramonti
2017-01-28
TITANIC: Revert field renamings in CScriptHandler
Paul Gilbert
2017-01-28
TITANIC: Further CScriptHandler renamings
Paul Gilbert
2017-01-28
TITANIC: Renamed sentence concept fields in CScriptHandler
Paul Gilbert
2017-01-15
TITANIC: Removal of un-used fields to reduce Buildbot warnings
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-02
TITANIC: Cleanup of True Talk classes
Paul Gilbert
2016-09-02
TITANIC: Minor fix and cleanup for NPC talking startup
Paul Gilbert
2016-07-30
TITANIC: Added BellbotScript process
Paul Gilbert
2016-07-27
TITANIC: Renaming for NPC state methods
Paul Gilbert
2016-07-24
TITANIC: Load word lists for each NPC Script class
Paul Gilbert
2016-07-24
TITANIC: Adding NPC Script support methods
Paul Gilbert
2016-07-15
TITANIC: Remove redundant CScriptHandlerSub class
Paul Gilbert
2016-07-15
TITANIC: Renaming script methods
Paul Gilbert
2016-07-15
TITANIC: Set up loading of deskbot & bellbot script response lists
Paul Gilbert
2016-07-15
TITANIC: Further fleshing out of TTscriptBase
Paul Gilbert
2016-07-15
TITANIC: Added TTconcept destructor
Paul Gilbert
2016-07-15
TITANIC: Added concept pointers to CScriptHandler
Paul Gilbert
2016-07-15
TITANIC: New TTconcept constructor and copy methods
Paul Gilbert
2016-07-15
TITANIC: Beginning of TTparser findFrames
Paul Gilbert
2016-07-15
TITANIC: Changed TTinput to TTsentence to match original
Paul Gilbert
2016-07-15
TITANIC: Changed parser & script processInput methods to preprocess
Paul Gilbert
2016-07-10
TITANIC: Beginning of parser input line normalization
Paul Gilbert
2016-07-10
TITANIC: Beginnings of TTinput class
Paul Gilbert
2016-07-10
TITANIC: Implement TTword hierarchy virtual methods
Paul Gilbert
2016-07-10
TITANIC: Rename CScriptHandlerSub2 to TTparser
Paul Gilbert
2016-07-10
TITANIC: Rename STVocab to TTvocab to match original
Paul Gilbert
2016-07-10
TITANIC: Change CFileReader to CExeResoucres
Paul Gilbert
2016-07-10
TITANIC: Fix script handler initialization
Paul Gilbert
2016-07-10
TITANIC: Beginnings of TTWord hierarchy
Paul Gilbert
2016-07-10
TITANIC: More script handler setup
Paul Gilbert
2016-07-10
TITANIC: Beginnings of STVocab class, CScriptHandler constructor
Paul Gilbert
2016-07-10
TITANIC: Implementing scriptChanged methods
Paul Gilbert
2016-07-10
TITANIC: Changing TTNamed* classes to TTNpc*
Paul Gilbert
2016-07-10
TITANIC: Setting up of title engine and title script
Paul Gilbert
2016-07-10
TITANIC: Implement CTrueTalkManager triggerNPC
Paul Gilbert
2016-07-10
TITANIC: Beginnings of input line processing
Paul Gilbert
2016-07-10
TITANIC: Beginnings of script handler
Paul Gilbert