home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / programm / 5177 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  2.5 KB

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!dstos3.dsto.gov.au!egg
  2. From: egg@dstos3.dsto.gov.au
  3. Newsgroups: rec.games.programmer
  4. Subject: XLIB04b - Bug fix release
  5. Message-ID: <1992Dec17.144647.165395@dstos3.dsto.gov.au>
  6. Date: 17 Dec 92 14:46:46 CST
  7. Organization: Defence Science and Technology Organisation
  8. Lines: 57
  9.  
  10. Hi folks,
  11.  
  12.   A bug fix release (XLIB04b) should now be available
  13.     * in binary form from wuarchive.wustl.edu in pub/MSDOS_UPLOADS
  14.         (temporarily)
  15.     * nic.funet.fi in pub/msdos/games/programming (a little later in the week)
  16.       nic being the permanent archive site.
  17.     * in uuencoded form from me, IFF you have no FTP access
  18.  
  19.   To those who have been waiting, my apologies for the delay.
  20.  
  21.   For those new to this group XLIB is a high quality (in my opinion ;-),
  22.   high performance graphics library for the VGA 256 colour tweaked modes.
  23.   Most of the major graphics primitives are supported and the source code
  24.   is provided FREE.
  25.  
  26.   The library is written for the Borland C family of languages and TASM.
  27.  
  28.   Themie Gouthas.
  29.  
  30.   PS. I like to keep reminding everyone that the success of this library is
  31.     due to the support of a lot of people out there, especially Matthew
  32.     Mackenzie. Again, thanks to everyone for their support and contributions.
  33.  
  34. --- updates.doc extract -------------------------------------------------
  35. Xlib version 4b modifications
  36.  
  37. 10-12-92   BUG FIX RELEASE
  38.  
  39.            Files Modified
  40.            --------------
  41.  
  42.            XMAIN.*
  43.            XPBMCLIP.*
  44.            XVBMCLIP.*
  45.            XCLIPPBM.*
  46.  
  47.            Modifications/Additions
  48.            ------------------------
  49.            Some minor fixes and modifications in xmain.asm
  50.             fixed the split screen starting scan line problem
  51.  
  52.             This fix is a cludge - Sam Thompson has suggested a more
  53.             elegant fix but I just dont have much time these days
  54.  
  55.             changed mode setting code to allow 320x200 mode to have same
  56.              aspect ratio as mode 13h
  57.  
  58.            The clipped functions were modified to return 1 if the image being
  59.             clipped was completely off the logical screen.
  60.            Minor clipping bugs which gave inconsistent results when clipping
  61.             to the left and right screen borders were fixed in the XPBMCLIP &
  62.             VBMCLIP modules.
  63.            A bug in demo 2 which caused crashing on 486 machines was also
  64.            fixed. (The speed of the 486 resulted in 0 time delay which inturn
  65.             caused a division by zero error)
  66.  
  67.