home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / GEN3D2.ZIP / VERSION.TXT < prev   
Encoding:
Text File  |  1995-02-01  |  1.4 KB  |  40 lines

  1. GEN3D 1.1
  2.  
  3. Bug Fixes for 1.1
  4. -----------------
  5.  
  6. Thanx to all of the end-users who reported bugs in 1.0.
  7. The following is a list of fixes that resolve problems from 1.0.
  8.  
  9. Bug:  The 3D Code that get's generated shows up when I am in Windows!
  10.  
  11. Fix:  Now, my generator looks for the platform of the object and makes
  12.       sure that the platform is DOS.  Also, "IF _DOS" directives are
  13.       now placed around the code to ensure that it only shows up in DOS.
  14.  
  15. Bug:  Uggh!  The colors that the generator chooses for overlapping box
  16.       parts appears to randomly come from either the top or bottom box
  17.       color.
  18.  
  19. Fix:  Now, the generator automatically takes the color of the box that
  20.       was placed on the screen LAST.  Color inconsistencies are greatly
  21.       reduced by taking this simpler approach.
  22.  
  23. Bug:  Generating a screen that does not have any 3D directives in it
  24.       generates an error!
  25.  
  26. Fix:  The memory array that I create to handle collisions between boxes
  27.       has to be processed and then released at the end of the program.
  28.       If no collisions were found, or if no 3D boxes were created, then
  29.       my program skips handling collisions entirely.
  30.  
  31. -----------------------------------------------------------------------
  32.  
  33. Once again...
  34. Thank you for trying..........
  35. GEN3D
  36.  
  37. Corrections to original document:
  38.  
  39. GENSCRNX was incorrectly credited to Steve Black.
  40.