home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / b109_1 / !3D_Utils / Upgrades < prev   
Text File  |  1994-01-15  |  1KB  |  46 lines

  1. Upgrades since 1.02, first release:
  2.  
  3. 1.03
  4. Speedtests are included
  5. The module checks for virus-infection
  6. It counts the number of drawn quadrangles
  7.  
  8. 1.04
  9. is totaly re-written
  10. more freedom in choosing the window in y-direction: module can now handle mode
  11.     21 etc. correctly.
  12. check for left and right off screen quads: ignore them
  13. division table reduced to 1024 (from 2112)
  14.  
  15. 1.05
  16. faster
  17. interferring 16b colour bug solved
  18. overcrossed quads are drawn correctly
  19. concave quads are drawn correctly
  20. demo uses up to 3 banks for bankswapping
  21.  
  22. 1.06
  23. The number of swi calls are counted
  24. improved outlines :-( still not perfect though )
  25. checks more input variables for errors
  26. works now for screenmodes with 768<x<=1536
  27. SWI to convert 24 bit RGB to 16 bit value; TD_RGBto16bit
  28. demo improved
  29. overall speed difference from v1.02:
  30.     it is slower on very small quadrangles
  31.     faster on heigh quads
  32.     faster on quads with x<64
  33.  
  34. 1.07
  35. A very visible bug was introduced in 1.06, when compiling a module, which did
  36. not affect the already compiled modules, so I did not notice it.
  37.  
  38. 'it draw a quadrangle anyway after seeing it was off the screen'-bug resolved
  39.  
  40. More support for 16 bit colour modes. At least it now runs in mode 10. (160x256)
  41. More support for 1,2, and 4 bit colour modes.
  42. Swi TD_SetWindow included
  43. Swi TD_Line included
  44. Swi TD_LineList included
  45. Easier changing of graphic window, origin
  46.