Analysis tool & reference generator for Torque Script projects.
Find a file
2016-04-23 00:06:19 -04:00
data The validator now better deduces property declarations by also recursing datablock inheritance; fix datablock inheritance erroneously including commenting on the same line; fix bugs in dealing with datablock redeclarations; make HTML exporter output some basic website structure with Bootstrap; Adjust datablock property checks a little bit 2016-04-21 23:18:05 -04:00
exporters The validator now better deduces property declarations by also recursing datablock inheritance; fix datablock inheritance erroneously including commenting on the same line; fix bugs in dealing with datablock redeclarations; make HTML exporter output some basic website structure with Bootstrap; Adjust datablock property checks a little bit 2016-04-21 23:18:05 -04:00
.gitignore The validator now better deduces property declarations by also recursing datablock inheritance; fix datablock inheritance erroneously including commenting on the same line; fix bugs in dealing with datablock redeclarations; make HTML exporter output some basic website structure with Bootstrap; Adjust datablock property checks a little bit 2016-04-21 23:18:05 -04:00
LICENSE Initial commit 2015-07-15 02:42:50 -04:00
main.py The validator now better deduces property declarations by also recursing datablock inheritance; fix datablock inheritance erroneously including commenting on the same line; fix bugs in dealing with datablock redeclarations; make HTML exporter output some basic website structure with Bootstrap; Adjust datablock property checks a little bit 2016-04-21 23:18:05 -04:00
README.md Create README.md 2015-09-21 13:41:51 -04:00
setup.py Performance fixes; fixed duplicate datablock entries; mutli-processing support 2015-07-28 23:48:33 -04:00
tsscraper.py Minor adjustments to the programming 2016-04-23 00:06:19 -04:00

TSScraper

The TSScraper is a reference generator and analysis tool for Torque Script is a tool that is capable of looking at arbitrary Torque Script projects (Tribes 2 mods in particular) and would generate a graph from this data that's then used for verifying the inheritance integrity, referential integrity and property integrity using a set of preprogrammed rules that govern what values are valid for what properties.