CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 99/12/13 23:39:41

Modified files:
        .              : ChangeLog 
        src/core       : script.c scriptdebug.c vm.c 
        src/graphics   : graphics_ddraw.c 
        src/include    : script.h vm.h vocabulary.h 
        src/tools      : scriptdump.c 
        src/win32      : freesci.dsw sciunpack.dsp sciv.dsp 
                         scriptdump.dsp 
Added files:
        src/core       : old_objects.c 
        src/include    : old_objects.h 
        src/tools      : scidisasm.c 
        src/win32      : scidisasm.dsp 

Log message:
1999-12-13  Dmitry Jemerov  <[EMAIL PROTECTED]>

* src/core/script.c, src/include/script.h, src/include/vm.h: Moved
obsolete object handling code to old_objects.c and old_objects.h.

* src/tools/scidisasm.c: New standalone SCI script disassembler.

* src/core/vm.c: Fixed breakpoint system broken by the new
call/send stack implementation.

* src/core/vm.c, src/core/scriptdebug.c: New breakpoint type bpe -
break on exported function.

* Some other changes to kernel/vm code to support the disassembler
and new breakpoints.

Note: I didn't update the unix project files, so the Unix build is very
likely to be broken. Please fix it.

Reply via email to