home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TOPBLT08.ZIP / HISTORY.DOC < prev    next >
Text File  |  1992-03-01  |  4KB  |  90 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // TOPBLT  - PCBoard Top User Statistics Bulletin Generator
  3. // Copyright (c) 1992 by K. Anderson
  4. /////////////////////////////////////////////////////////////////////////////
  5. // History
  6. //
  7. // Sometime, early this year (Jan 1992).. lost the original source code..
  8. //
  9. // 02-25-92 - TOPBLT v0.5
  10. //
  11. //          - Started over again from SCRATCH! (having lost the source
  12. //            tends to make you do that..)
  13. //
  14. //          - Minor improvements in configurability - more to come..
  15. //
  16. //          - Known bugs - Won't read USER files properly if more than 80
  17. //                         users.
  18. //                       - If ALL users are displayed in a bulletin, the
  19. //                         last name is repeated (publicity stunt?).
  20. //                       - /EXClude and Top UL/DL BYTES don't work properly
  21. //                         at all. Expecting them to be working soon.. (ha)
  22. //                       - There MAY be something wrong with the PCR blt.
  23. //
  24. // 02-26-92 - TOPBLT v0.6
  25. //
  26. //          - Minor cosmetic changes.
  27. //
  28. //          - 80 user problem - Fixed. (ya! and there was much rejoicing..)
  29. //
  30. //          - Repeated last user problem - Fixed.
  31. //
  32. // 02-27-92 - TOPBLT v0.7
  33. //
  34. //          - Source for the changes in v0.6 somehow got lost so all the
  35. //            changes I made in v0.6 (that I can remember) I made to the
  36. //            v0.5 source.
  37. //
  38. //          - /TYPE: parameter shortened to /TYP: so all parameters are
  39. //            three letter options.
  40. //
  41. //          - Known bugs - none.
  42. //
  43. // 03-01-92 - TOPBLT v0.8
  44. //
  45. //          - Some minor cosmetics and optimizations.
  46. //
  47. //          - Added 'Worst' user ability - ie: generate bulletins from lowest
  48. //            to highest stats. Enabled by adding :LOW to the type of
  49. //            bulletin. ie: /TYP:POSTS:LOW - show worst message posters.
  50. //
  51. //          - Added /CLR option to allow user to specify the format of the
  52. //            colour codes (None, PCBoard @x ansi codes, or regular ANSI).
  53. //
  54. //          - Added one more colour specification in the colour data file for
  55. //            the background/exiting colour so that background colours other
  56. //            than black should now work fine, and exit fine.
  57. //
  58. //          - The /COL file format is revamped. Colour are now specified by
  59. //            number and converted to PCB Ansi or ANSI internally depending
  60. //            on the /CLR switch (PCB ansi is the default). See the sample
  61. //            TOPBLT.COL file for examples.
  62. //
  63. //          - Added /STYle option to allow more display formats for the
  64. //            bulletin (giving sysops a bit more choice for uniqueness).
  65. //
  66. //          - Expanded STYle choices from 3 options to 7 including ability
  67. //            to create bulletins of BOTH the BEST and WORST of the category
  68. //            in one bulletin, side by side.
  69. //
  70. //          - Expecting to get /EXClude and /TYP:ULBYTES and /TYP:DLBYTES
  71. //            working in this version. Still problems with the BYTES bulletins.
  72. //            I have NO idea why they aren't reading in properly but the
  73. //            rest of the structures are! ARGH!
  74. //
  75. //          - Made TOPBLT exit with different errorlevels depending on the
  76. //            nature of the program. Whether this is actually useful for this
  77. //            type of program.. who knows..
  78. //
  79. //          - TOPBLT now searches the DOS path to make sure SORT.EXE is
  80. //            actually in the path before attempting to run.
  81. //
  82. //          - Fixed problem when /COL:filename and /CLR:ANSI arguments were
  83. //            used together.
  84. //
  85. //          - Known Bugs - There are still many parts of the code that can
  86. //                         be optimized. This will come with time after the
  87. //                         'major' things work exactly as I want them to.
  88. //
  89. /////////////////////////////////////////////////////////////////////////////
  90.