Commit Graph

73141 Commits

Author SHA1 Message Date
Paul Gilbert
e16239e21f TITANIC: Implemented parser replaceNumbers sub-methods 2016-07-15 19:12:02 -04:00
Paul Gilbert
e1ba967233 TITANIC: Moved other static arrays from Titanic engine to dat file 2016-07-15 19:12:00 -04:00
Paul Gilbert
b37da849c9 TITANIC: Implement TTparser searchAndReplace methods 2016-07-15 19:11:43 -04:00
Paul Gilbert
053ff7ab75 TITANIC: Change engine to use titanic.dat 2016-07-15 19:11:06 -04:00
Paul Gilbert
2680caa5bd DEVTOOLS: Creation of titanic.dat for holding static data 2016-07-15 19:10:30 -04:00
Paul Gilbert
76b61324de TITANIC: Renaming for normalized input line 2016-07-10 16:39:38 -04:00
Paul Gilbert
69134c66cc TITANIC: Implemented parser normalizeContraction 2016-07-10 16:39:37 -04:00
Paul Gilbert
1da409ca98 TITANIC: Rename stub method to normalizeContraction 2016-07-10 16:39:36 -04:00
Paul Gilbert
68e230182c TITANIC: Implement TTparser normalize 2016-07-10 16:39:35 -04:00
Paul Gilbert
e862d80cd2 TITANIC: Beginning of parser input line normalization 2016-07-10 16:39:33 -04:00
Paul Gilbert
e5e0e22c56 TITANIC: Beginnings of TTinput class 2016-07-10 16:39:32 -04:00
Paul Gilbert
eb94894688 TITANIC: Implement TTword hierarchy virtual methods 2016-07-10 16:39:31 -04:00
Paul Gilbert
2f9d7f2284 TITANIC: Added TTword subclass copy methods 2016-07-10 16:39:30 -04:00
Paul Gilbert
f114ca6c26 TITANIC: More TTword subclass constructors 2016-07-10 16:39:29 -04:00
Paul Gilbert
d649157c5b TITANIC: Figured out original class names for TTword descendents 2016-07-10 16:39:28 -04:00
Paul Gilbert
e8971dd106 TITANIC: Rename CScriptHandlerSub2 to TTparser 2016-07-10 16:39:26 -04:00
Paul Gilbert
06876335cd TITANIC: Implement TTword copy 2016-07-10 16:39:25 -04:00
Paul Gilbert
ae5cd8d8dd TITANIC: Fix TTstringNode pointers to TTsynonym 2016-07-10 16:39:24 -04:00
Paul Gilbert
7b71462046 TITANIC: Implementing virtual methods for TTword 2016-07-10 16:39:23 -04:00
Paul Gilbert
4410c75599 TITANIC: Rename STVocab to TTvocab to match original 2016-07-10 16:39:22 -04:00
Paul Gilbert
2f2397f7df TITANIC: Added STVocab destructor 2016-07-10 16:39:21 -04:00
Paul Gilbert
7700923298 TITANIC: Change CFileReader to CExeResoucres 2016-07-10 16:39:19 -04:00
Paul Gilbert
01320c06cb TITANIC: Vocab list is now completely loading 2016-07-10 16:39:18 -04:00
Paul Gilbert
96a11a08bd TITANIC: Fix loading TTword3 vocab 2016-07-10 16:39:17 -04:00
Paul Gilbert
9c8d4f234b TITANIC: Split TTsynonymNode into it's own file, and rename to TTsynonym 2016-07-10 16:39:16 -04:00
Paul Gilbert
a27d49a43c TITANIC: Fix finding existing words in STVocab findWord 2016-07-10 16:39:15 -04:00
Paul Gilbert
17de345191 TITANIC: Fix conditional checks in TTword classes load methods 2016-07-10 16:39:14 -04:00
Paul Gilbert
b8a7a98c54 TITANIC: Bugfixes for vocab loading 2016-07-10 16:39:13 -04:00
Paul Gilbert
b8c4105021 TITANIC: Implemented STVocab addWord 2016-07-10 16:39:11 -04:00
Paul Gilbert
e86ce94441 TITANIC: Implement TTword scanCopy 2016-07-10 16:39:10 -04:00
Paul Gilbert
fa626a8bc9 TITANIC: Implemented TTsynonymNode copy 2016-07-10 16:39:09 -04:00
Paul Gilbert
1045fda846 TITANIC: Variation TTstringNode initialize method 2016-07-10 16:39:08 -04:00
Paul Gilbert
33ef893b04 TITANIC: Implemented vocab findWord 2016-07-10 16:39:07 -04:00
Paul Gilbert
3a464e8770 TITANIC: Added new TTstringNode and TTsynonymNode classes 2016-07-10 16:39:06 -04:00
Paul Gilbert
a223309934 TITANIC: Changed casing on TTword classes to exactly match original 2016-07-10 16:39:05 -04:00
Paul Gilbert
0f96471077 TITANIC: Add copy operators for TTString 2016-07-10 16:39:04 -04:00
Paul Gilbert
5bb05084fd TITANIC: Fixes for TTString constructors 2016-07-10 16:39:02 -04:00
Paul Gilbert
0820c3ffae TITANIC: Refactor CTitleEngine to use CFilesManager for PE resources 2016-07-10 16:39:01 -04:00
Paul Gilbert
b99fa6ba8c TITANIC: Fix to SimpleFile scanf 2016-07-10 16:39:00 -04:00
Paul Gilbert
3822d46341 TITANIC: FIx initializing file reader to read EXE resources 2016-07-10 16:38:59 -04:00
Paul Gilbert
45f84a9da5 TITANIC: Fix script handler initialization 2016-07-10 16:38:58 -04:00
Paul Gilbert
b7e4ed8744 TITANIC: Further fleshing out of vocab loading 2016-07-10 16:38:57 -04:00
Paul Gilbert
88dcfebebc TITANIC: Implementing vocab word loading 2016-07-10 16:38:56 -04:00
Paul Gilbert
bb8f95ba9d TITANIC: Implementing vocab load 2016-07-10 16:38:55 -04:00
Paul Gilbert
9ce6391a94 TITANIC: Beginnings of TTWord hierarchy 2016-07-10 16:38:53 -04:00
Paul Gilbert
71179e3763 TITANIC: More script handler setup 2016-07-10 16:38:52 -04:00
Paul Gilbert
c4375b134a TITANIC: Beginnings of STVocab class, CScriptHandler constructor 2016-07-10 16:38:51 -04:00
Paul Gilbert
74935b371f TITANIC: Implementing scriptChanged methods 2016-07-10 16:38:50 -04:00
Paul Gilbert
f706ef3749 TITANIC: Fleshing out room item and PetText loading code 2016-07-10 16:38:49 -04:00
Paul Gilbert
bac4ced73d TITANIC: Further renaming of named scripts to npc scripts 2016-07-10 16:38:48 -04:00