CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/01/23 14:48:01

Modified files:
        .              : ChangeLog 
        src/tools      : Makefile.am listwords.c sciunpack.c 
                         scriptdump.c vocabdump.c 

Log message:
* Got rid of the 'classes' tool
* Merged 'listwords', 'scriptdump' and 'vocabdump' into sciunpack

This reduces the number of tools to 3:
- sciunpack: Unpacks data, transformates and dumps some special forms of it
- sciconsole: non-graphical console to debug SCI data without decompressing
it (do we really need that? A 'null' graphics driver might be better)
- scidisasm: Disassembles scripts with a bunch of options

IMHO, that's a sufficient clean-up for the time being; later on, we can
merge scidisasm into sciunpack, fix some things with that, and get rid
of the sciconsole.

-- Christoph


Reply via email to