home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / pbust205.arj / PBVERS.DOC < prev   
Text File  |  1990-02-11  |  2KB  |  59 lines

  1. Versions of PB, approximate dates and what changed:
  2.  
  3. 1.0  6-87
  4.  
  5. First version of Planet Busters. No Comm routines.
  6.  
  7. 1.1  7-87
  8.  
  9. Added Editor. First version to use MULTUSE generic BBS translator
  10. interface. Used Drew Olbrich's Comm Routines.
  11.  
  12. 1.2  1-88
  13.  
  14. Reorganisation, bug fixes.
  15.  
  16. 1.3  7-88
  17.  
  18. Added <b>rief planet listings.  Known to have intermittent hangs well
  19. after game running..  blows away game.  SYSOPs upset.  Never found
  20. problem but it went away in 2.00
  21.  
  22. 2.00 5-89  (beta)
  23.  
  24. First version in TP 5....
  25. Used Generic Toolbox routines.
  26. Bugs in Comm routines due to switch to 5.0
  27.  
  28. 2.01 7-89  (beta)
  29.  
  30. Switched to TP 5.5
  31. Added configuration parameters for empires, battles, map size.
  32. Added ANSI. Comm Routines still buggy. Added Fossil but it didn't work.
  33. Finally got Fossil working during this period, no new version.
  34.  
  35. 2.02 10-06-89  (beta)
  36.  
  37. Finally got internal Comms working.  Switched to new MU "5-line"
  38. interface which allows local play from within some BBS's
  39.  
  40. 2.03 10-25-89 (release)
  41.  
  42. Got all comm routines working.  No known bugs!  Added config for plague.
  43. Added rank file override and sysop initial message config parms.
  44.  
  45. 2.04 11-24-89 (release)
  46.  
  47. Fixed some bugs discovered in plague routines.
  48. These were very minor but I decided to bump release #
  49.  
  50. 2.05 2-12-90 (release)
  51.  
  52. Finally tracked down a very serious bug in the Emergency Exit area
  53. that was hanging systems etc... was due to the Gen_EP_Exit proc variable
  54. getting clobbered by a bogus string copy. SizeOf(string) does NOT
  55. return the number of bytes in a string... it's one more for the len byte!
  56.  
  57. Introduced a bug by turning off Boolean Expression short circuiting,
  58. turned it back on because I have a dependency on it.
  59.