home *** CD-ROM | disk | FTP | other *** search
/ Freelog 27 / Freelog027.iso / palm / mondphase / readme.txt < prev   
Text File  |  2001-05-06  |  3KB  |  114 lines

  1. Moon Phases v2.1
  2.  
  3. Steven Kienle
  4. sckienle@worldnet.att.net
  5.  
  6. This program is a simple phase of the moon calculator.
  7. Just click on the date to select the date you are
  8. interested in and this application will display the
  9. phase of the moon on that day.
  10.  
  11. Warning, this application uses an approximation method,
  12. which can be done effectively on the PalmPilot, rather
  13. than the real way, which uses floating point,
  14. astronomical equations, trigonometric functions, and
  15. basically would take forever.  The problem with the
  16. approximation, is that it can be up to a day off.  I
  17. have spot checked the program up to the end of 2031 and
  18. that seems to be the largest error.
  19.  
  20. I am sorry about the size of this application.  The 
  21. majority of the size is in bitmaps, which I have to include
  22. because the PalmOS doesn't seem to want to help me create
  23. elipsoid curves.
  24.  
  25. A german translation of Moon Phase is avavilable as of
  26. 6 May 2001.
  27.  
  28.  
  29. Release Notes:
  30.  
  31. V2.1:
  32.  
  33. Cleaned up some memory leaks.
  34.  
  35.  
  36. V2.0:
  37.  
  38. Added color support with more interesting moon phase graphics.
  39. Unfortunately, this increased the size of the program.....
  40.  
  41. Corrected a bug:  when a help [i] button was used and the alert 
  42. exited, the bit map was not redrawn on the screen.  The moon
  43. phase is redrawn now.
  44.  
  45. Created two versions of the program, one with the B&W graphics
  46. for older machines and one with the color graphics.  This lets
  47. people with older Palms, like me, not have to spend the memory
  48. for pictures we never get to see.
  49.  
  50.  
  51. V1.6:
  52.  
  53. Added a "small" icon to display in the application List mode.
  54.  
  55. Modified the Moon! program launch menu item to look for the 
  56. Sol! II application, which is replacing Moon! first.  If Sol! II
  57. doesn't exist on the Palm device, it will look for Moon! instead.
  58.  
  59.  
  60. V1.5:
  61.  
  62. Modified dates in "Next" table to show only the month and
  63. day because when the dates rolled into October through 
  64. December, there wasn't enough room to show all 6 digits.
  65.  
  66.  
  67. V1.4
  68.  
  69. Added a menu command to switch to the Moon! program if it
  70. is loaded on the machine.
  71.  
  72.  
  73. V1.3
  74.  
  75. Bug Fix: Modified the start up code a bit to better match
  76. what the PalmOS expects.
  77.  
  78. Added an option to allow for the Lunar Phase day count to
  79. start at 1, which is more social expected, rather than 0, 
  80. which is more scientifically accurate.
  81.  
  82. Adapted code so the scroll buttons can be used to move between
  83. dates.
  84.  
  85.  
  86. v1.2
  87.  
  88. Bug Fix: corrected code so it would run on PalmOS 2.0 platforms.
  89.  
  90. Corrected phase day information to be accurate with standard
  91. phase day numbering practices.
  92.  
  93. Modified code to allow it to work at a lower functionality on
  94. PalmOS 1.0 platforms.
  95.  
  96.  
  97. v1.1
  98.  
  99. Added buttons to change the date backwards or forwards by one day.
  100.  
  101. Added table to show the dates of the four major phases of the moon.
  102. You can click on this table to jump to the date show: to the next
  103. Full Moon, for example.
  104.  
  105. Reduced the size of the bitmaps to make room for the new table.
  106.  
  107. Reduced size of application in Palm memory, because of the reduced
  108. bitmap size.
  109.  
  110.  
  111. V1.0
  112.  
  113. Initial release.
  114.