home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Sport / BA_562.ZIP / BOWLASST.NEW < prev    next >
Text File  |  1995-03-12  |  5KB  |  94 lines

  1.  Version History for 5.3X-5.6X
  2.  Versions prior to 5.60 were Freeware.
  3.  Versions 5.60 and greater are Shareware.
  4. ---------------------------------------------------------------------------
  5.  5.30 - Testing completed and version established on 9/23/93
  6.     Compiled with PowerBasic 3.0A. Uploaded to CompuServe, America
  7.     On-line, and Eagles Nest.
  8.  5.31 - Changed floppy testing to explicitly check for drive A or B instead
  9.     of checking for not drive C. 9/30/93
  10.     Compiled with PowerBasic 3.0A. Uploaded to CompuServe only.
  11.  5.32 - Found an error when a player was replaced with a Sub, the Sub was
  12.     replacing the team instead of the player. 10/12/93
  13.     Compiled with PowerBasic 3.0C. Uploaded to CompuServe, America
  14.     On line and Eagles Nest.
  15.  5.33 - Fixed a problem in the a routine where a not equal <> sign was used
  16.     instead of =. The name of any person entered was not found. Same
  17.     uploads as in 5.32. Compiled with Power Basic 3.0C.
  18.  5.34 - Fixed a problem with indexing of scores found in a routine where the
  19.     index exceeded the dimension of the array. Error only occured when
  20.     someone had a 4 game series. Was also a problem in that the variable
  21.     to indicate a score over 256 was not set properly if the first game
  22.     was over 256.
  23.  5.35 - Add warning if score spread > 256. If this happens, scores are not
  24.     stored properly on disk. If warning is issued, scores less than 45
  25.     are set to 45.
  26.     Special awards - Alert when they occur, store in special file on
  27.     disk, and print report if requested.
  28.        75 & 100 scratch pins over average
  29.        125 scratch pins over series average
  30.        Triple score (3 scratch games the same) 3 game series only
  31.        275-297, 298, 299 and 300 scratch scores
  32.        500-599, 600-699, 700 &  800 scratch series (3 games)
  33.        333-399, 400-466, 467 &  533 scratch series (2 games)
  34.        667-799, 800-932, 933 & 1067 scratch series (4 games)
  35.  5.36 - Problem reported by user with printing of standing sheet.
  36.     Investigation found that the width of the points won and lost
  37.     fields on reports exceeded the expected 4 characters. The width was
  38.     increased to 6 characters for version 5.24 and this version on
  39.     11/11/93. The subroutine was also changed so that the
  40.     number will print even if the width ever exceeds 6 characters. This
  41.     might cause some registration problems on the printouts if the
  42.     width exceeds 6 characters, but at least there will be no lost data.
  43.  5.37 - Corrected problem with printing of standing sheet. When officer
  44.     is not on the league, the alley info was not printing and a CR was
  45.     not being issued.
  46.  5.38 - Corrected problem with searching for bowler name when number of
  47.     teams was reduced by dropping a team. Upper limit for search was
  48.     not set correctly.
  49.  5.40 - Added more extensive on line help. Help loaded from file
  50.     BOWLASST.HLP. Variable added as index into help file. BOWLASST.HLP
  51.     file replaces documentation file that was previously provided with
  52.     program.
  53.  5.41 - Corrected problem where scores were set back to zero when a new
  54.     player was added to a team in mid-season. Only scores from the week
  55.     the change was made are set to zero.
  56.  5.42 - Eliminate references to handicaps in reports for a scratch league.
  57.     Also eliminate setup questions on handicaps for scratch league.
  58.     Correct problem with changes in phone number not being entered.
  59.  5.43 - Corrected problem with computing of team handicaps when scores were
  60.     input. Problem developed when 5.42 changes were implemented.
  61.  5.44 - This version had a problem with computing of stats if there were
  62.     unbowled frames (9-15-94)
  63.  5.50 - This version added a number of upgrades and enhancements.(9/94)
  64.     > Let user select the left margin for reports.
  65.     > Allow program to open files from main menu.
  66.     > Create more flexible data and program directory settings.
  67.     > Allow exchange of players between teams.
  68.     > Improved "TO DATE" reports
  69.     > Trap function keys directly
  70.     > Display flashing info on screen about file and setup
  71.     > Add "ABOUT" selection to main menu
  72.  5.51 - 10/16/94
  73.     Modify routine to change schedule. It did not work if number of
  74.     weeks to bowl was not changed.
  75.     Allow drives A to Z to be used for program and data files.
  76.  5.60 - This version will issue as Shareware instead of Freeware.
  77.     Add roving subs
  78.     Add PIF and ICON files for Windows.
  79.     Improvements made in selection of default responses.
  80.     Add demo files and tutorial.
  81.     Updated help file.
  82.     Provide text version of help file for those who want printed docs.
  83.     Add prefix to prompt for number to indicate acceptable range.
  84.     Allow more flexibility in changing split season before the split.
  85.  5.61 - 3/4/95 Fixed problem with To Date Report for Bowlers. Report was
  86.            scanning score file for all members when it should have been
  87.            scanning only for number of players on team. Worked for leagues
  88.            leagues with members=players but not for intramural. Also had
  89.            problem with listing stats at end. Changed variable Bowler
  90.            to aBowler and this worked.
  91.  5.62 - 3/5/95 Change MatchName routine to ask user whether the name match
  92.            found is the match the user wanted.
  93. ---------------------------------------------------------------------------
  94.