aboutsummaryrefslogtreecommitdiff
path: root/tools/sci
AgeCommit message (Collapse)Author
2010-10-20SCI tools: Removing the now obsolete listwords tool, after discussing with ↵Filippos Karapetis
lskovlun. We got better functionality in ScummVM now (the parser_words debug command) svn-id: r53655
2010-10-20SCI tools: also removing obsolete file graphics_png.hFilippos Karapetis
svn-id: r53654
2010-10-20SCI tools: Removing the now obsolete classes, scriptdump and vocabdump ↵Filippos Karapetis
tools, after discussing with lskovlun. We got better functionality than these in ScummVM now svn-id: r53653
2010-10-20SCI tools: Removing the now obsolete old_objects tool, after discussing with ↵Filippos Karapetis
lskovlun. It was supposed to be the underpinning for a VM that never materialized svn-id: r53652
2010-10-20SCI tools: Removing the now obsolete sciunpack tool, after discussing with ↵Filippos Karapetis
lskovlun. We got a more advanced functionality in ScummVM now svn-id: r53650
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-02-22SCI: moving scitraceMartin Kiewitz
svn-id: r48111
2010-01-23Add headerArnaud Boutonné
svn-id: r47491
2009-05-29Removed obsolete filesMax Horn
svn-id: r41001
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430
2009-03-10SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependencyMax Horn
svn-id: r39308
2009-03-08Resurrection of SCI tools. Step 1.Eugene Sandulenko
svn-id: r39240