home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / merlin / _mapper / changes < prev    next >
Encoding:
Text File  |  1996-01-18  |  5.2 KB  |  141 lines

  1. Changes since V0.0
  2. ------------------
  3.  
  4. V0.01 beta (28 Dec 1995)
  5.  
  6. -The mixer is working now, after reorganizing the templates.
  7. -Saving as default should also work now. 
  8. -Added some minor functions (Return key on the last icon causes
  9.  to accept the new vals, select closes the window while adjust 
  10.  makes no change in appearance, cancel and ok included in the
  11.  code etc.)
  12. -The colourpicker is working fine, changed his state to menu, that
  13.  means only one picker can be opened. 
  14. -Changed the title bar of the picker showing now which side you 
  15.  selected.
  16.  
  17. NOTE !!!!!!!!!!!!!!!!!!!!!!
  18. The main redraw for the maps is still VERY VERY SLOW.
  19. This will be optimized in the next version so that no more time 
  20. wastage will be caused by this. 
  21. ALSO THE MAIN FUNCTION OF THE EDITOR ARE CURRENTLY UNDER DEVELOPMENT
  22. AND NOT INCLUDED IN THE PREVIEW VERSION 0.1 beta !!!!!!!!!!!!!!!!!!!
  23.  
  24. The only thing to do in the mixer window is to add some functions
  25. to deal with user inputs via the caret.
  26.  
  27. -----------------------------------------------------------------------------
  28.  
  29. V0.02 beta (29 Dec 1995)
  30.  
  31. -Mixdown option 'Full overflow' added, which sets the percentage of the
  32.  activated colour tables to 100%
  33. -Mixdown option 'in all 100%' added, which calculates the percentage
  34.  of each activated table from a summary of 100 %
  35. -A very very simple function is added to process the final colour bar
  36.  out of the others (only looking on there percentage - currently NOT 
  37.  on their icon state !)
  38. -All new icons for the smear functions added
  39. -New funtion mirror added (but not included yet). Already tested and
  40.  works fine. Can be found in the SFXlibrary.
  41.   
  42. -----------------------------------------------------------------------------
  43. V0.03 beta (31 Dec 1995)
  44.  
  45. - A complete deselection of the smear functions with the special-button
  46.   is now disabled
  47. - First parts of the barselector added. It is now possible (without instant
  48.   refresh) to choose a colour from the top bar. This color is currently
  49.   shown ONLY with the left value box and with the red pointers (after a
  50.   refresh).
  51. - Added a tricky routine for the colour selection via the value boxes.
  52.   The arrows of these are now acttivated. Leftpointer>Rightpointer is from
  53.   now on disabled.
  54.  
  55. REFRESHING SUCKS !
  56.  
  57. -----------------------------------------------------------------------------
  58. V0.04 beta (2 Jan 1996)
  59.  
  60. - Added Wimp_ProcessKey after the Event 8 to allow other application  
  61.   to handle keyboard commands
  62. - Bugfix in the colourselector
  63. - COMPLETED THE SMEAR LIBRARY
  64. - Added an invert function to the SFX library (function is tested and
  65.   is currently activated with fixed values [map1,left=0,right=255]
  66.   when the UNDO button is selected
  67.   This will of course be replaced in the next version by the editor menu
  68.   and a hopefully running UNDO function
  69. - Added an 'iconized' icon, which looks pretty cool
  70.     
  71.  
  72. REFRESHING IS STILL SUCKING !
  73.  
  74. Next things to do:
  75. - Menu for the Editor
  76. - Save-Box for Editor
  77. - Better key handling
  78. - Fast Refresh routine
  79. - Enable UNDO 
  80. - Write new bar-adder function  
  81.  
  82. and conversion to C++ !
  83. -----------------------------------------------------------------------------
  84. V0.1 beta (4 Jan 1996)
  85.  
  86. - Worked out the damned SpriteOp-Routines to speed up the Window Update 
  87.   (what a nice day !!!)
  88. - Fixed minor bug in the mixer, 'Division by zero', which appeared when 
  89.   in all 100% was activated with no table selected  
  90. -----------------------------------------------------------------------------
  91. V0.2 beta (6 Jan 1996)
  92.  
  93. - Now, the whole redraw of the editor is based on sprites and totally
  94.   mode independent. Mapper now uses dynamic areas to generate these sprites,
  95.   that means a MAXIMUM of 110k is needed to hold these sprites. In 24bpp mode
  96.   this will be reduced to a total requirement of 10k in the future !
  97.   
  98. REFRESHING WILL NEVER SUCK ANY MORE !!! ;)
  99. -----------------------------------------------------------------------------
  100. V0.3 beta (12 Jan 1996)
  101.  
  102. - Menu structure for the editor added
  103. - Added Special GFX menu
  104. - Added Misc menu
  105. - Added new update routine for bars
  106. - improved sprite handling (not completely optimized yet !)
  107. - activated flip function in the menu
  108. - activated invert function in the menu
  109. - brighten function implemented in sfxLib and implemented in menu
  110. - implemented simple (but really pretty) smooth function for the GSFX menu
  111.   this function takes an average of the area from each point
  112.  
  113. -----------------------------------------------------------------------------
  114. V0.4 beta (13 Jan 1996)
  115.  
  116. - undo buffer added ! 
  117. - new smooth function which works on the undo buffer
  118. - update function for 'SET' added
  119. - menu select all added
  120. - full UNDO-support included (i.e. smooth function and SGFX functions)
  121. - minor bug fixed: on startup, none of the smear icons was selected
  122.   now linear smear is selected
  123.   
  124. -----------------------------------------------------------------------------
  125. V1.0 BETA !!! (14-17 Jan 1996)
  126.  
  127. THIS VERSION HAS STILL BETA STATUS BECAUSE MAPPER IS NOT COMPLETELY
  128. FINISHED YET AND THIS VERSION IS ONLY FOR DEMONSTRATION.
  129. PLEASE NOTICE, THAT THIS PIECE OF CODE IS NOT PD !
  130.  
  131. - data I/O is now supported (but not finished !)
  132. - speeded up the polling procedure a little bit
  133. - changed button type of the bars to auto repeat
  134.   (i.e. it's now possible to 'slide' through the bars)
  135.  
  136.   
  137.  
  138.  
  139.  
  140.  
  141.