CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/07/14 23:59:55

Modified files:
        .              : ChangeLog configure.in 
        src/gfx/drivers: Makefile.am sdl_driver.c 
        src/include    : midi_device.h 
        src/sound      : midi_adlib.c midi_device.c 
Added files:
        src/gfx/drivers: SDL_gfxPrimitives.c SDL_gfxPrimitives.h 
                         SDL_gfxPrimitives_font.h 

Log message:
1)  Replaced the bits of code borrowed from sdl_gfxPrimitives with the
whole (and much updated) library instead. (a)
2a) Adlib driver no longer builds if HAVE_SYS_SOUNDCARD_H is
not defined.
2b) Many, many updates to the adlib target.  Still sounds like crap, but
it's getting better.

(a)  This may fix bugs #218 and #221, please test.  The newer line draw
code has many more bounds checks and that sort of thing, so even if
invalid lines are passed down, it should clip 'em properly and not
crash.

- Pizza


Reply via email to