CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/09/13 19:06:44

Modified files:
        .              : ChangeLog 
        src            : main.c 
        src/engine     : game.c kstring.c scriptdebug.c vm.c 
        src/gfx        : operations.c 
        src/gfx/resource: sci_resmgr.c 
        src/include    : resource.h sciresource.h 
        src/scicore    : console.c decompress0.c decompress01.c 
                         decompress1.c decompress11.c old_objects.c 
                         resource.c resource_map.c script.c tools.c 
                         vocab.c vocab_debug.c 
        src/sound      : oldmidi.c sound.c 
        src/tools      : sciconsole.c scidisasm.c sciunpack.c 

Log message:
* Resource manager updates (now theoretically functional)
* Changed some global array names to have namespace prefixes and be free of
caps
* Changed the rest of FreeSCI to accept the array name changes
* Removed some obsolete debug output

The resource manager isn't being used yet, it's just been implemented.
Note that the current implementation only works for SCI0 and doesn't accept
patches, although the changes required to get SCI01 and patches working
should be trivial and could have been implemented easily while
I'm typing this.

-- Christoph


Reply via email to