CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/04/23 11:05:07

Modified files:
        .              : ChangeLog acinclude.m4 aclocal.m4 config.h.in 
                         configure 
        src            : config.c 
        src/engine     : said.c savegame.c 
        src/gfx        : gfx_resource.c operations.c resmgr.c 
        src/gfx/drivers: xlib_driver.c 
        src/gfx/resource: sci_pic_0.c 
        src/include    : gfx_resource.h 
        src/sound      : midiout_win32mci.c 
        src/win32      : freesci.def freesci.dsp sciv.dsp 

Log message:
* Matt: Updated project/workspace files to define HAVE_USLEEP
* Matt: Updated win32mci drivers, getting near functional
* Matt: Updated freesci.def to reflect API changes.
* (a) When removing white pic0 artifacts, all surrounding pixels are now
considered
* (b) Added HAVE_DMALLOC to acinclude
* (c) xlib_driver now detects and flags reverse endianness mode
* (d) Added functions to deal with manual endianness reversal

(a) fixes some pic issues
(b) fixes autoconf on some systems with non-optimal equipemtn
(c) and (d) fixes #185 and possibly #126 (unlikely, though...)

Regarding usleep(): I'm not certain whether we need this (it's a
non-standard function anyway)

-- Christoph


Reply via email to