home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 11 / programs / !HourMake / History < prev    next >
Text File  |  1992-11-26  |  3KB  |  101 lines

  1. History of HourMake
  2. ===================
  3.  
  4.  
  5. 0.01 (12-Jun-1992)
  6. ------------------
  7.  
  8. Started writing the WIMP front-end. Designed a template file.
  9.  
  10.  
  11. 0.02 (13-Jun-1992)
  12. ------------------
  13.  
  14. Mostly finished the WIMP section. Wrote most of the module code (excluding
  15. LEDs and percentages) but it doesn't work properly yet.
  16.  
  17.  
  18. 0.03 (14-Jun-1992)
  19. ------------------
  20.  
  21. Got the module code working. Added the bits to display the percentage bar.
  22. Made it so you can define your own percentage bar with the sprites 'barempty'
  23. and 'barfull'. Started redefining the templates to make room for all the
  24. wonderful options I'm going to put in :-).
  25.  
  26.  
  27. 0.04 (15-Jun-1992)
  28. ------------------
  29.  
  30. Finished the new templates. Altered the code a bit so they work. Added code
  31. so that you can have percentage bars any width, on left or right of
  32. hourglass.
  33.  
  34.  
  35. 0.05 (16-Jun-1992)
  36. ------------------
  37.  
  38. Added code so that you can do the 'Animation' type percentage indicators, on
  39. any side of the hourglass. Made it so the multiple-thingy sprite file works.
  40. Tidied up the program a bit.
  41.  
  42.  
  43. 0.06 (21-Jun-1992)
  44. ------------------
  45.  
  46. Finally found time to make the numerals option work. Added the LEDs code - it
  47. uses delta frame animation (cor!). Made it so that if the pointer was
  48. unlinked before you did Hourglass_On, it stays unlinked. So now the only
  49. thing missing is SWI Hourglass_Colours ('cos I don't know the parameters
  50. yet).
  51.  
  52.  
  53. 0.07 (22-Jun-1992)
  54. ------------------
  55.  
  56. Made it so the sprites can be any width (it inserts columns to make them up
  57. to a multiple of 4). Also made it so you can use sprites from mode 1. Made it
  58. so if you press RESET while the hourglass is on then the on-count is zeroed.
  59.  
  60.  
  61. 0.08 (23-Jun-1992)
  62. ------------------
  63.  
  64. Implemented Hourglass_Colours. I'm not 100% sure the parameters are correct,
  65. though.
  66.  
  67.  
  68. 0.09 (30-Sep-1992)
  69. ------------------
  70.  
  71. Made it so you can use sprites from any 4 colour mode. Tidied the program up
  72. a little bit.
  73.  
  74.  
  75. 0.10 (04-Oct-1992)
  76. ------------------
  77.  
  78. A couple of bug fixes.
  79.  
  80.  
  81. 0.11 (16-Oct-1992)
  82. ------------------
  83.  
  84. Fixed bug in the LEDs code where if you used the LEDs with certain percentage
  85. types then they got all mucked up when the percentage indicator appeared.
  86.  
  87.  
  88. 0.12 (13-Nov-1992)
  89. ------------------
  90.  
  91. Converted it to use the DragASprite module when dragging icons (via update to
  92. WimpExtension).
  93.  
  94.  
  95. 0.13 (26-Nov-1992)
  96. ------------------
  97.  
  98. Altered it so it uses its own sprite pool, thereby avoiding altering the
  99. users own radio and opt icons. This was also necessary because I've now added
  100. the DoggySoft logo as this is now a DoggySoft product.
  101.