home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / aplic / sky / history.txt < prev    next >
Text File  |  1993-03-06  |  3KB  |  75 lines

  1. SkyMap Release History
  2. ----------------------
  3.  
  4. 07-Mar-93 v1.2
  5.  
  6. New features:
  7.  
  8. Added a new "Sky Area" map type, centred on a right ascension and
  9. declination.  This is intended to be used to draw a detailed map of a
  10. small region of the sky.
  11.  
  12. Added the ability to display photographic images in either GIF or BMP
  13. format.  Images can either be explicitly opened, or associated with specific
  14. objects (currently planets) and automatically displayed.
  15.  
  16. Bugs fixed:
  17.  
  18. Single pixel stars were being printed on the printer in the screen colour,
  19. which almost certainly mapped to white on the printer, resulting in them
  20. not being printed.  On a mono print, single pixel stars are now correctly
  21. printed black.
  22.  
  23. When the right mouse button was pressed over a horizon map to display the
  24. pop-up menu, then the *right*, rather than the *left* button pressed (ie,
  25. a user input error!) an incorrect cursor position was stored.  If the left
  26. button was subsequently used to select an information dialog a wildly
  27. inaccurate position or a GPF resulted.  This is probably the cause of all
  28. the "random number" errors previously reported.  Thanks to Don Munro for
  29. tracking down a reproducable case of this puzzling error!  Fixed.
  30.  
  31. Removed the incorrect, uninitialized data displayed on the information dialogs
  32. for the Sun and Moon. (Eg phase 0.000 for the Sun.)
  33.  
  34.  
  35. 05-Feb-93 v1.11
  36.  
  37. When the start of a constellation figure was off the edge of the map,
  38. the first visible line of the constellation was being drawn incorrectly in
  39. certain circumstances.  Fixed.
  40.  
  41. The correction for refraction was being correctly calculated and correctly
  42. displayed in the "About" box for a star, but not applied to the plotted
  43. position of the stars on the map.  This led to stars being plotted with
  44. slightly too low an altitude (the maximum error being about half a degree
  45. at the horizon).  Fixed.
  46.  
  47. If the star position calculation was aborted by the user pressing the "Cancel"
  48. button, the subsequent constellation figure setup calculation code displayed
  49. an error message for each star it was unable to find.  Pressing the "Cancel"
  50. button now aborts the map calculation cleanly.
  51.  
  52.  
  53. 31-Jan-93 v1.1
  54.  
  55. Test release to BIX only for testing.
  56.  
  57. In the "Observer" dialog, the "Time Difference" edit field was only wide
  58. enough to allow two digits to be entered, making the program not too
  59. useful for anyone outside the GMT time zone.  Fixed.
  60.  
  61. Version 1.0 of SkyMap simply plotted stars in their mean catalog position.
  62. This version now rigorously calculates the apparent place for the time of
  63. observation, correcting for proper motion, aberration, precession, nutation,
  64. and refraction.
  65.  
  66. Added code to verify that dates are in the range 4000BC-8000AD (the
  67. range over which the planetary position equations are valid.
  68.  
  69.  
  70.  
  71. 24-Jan-93 v1.0
  72.  
  73. Release of SkyMap 1.0, with basic facilities for drawing horizon map and
  74. plotting planetary and lunar positions.
  75.