home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bgi256-3.zip / BUGS.DOC < prev    next >
Text File  |  1992-12-27  |  3KB  |  67 lines

  1. 22 December 1992 -med
  2.  
  3. V2.04 Fixes from earlier versions:
  4.  
  5. BitMapped text was being drawn one pixel down from the proper position.
  6. This was fixed in V2.04.
  7.  
  8.  
  9. V2.06 of BGI256 fixes the following problems from earlier versions:
  10.  
  11. In VesaBank routine, the push/pop was out of sequence. This didn't 
  12. cause any problems, but was fixed anyway to be proper.
  13.  
  14. ET4000 cards: The ET4000 uses seperate read and write windows in
  15. its super VGA modes. This caused screen reads to be incorrect.
  16. This version now updates both windows.
  17.  
  18. Diamond Stealth: The Stealth card uses non-sequencial memory in 
  19. 800x600x256. This caused garbage to be shown in that mode.
  20. This version manages the problem by obtaining the true scan line 
  21. length from the appropriate VESA description field. 
  22.  
  23.  
  24. Known remaining bugs: The FloodFill has a problem when dealing 
  25. with complex fills. I recommend using PolyFill on anything complex,
  26. or use your own floodfill. I haven't had the chance to sitdown and 
  27. take the couple days to figure out how the floodfill works again 
  28. So that I can try to fix it. (Yes I wrote it, but its been ages...). 
  29.  
  30.  
  31. New additions: You can now select the background color in Pixel 
  32. draw mode. This was done to allow the circles and arcs to have 
  33. controlable lines like rectangles. This is required because the 
  34. circles and arcs are drawn by the graph unit using PutPixel, so the
  35. BGI has no control over the lines as it does with rectangles.
  36.  
  37. A seperate Trident driver include file writen by Erik Olbrys
  38. has been included in this package with the permission of Erik
  39. for those who want a specific driver for the Trident card.
  40.  
  41.  
  42. V3.00 release:
  43.  
  44. Provides protected mode support for V7.0 of Borland Pascal. 
  45.  
  46. Floodfill has finally been properly fixed. 
  47. Full fill write mode support for floodfills has been provided. 
  48. Floodfill supports both border fill and seed fill. 
  49. Floodfill supports both simplex fills and complexx fills. 
  50.  
  51. Minor changes made in SetWriteMode commands. PutImage write 
  52. mode selections will not be supported in the future since they 
  53. didn't do anything anyway. PutImage Write mode is controlled 
  54. by the PutImage routine. PutImage background color is still 
  55. controlled by SetWriteMode, but the function is being moved
  56. to the new Misc Command selection group. The Get Current 
  57. graphics mode command was also moved to the Misc command 
  58. selection group. It is still currently supported as 
  59. function #25, but this will go away in the future.
  60.  
  61. Several new functions were added to the SetWriteMode 
  62. function to support the floodfill command.
  63.  
  64.  
  65.  
  66. <eof>
  67.