CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/01/11 15:43:08

Modified files:
        .              : ChangeLog config.h 
        src            : config.c config.l main.c 
        src/engine     : cfsml.pl game.c kernel.c kgraphics.c savegame.c 
                         savegame.cfsml 
        src/gfx        : operations.c resmgr.c 
        src/gfx/resource: sci_pic_0.c 
        src/include    : resource.h 
        src/scicore    : tools.c 
        src/sound      : midi.c sound.c soundserver_dos.c 
                         soundserver_null.c 

Log message:
* widget.c fixes from Petr
* setting "pic0_scaled = no" now forces the unscaled visual map to be used
* dither16 (default) pic0 mode now uses only 16 colors
* several fixes to the dependancy removal from earlier today

Even if the unscaled pic is used, the scaled pic is still rendered
off-screen. Also, the scaled priority map is being used and the result is
not dithered (always looks like flat256 mode).

Observations:
- sq3: When stepping off the rail near the grabber's original position, the
pre-death message window is subjected to Animate(), which doesn't look
right.
Apparently, sometimes Animate() operates on the current port, while, at
other times, it uses the port it last operated on. Lars?

-- Christoph


Reply via email to