home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 58 / af058sub.adf / RCalc141.lha / RenderCalc.history < prev    next >
Text File  |  1994-01-21  |  5KB  |  155 lines

  1.                             RenderCalc History
  2.  
  3.                        Author: Daniel S. Milling Jr.
  4.  
  5.                   Copyright © 1994 Daniel S. Milling Jr.
  6.                             All Rights Reserved
  7. ----------------------------------------------------------------------------
  8.  
  9.  
  10. v0.9
  11. ----
  12. - Never Released
  13. - Really cheap and dirty CLI based version which only could handle MPH
  14.   for speed and FEET for distance.
  15. - The only output was FRAMES
  16.  
  17.  
  18. v1.00
  19. -----
  20. - Never Released
  21. - My first attempt at GUI programming in C!
  22. - Only allowed input of SPEED in MPH and DISTANCE in FEET.
  23. - Output in FRAMES
  24.  
  25.  
  26. v1.10
  27. -----
  28. - Never Released
  29. - Added 3 new Cycle gadgets which allowed for the control of the units
  30.   of speed, distance and time.  SPEED could now be miles, meters, feet or
  31.   yards per hour, minute, or sec.  DISTANCE could now be in units of miles,
  32.   feet, meters or yards.
  33. - Updated the GUI to reflect these changes.
  34.  
  35.  
  36. v1.20
  37. -----
  38. - Never Released
  39. - ** MAJOR update! **
  40. - Added an INPUT VALUE gadget.
  41. - Added another cycle gadget which represents the units for the INPUT VALUE.
  42. - Added a unit conversion table which would take the input of the new
  43.   INPUT VALUE string gadget and print out the converted values in the table
  44.   below.  The conversion units handled are inches, feet, yards, miles,
  45.   millimeters, meters and kilometers.
  46.  
  47.  
  48. v1.21
  49. -----
  50. - Never Released
  51. - The Cycle gadget for INPUT VALUE was broken.  When this cycle gadget was
  52.   clicked it did not automatically update the units of the number entered
  53.   into the INPUT VALUE gadget.  This meant that the table below would not
  54.   be updated properly (ie. if the original value was in units of 'X' and
  55.   you clicked on 'Y' the table would not be update!)  This is now fixed.
  56.  
  57.  
  58. V1.30
  59. -----
  60. - Never Released
  61. - Now the Speed, Distance and Input Value gadgets allow units of inches,
  62.   feet, yards, miles, millimeters, meters or kilometers.
  63. - Re-wrote the conversion table function and shuffled around the order of
  64.   the printed table.  The printed table now has a more logical layout.
  65. - Updated the GUI to reflect these changes.
  66.  
  67.  
  68. V1.31
  69. -----
  70. - Never Released
  71. - Internally rearranged the conversion table so that more accurate
  72.   numbers may be obtained.
  73. - Changed the name of the INPUT VALUE gadget to LENGTH.  It sounded more
  74.   logical.
  75. - Linked the Distance gadget to the conversion table output.  Now any
  76.   number entered into the DISTANCE gadget will be converted and printed,
  77.   relative to the units represented by it's cycle gadget.
  78. - The LENGTH gadget value is also preserved.  If, for example, you enter a
  79.   number into the LENGTH string gadget and get it's conversion output, you
  80.   can enter a number into the DISTANCE string gadget and get it's output.
  81.   Each number, with units, is preserved and all one has to do is click inside
  82.   the respective gadget and hit return.  You will now get the conversion
  83.   units for that value.  You can enter numbers back and forth between the
  84.   LENGTH and DISTANCE gadgets and always preserve the value and units of
  85.   the other gadget.
  86. - Added SECONDS output.
  87. - Moved the output of FRAMES along with SECONDS, below the inputs for SPEED
  88.   and DISTANCE.
  89. - Changed the GUI to reflect these changes.
  90.  
  91.  
  92. V1.32 thru 1.34
  93. ---------------
  94. - Never Released
  95. - MANY internal changes which cleaned up the code a bit.  Nothing major
  96.   externally has been changed.
  97.  
  98.  
  99. V1.35
  100. -----
  101. - Never Released
  102. - Added MINUTES output below the FRAMES and SECONDS output.
  103. - Toyed with the idea of adding a Time Code option.  Laid the ground work
  104.   for this option.
  105. - Changes the GUI to reflect the addition of the MINUTES output.
  106.  
  107.  
  108. V1.36
  109. -----
  110. - Never Released
  111. - ** MAJOR UPDATE! **
  112. - Added Time Code readout below the FRAMES, SECONDS and MINUTES OUTPUT.
  113. - Added a toggle between SMPTE non-drop frame (30fps), SMPTE drop frame,
  114.   EBU (25fps) and FILM (24fps) time code.
  115. - NOTE: SMPTE drop frame is NOT implemented at this time.  When this time
  116.   code type is selected, all values will be zeroed.  At this time it acts
  117.   only as a place holder for a future update.
  118. - Added a WHOLE NEW SECTION devoted to Time Code input and calculation.
  119. - Added TIMECODE IN, OUT and DURATION input gadgets.
  120. - Added TIMECODE IN, OUT and DURATION calculation table.
  121. - Added a FRAME output table which corresponds to the Time Code IN, OUT
  122.   and DURATION output table members.
  123. - Added on-the-fly recalculation of time code between all three supported
  124.   formats.  This means you can see what the time code will be for any
  125.   format without having to re-type your values.
  126. - Added an About button which does the same thing as selecting the 'About'
  127.   menu item.
  128.  
  129.  
  130. V1.37
  131. -----
  132. - Never Released
  133. - Implemented the keyfile system.  If a proper personalized keyfile is not
  134.   present, the SHAREWARE window will appear, at both startup and upon
  135.   exiting the program, happily reminding the user that this is a shareware
  136.   package :-)  With the appropriate keyfile, obtained by registering
  137.   (hint hint) this message will be removed and will never appear again
  138.   (unless, of course, you lose or tamper with the keyfile...)
  139.  
  140.  
  141. V1.40
  142. -----
  143. - Never Released
  144. - Changed some minor internal code and cleaned up a few things.
  145.  
  146. V1.41
  147. -----
  148. - First Release!
  149. - V1.4 WAS supposed to be the release version but I decided to add a Zoom
  150.   gadget.  You may now shrink the program window and get it out of the way.
  151.   When click, the Shareware Notice is displayed for a few seconds.  Upon
  152.   registering, this notice will also be removed.
  153.  
  154.  
  155.