home *** CD-ROM | disk | FTP | other *** search
/ Dream 47 / Amiga_Dream_47.iso / Amiga / Applications / Image / Plotter3D.lha / Plotter3D / Docs / History < prev    next >
Encoding:
Text File  |  1997-12-06  |  50.3 KB  |  933 lines

  1. ------------------------------------------------------------------------------
  2. Version 3.11 (06.12.97)                                                 Public
  3. ------------------------------------------------------------------------------
  4. ╖ recompiled for public-release. DB-Mode has tested now.
  5. ╖ found an nasty bug: output-window may be disposed twice
  6. ╖ PubScreens are now locked as long as possible
  7.  
  8. ------------------------------------------------------------------------------
  9. Version 3.10 (09.11.97)                                             Non-Public
  10. ------------------------------------------------------------------------------
  11. ╖ realtime mode now switches to floating point clipping on math overflows.
  12.   Maybe I remove the fixpoint clipping algorithm completly 'coz I could not
  13.   see large slowdowns.
  14.   You will still see strange drawings in some situations because the
  15.   transformation routine breaks down with heavy zooms.
  16. ╖ deep sorting of rltm now more stable (no errors on 640x512 with full zoom)
  17.  
  18. ------------------------------------------------------------------------------
  19. Version 3.09 (08.11.97)                                             Non-Public
  20. ------------------------------------------------------------------------------
  21. ╖ mesh size can now be [2,1000]. Necessary for Font-objects.
  22. ╖ text output of realtime mode is clipped now.
  23. ╖ when saving an already existing animation you are only asked the first
  24.   time if it should be overwritten
  25. ╖ MUI public screens is now also locked
  26. ╖ bitmap-width was calculated wrong in realtime mode.
  27.   Affects also v36-ops ==> new chunkysupport.library
  28.   Seems to be responsible for a lot of previous crashes on v36
  29. ╖ added safety-checks to realtime mode. No longer crashes when displaying
  30.   weird functions (eq. 2x2)
  31.  
  32. ------------------------------------------------------------------------------
  33. Version 3.08 (05.11.97)                                             Non-Public
  34. ------------------------------------------------------------------------------
  35. ╖ Arrggghhh!! errorhandler was broken. Optimized too much.
  36. ╖ CSV-function reads from illegial memory adresses
  37.  
  38. ------------------------------------------------------------------------------
  39. Version 3.07 (01.11.97)                                             Non-Public
  40. ------------------------------------------------------------------------------
  41. ╖ removed stack-patch
  42. ╖ realtime mode allocated too much chip memory
  43. ╖ recompiled with updated modules
  44.  
  45. ------------------------------------------------------------------------------
  46. Version 3.06 (31.10.97)                                             Non-Public
  47. ------------------------------------------------------------------------------
  48. ╖ recompiled with new e-compiler: found 2 new bugs.
  49. ╖ windows are now closed safely
  50. ╖ mousepointer in realtime mode now also invisible on cybergfx-screens
  51. ╖ cybergfx-screens now also double-buffered
  52. ╖ added switch to enable/disable double-buffering. Safes some memory.
  53.  
  54. ------------------------------------------------------------------------------
  55. Version 3.05 (06.10.97)                                             Non-Public
  56. ------------------------------------------------------------------------------
  57. ╖ spanish catalog is finished now. Thanks to To±o Diaz
  58. ╖ update ofcatalogs & docs
  59. ╖ small bugfixes
  60.  
  61. ------------------------------------------------------------------------------
  62. Version 3.04 (18.09.97)                                             Non-Public
  63. ------------------------------------------------------------------------------
  64. ╖ added Lightwave-object saver
  65. ╖ Export-window now automtical changes filename and adds standard filename
  66.   extensions.
  67.  
  68. ------------------------------------------------------------------------------
  69. Version 3.03 (25.08.97)                                             Non-Public
  70. ------------------------------------------------------------------------------
  71. ╖ added return-connections to many string gadgets
  72. ╖ Y-values of realtime mode were reversed. To get same values for
  73.   X, Y and Z (like with normal rendering) turn inverse depthsort off!
  74. ╖ fixed catalogs
  75.  
  76. ------------------------------------------------------------------------------
  77. Version 3.02 (11.08.97)                                             Non-Public
  78. ------------------------------------------------------------------------------
  79. ╖ changed asl-requester handling
  80.  
  81. ------------------------------------------------------------------------------
  82. Version 3.01 (04.08.97)                                             Non-Public
  83. ------------------------------------------------------------------------------
  84. ╖ arrghh! default values of realtime prefs still refered to .chunky-files.
  85. ╖ string buffer of about window was too small. Therefore colorcontrol-texts
  86.   may be clipped (french).
  87. ╖ small bugfixes
  88.  
  89. ------------------------------------------------------------------------------
  90. Version 3.00 (23.07.97)                                                 Public
  91. ------------------------------------------------------------------------------
  92. ╖ changed About-window
  93. ╖ added 'fakestack' (written by Piotr Pawlow). Should remove problems in
  94.   certain situations
  95. ╖ pushed version number to 3.0
  96.  
  97. ------------------------------------------------------------------------------
  98. Version 2.63 (20.07.97)                                             Non-Public
  99. ------------------------------------------------------------------------------
  100. ╖ importing fonts was partly broken (doesn't work with color->height
  101.   transformation set to pennumber)
  102.  
  103. ------------------------------------------------------------------------------
  104. Version 2.62 (18.07.97)                                             Non-Public
  105. ------------------------------------------------------------------------------
  106. ╖ added online help to fontgadget
  107. ╖ specifying an empty string as text for an font-import object caused
  108.   'Not enough memory'-error
  109. ╖ using pennumber as color->height transformation was broken
  110. ╖ tmpras for area-functions was not initialized properly
  111. ╖ new render mode: precise heightsteps
  112.  
  113. ------------------------------------------------------------------------------
  114. Version 2.61 (13.07.97)                                             Non-Public
  115. ------------------------------------------------------------------------------
  116. ╖ removed datatypes-loader. 'chunkysupport.library' has it all built in. Coz
  117.   of this you can now load any pictures (chunky,ilbm,datatypes) as sources
  118.   in image-import function and realtime mode.
  119. ╖ removed size limit of realtime mode when used with custom c2p-converter.
  120.   No screens can be larger than 512x512 pixel.
  121. ╖ lot of small changes/improvements
  122. ╖ updated locale
  123. ╖ updated docs
  124.  
  125. ------------------------------------------------------------------------------
  126. Version 2.60 (12.07.97)                                             Non-Public
  127. ------------------------------------------------------------------------------
  128. ╖ now uses 'chunkysupport.library' v27. Enables loading of packed chunkyimages
  129.   and possibility to scale images (realtime mode).
  130. ╖ replaced outdated tools ILBM2Chunky by ChunkyMaster which uses capabilities
  131.   of 'chunkysupport.library' and 'datatypes.library'. Thus you can now convert
  132.   any pictures to packed chunky pics.
  133.  
  134. ------------------------------------------------------------------------------
  135. Version 2.59 (10.07.97)                                             Non-Public
  136. ------------------------------------------------------------------------------
  137. ╖ enabled 'blur'-Option of image import
  138. ╖ now nearly all visible text should be localized
  139. ╖ updated docs
  140.  
  141. ------------------------------------------------------------------------------
  142. Version 2.58 (06.07.97)                                             Non-Public
  143. ------------------------------------------------------------------------------
  144. ╖ modified fontgadget. Disabled objects are now invisible
  145. ╖ added safety-checks to boopsi-related functions
  146. ╖ disabled objects of fontgadget now longeq flhcjers
  147. ╖ you can now import fonts directly via image import
  148. ╖ removed possible memory loss (hopefully)
  149.  
  150. ------------------------------------------------------------------------------
  151. Version 2.57 (05.07.97)                                             Non-Public
  152. ------------------------------------------------------------------------------
  153. ╖ update of localization
  154. ╖ update of docs
  155. ╖ 'object import'-functions now display their memory usage correctly
  156. ╖ added 'fixpoint arithmetic'-switch to edit window of CSV and Image import
  157.  
  158. ------------------------------------------------------------------------------
  159. Version 2.56 (04.07.97)                                             Non-Public
  160. ------------------------------------------------------------------------------
  161. ╖ finally found out why progress window sometimes comes up in front of
  162.   requesters
  163. ╖ added new function type: image import
  164. ╖ found serious bug in 'Mandelbrot'-function saver (memory trashed)
  165. ╖ y-component of parallel lightsource vector was ignored (preview)
  166. ╖ now the intensity of an lightsource can be changed indepent from the color
  167.  
  168. ------------------------------------------------------------------------------
  169. Version 2.55 (30.06.97)                                             Non-Public
  170. ------------------------------------------------------------------------------
  171. ╖ modified many possible crash-points
  172. ╖ now checks if 'Plotter3D:'-assign exists. No longer thousands of those
  173.   'Please insert volume Plotter3D:'-requests.
  174.  
  175. ------------------------------------------------------------------------------
  176. Version 2.54 (28.06.97)                                             Non-Public
  177. ------------------------------------------------------------------------------
  178. ╖ elements of font-gadget are now disabled correctly
  179. ╖ update of documentation
  180. ╖ update of localization
  181.  
  182. ------------------------------------------------------------------------------
  183. Version 2.53 (26.06.97)                                             Non-Public
  184. ------------------------------------------------------------------------------
  185. ╖ Arrrgggghhh! Found a bug in file loading routines. Tried to free memory-
  186.   blocks with wrong size. It seems E's memnryhandling has avoid big troubles
  187.   the *most* times.
  188. ╖ added an overflow check to realtime mode. If an overflow occurs you either
  189.   see some fancy triangles on screen or in heavy errors just an black
  190.   screen with the words 'Math overflow'.
  191.   Now crashes when zoomed to close in to an functions should not longer
  192.   occur.
  193.  
  194. ------------------------------------------------------------------------------
  195. Version 2.52 (24.06.97)                                             Non-Public
  196. ------------------------------------------------------------------------------
  197. ╖ changed internal window connection sceme
  198. ╖ removed bug in editLightsources window
  199. ╖ removed bug when function edit-window was popped to front
  200. ╖ speedup of penhandling routines
  201. ╖ popup window of colorgadget is now enabled/disabled like the gadget itself
  202.  
  203. ------------------------------------------------------------------------------
  204. Version 2.51 (23.06.97)                                             Non-Public
  205. ------------------------------------------------------------------------------
  206. ╖ built in new c2p-converter
  207. ╖ realtime mode now uses less memory
  208.  
  209. ------------------------------------------------------------------------------
  210. Version 2.50 (15.06.97)                                             Non-Public
  211. ------------------------------------------------------------------------------
  212. ╖ added window to edit the lettering of functions
  213.  
  214. ------------------------------------------------------------------------------
  215. Version 2.49 (14.06.97)                                             Non-Public
  216. ------------------------------------------------------------------------------
  217. ╖ removed the 'Open XXX-window' buttons from main window. Instead the
  218.   function-listview now has an contextmenu from where you can open the
  219.   function-related windows.
  220. ╖ implemented stack check. Because of an low stack, MUI can easily crash.
  221. ╖ again changed method of dragging materials and transformations. Now again
  222.   a special drag&drop button is used. The previous method of dragging the
  223.   whole window contents was slow and ugly and was triggered wrong in some
  224.   situations.
  225.  
  226. ------------------------------------------------------------------------------
  227. Version 2.48 (08.06.97)                                             Non-Public
  228. ------------------------------------------------------------------------------
  229. ╖ updated Plotter3D to work with new chunkysupport.library
  230. ╖ added some more options to fontgadget (enable/disabled, justify)
  231.  
  232. ------------------------------------------------------------------------------
  233. Version 2.47 (05.06.97)                                             Non-Public
  234. ------------------------------------------------------------------------------
  235. ╖ linecolor-gadget of complex preview window is now correctly enabled/disabled
  236. ╖ finally removed problem of broken notifications
  237. ╖ added 'ILBM2Chunky' buttons to realtime preferences
  238. ╖ changed function CSV. Syntax for analysing an line is now %X, %Y and %Z.
  239.   The old &x, &y, &z commands are still understood but its recommended to use
  240.   the new ones.
  241.  
  242. ------------------------------------------------------------------------------
  243. Version 2.46 (31.05.97)                                             Non-Public
  244. ------------------------------------------------------------------------------
  245. ╖ asl-requester should now always open on Plotter3D's screen
  246. ╖ added 'PalettesMaster' button to realtime preferences
  247.  
  248. ------------------------------------------------------------------------------
  249. Version 2.45 (30.05.97)                                             Non-Public
  250. ------------------------------------------------------------------------------
  251. ╖ seperated requester handling (from MUI). If possible, an MUI-Requester is
  252.   used otherwised an standard intuition request.
  253. ╖ cleanup of colorgadget-routines
  254. ╖ unified some MUI related routines
  255. ╖ Plotter3D sometimes caused crashes if a complex preview was rendered on a
  256.   publicscreen
  257. ╖ built-in fontgadget. Now you can change all the attributes (except
  258.   justification) for title and author texts.
  259.  
  260. ------------------------------------------------------------------------------
  261. Version 2.44 (29.05.97)                                             Non-Public
  262. ------------------------------------------------------------------------------
  263. ╖ moved some not important datas to external file
  264.  
  265. ------------------------------------------------------------------------------
  266. Version 2.43 (26.05.97)                                             Non-Public
  267. ------------------------------------------------------------------------------
  268. ╖ improved colorselection sceme. Eq. if you wanna have an colored preview
  269.   you will probably get one.
  270. ╖ On v39+ systems you can render an complex preview now also on screens with
  271.   only a few free pens. Plotter3D now tries to obtain tge best matchin colors.
  272.   Does look a bit nasty but an ugly preview is better than no preview, isn't
  273.   it?
  274. ╖ removed an enforcer-hit. Occured if realtime preference window is opened
  275.   as first window
  276.  
  277. ------------------------------------------------------------------------------
  278. Version 2.42 (25.05.97)                                             Non-Public
  279. -------------------------------------------------------,----------------------
  280. ╖ new routine for precalculating normals of realtime modd. Heavily improved
  281.   speed (old routine had complexity O(n*n), new one O(n))
  282. ╖ finally found the reason why bounding box in realtime mode sometimes was
  283.   calculated wrong. Enabled the feature to convert onlythose parts of
  284.   the chunky buffer that have been changed. Results in heavy speedups
  285.   of c2p-converting,especially with system/hardware chunky2planar converters.
  286. ╖ 'Draw linemesh' and 'Color limiting mode' gadgets of complexpreview window
  287.   were not correctly enabled/disabled.
  288.  
  289. ------------------------------------------------------------------------------
  290. Version 2.41 (24.05.97)                                             Non-Public
  291. ------------------------------------------------------------------------------
  292. ╖ heavily improved qualisy of HAM-dithering. Now nearly no HAM artifacts
  293.   occur. Especially text and lines look really good now.
  294. ╖ buffer preference window of render window was not closed automatical.
  295.   Thus it stayed open even if the program quits.
  296. ╖ forget to set the maximal font height of asl fontrequester.
  297. ╖ bufferpreference lost their 'interactive'-mode
  298. ╖ now longer tries to initialize an greyscale preview mode on a HAM screen.
  299.  
  300. ------------------------------------------------------------------------------
  301. Version 2.40 (23.05.97)                                             Non-Public
  302. ------------------------------------------------------------------------------
  303. ╖ removed enforcer-hit when a library could not be opened.
  304. ╖ now you can add own texts to rendered pictures. The fonts can be choosen
  305.   via bufferpreference requester. Any font is accepted, even colorfonts!
  306.  
  307. ------------------------------------------------------------------------------
  308. Version 2.39 (19.05.97)                                             Non-Public
  309. ------------------------------------------------------------------------------
  310. ╖ in low memory situations on pre v39 systems bitplanes of partly allocated
  311.   bitmaps were not freed.
  312. ╖ added 'Show'-option to PalettesMaster
  313.  
  314. ------------------------------------------------------------------------------
  315. Version 2.38 (17.05.97)                                             Non-Public
  316. ------------------------------------------------------------------------------
  317. ╖ modified 'matrix.dither'
  318. ╖ Plotter3D now uses 'chunkysupport.library' for all images and palettes
  319. ╖ added 'PalettesMaster' to Plotter3D distribution. It replaces the outdated
  320.   'ConvertPalette'-tool.
  321.  
  322. ------------------------------------------------------------------------------
  323. Version 2.37 (15.05.97)                                             Non-Public
  324. ------------------------------------------------------------------------------
  325. ╖ moved dither routines to external library
  326. ╖ removed some rounding errors in HAM-dithering. Heavily improved quality.
  327. ╖ increased speed of matrixRGB-dithering by 15%
  328. ╖ render window does not correctly use 'line color'-settings of
  329.   complex preview window.
  330. ╖ greyscale preview on cybergfx-screens (who needs it??) is now much faster
  331.  
  332. ------------------------------------------------------------------------------
  333. Version 2.36 (13.05.97)                                             Non-Public
  334. ------------------------------------------------------------------------------
  335. ╖ 'edit lightsource'-windows were not closed when the function was deleted.
  336. ╖ replaced old wincow connection scheme. Now all datastructures learn about
  337.   their connected windows. The windows are closed automatical if the
  338.   structure is going to be disposed.
  339. ╖ finally removed bug: functions were drawn even if they are in editmode
  340.   (previewwin ghosted). This has no effects on older version but results
  341.   in crashes with the new window connection.
  342. ╖ join integer and float dragdrop-system
  343.  
  344. ------------------------------------------------------------------------------
  345. Version 2.35 (12.05.97)                                             Non-Public
  346. ------------------------------------------------------------------------------
  347. ╖ reworked aspectratio code. Now an square should be an square on every
  348.   monitor and every displaymode.
  349.   Remember: Never trust the system in case of aspectratio! Query the
  350.             displaydatabase directly.
  351. ╖ added aspectratio correction to render-window. How could I forget that??
  352. ╖ added aspectratio correction to realtime mode. No longer uglydeformed
  353.   objects in fancy displaymodes (eq. DBLPAL: 160x256).
  354.  
  355. ------------------------------------------------------------------------------
  356. Version 2.34 (09.05.97)                                             Non-Public
  357. ------------------------------------------------------------------------------
  358. ╖ added Surviver-window
  359. ╖ heavily increased speed of saving animations in realtime mode. Simply
  360.   replaced the old bit by bit c2p-routine by an bytewise working one.
  361. ╖ Plotter3D now can save packed ilbm's using iff.library (slow)
  362. ╖ About-window now displays also informations about c2p-hardware
  363. ╖ WriteChunkyPixels() is now always used on v40+, even if no c2p-hardware is
  364.   present. This saves some memory.
  365. ╖ added default objects to some windows. You can now control default objects
  366.   with keyboard without activating them.
  367. ╖ updated documentation
  368.  
  369. ------------------------------------------------------------------------------
  370. Version 2.33 (26.04.97)                                             Non-Public
  371. ------------------------------------------------------------------------------
  372. ╖ Eeeekkk! WriteChunkyPixel()-routines were broken. Big troubles. Checking an
  373.   pointer that is always NIL is not very intelligent.
  374. ╖ added 'UseC2PHardware'-Tooltype as workaround for future bugs ;-)
  375.   Values: 0 - check if c2p hardware is installed (default)
  376.           1 - force to use systems c2p-routines (WriteChunkyPixels()). Useful
  377.               if you eq. have special patches installed.
  378.           2 - never use c2p hardware.
  379. ╖ moved all global flags into one global object
  380. ╖ 'Complex preview'-window now has an colorgadget to select the line color
  381. ╖ realtime mode now also uses custom c2p hardware.
  382.  
  383. ------------------------------------------------------------------------------
  384. Version 2.32 (21.04.97)                                             Non-Public
  385. ------------------------------------------------------------------------------
  386. ╖ Added HAM8-support. It's very simply and you can see typical HAM-artifacts
  387.   but gives smooth images. It is only supported by Renderwindow.
  388. ╖ On low memory situations the buffer allocation may fail. Then an window
  389.   pops up telling you about the theoretical possible maximum number of lines.
  390.   This value should somewhat more useful than before.
  391. ╖ Added HAM6-support. Seems 4096 colors are not too much, especially without
  392.   dithering.
  393. ╖ settings of render window are now saved. The window now remembers your
  394.   last settings.
  395. ╖ Rendering in 'Window mode' draws into window boarder.
  396. ╖ Rendering in 'Window mode' now obtains best pen on non-cybergfx screens.
  397.   Should made at least 'Hiddenline'-Rendering possible.
  398. ╖ Drawing Hiddenline-previews in 'Singleplane'-drawareas was broken
  399. ╖ MUI doesn't like it if you modify parts of the windows rastport-structure.
  400.   Plotter3D now makes an copy of the rastport in 'None'-doublebuffering mode.
  401.   This removes problems with wrong drawn MUI buttons.
  402.  
  403. ------------------------------------------------------------------------------
  404. Version 2.31 (19.04.97)                                             Non-Public
  405. ------------------------------------------------------------------------------
  406. ╖ unified some mui-calls. Because of this all requesters now pop the
  407.   application screen to front.
  408. ╖ modified opening of progresswindow. Its a little bit faster now and
  409.   hopefully it no longer opens in front of important requesters.
  410. ╖ titles of all lists now drawn in bold style
  411. ╖ changed format of catalog description file. CatComp could not understand
  412.   '<string name>(id/minlen/maxlen)' but only '<string name> (id/minlen/maxlen)'.
  413. ╖ moved all matrix functions into external library. This makes it easy to
  414.   built special fpu-versions with any compiler.
  415.   Other things may go the same way.
  416. ╖ fixed some problems with wrong draw lightsources when an function is
  417.   displayed first time
  418.  
  419. ------------------------------------------------------------------------------
  420. Version 2.30 (11.04.97)                                             Non-Public
  421. ------------------------------------------------------------------------------
  422. ╖ Added 'Auto Naming'-option to Object-funtions. With this the function name
  423.   is extracted from the object name.
  424. ╖ Plotter3D now opens the 'usage'-online help page if global preference file
  425.   does not exists
  426. ╖ windows now informed about the actual function before they are opened. This
  427.   avoids flickering when disabling windows.
  428. ╖ the colorwheel version of colorgadget popup now also has online-help
  429. ╖ Plotter3D now uses tooltypes for startup-only settings
  430. ╖ program crashed heavily if muimaster.library could not be opened.
  431.  
  432. ------------------------------------------------------------------------------
  433. Version 2.29 (06.04.97)                                             Non-Public
  434. ------------------------------------------------------------------------------
  435. ╖ Plotter3D now uses WriteChunkyPixel()-routines if an chunky2planar-hardware
  436.   is installed.
  437.  
  438. ------------------------------------------------------------------------------
  439. Version 2.28 (04.04.97)                                             Non-Public
  440. ------------------------------------------------------------------------------
  441. ╖ finaly the german translation is ready now
  442. ╖ Plotter3D now tries to display the online help with the same language as
  443.   those of the used catalog. If the file does not exists it uses the english
  444.   one as default.
  445. ╖ update of locale-files
  446.  
  447. ------------------------------------------------------------------------------
  448. Version 2.27 (30.03.97)                                             Non-Public
  449. ------------------------------------------------------------------------------
  450. ╖ sometimes custom objects (exporting/importing) calculated wrong
  451.   bounding boxes
  452. ╖ added TDDD-file (Imagine object) loader.
  453.   Note: The file may only contain *one* object. Multiple objects or objects 
  454.         with childs can't be loaded!
  455. ╖ fixed memory loss of complex previews. The memory was still freed at the
  456.   end of the program but was not usable during running.
  457. ╖ line-preview of custom objects were not drawn correctly
  458.  
  459. ------------------------------------------------------------------------------
  460. Version 2.26 (29.03.97)                                             Non-Public
  461. ------------------------------------------------------------------------------
  462. ╖ modified internal class structure to work with custom 3D-datas.
  463. ╖ removed bug: If you confirm an overwrite request but the file could not
  464.                be deleted processing continues and sometimes the file may be
  465.                locked.
  466. ╖ removed bug: Plotter3D crashes heavily if an loaded function contains
  467.                illegial numbers.
  468. ╖ Plotter3D now can display custom objects.
  469. ╖ Built in new function type: Import object
  470. ╖ automatic file name creation was broken. It changed the function name
  471.   instead of the file name.
  472.  
  473. ------------------------------------------------------------------------------
  474. Version 2.25 (28.03.97)                                             Non-Public
  475. ------------------------------------------------------------------------------
  476. ╖ removed bug in colorgadgets with colorwheel
  477.  
  478. ------------------------------------------------------------------------------
  479. Version 2.24 (27.03.97)                                             Non-Public
  480. ------------------------------------------------------------------------------
  481. ╖ removed enforcer hit when realtime mode could not open the screen
  482. ╖ editwindow for CSV-functions was broken
  483. ╖ built in online-help
  484. ╖ added nice 'About'-window that looks similar to MUI's about window
  485.  
  486. ------------------------------------------------------------------------------
  487. Version 2.23 (22.03.97)                                             Non-Public
  488. ------------------------------------------------------------------------------
  489. ╖ no longer clears preview window if not really necessary
  490. ╖ removed bug: mouse cursor position was restored even if the preview window
  491.   was disabled.
  492. ╖ implemented 'Draw linemesh' into renderingpipeline.
  493.   Works but ... it's very difficult to implement lines into z-Buffer. Even
  494.   harder (impossible??) if also fixed point mathematics is used.
  495.   You will see some incorrect lines.
  496.  
  497. ------------------------------------------------------------------------------
  498. Version 2.22 (15.03.97)                                             Non-Public
  499. ------------------------------------------------------------------------------
  500. ╖ reactivated keyboard-control for previewwindow (same keys like before:
  501.     7,9,8  : x-rotation  -1, +1, +10
  502.     4,6,5  : y-rotation  -1, +1, +10
  503.     1,3,2  : z-rotation  -1, +1, +10
  504.     s,S    : zoom        +2%, -2%
  505.     x,X    : x-move      -2, +2
  506.     y,Y    : y-move      -2, +2
  507.     z,Z    : z-move      -2, +2
  508.     d      : reset to defaults
  509.     Space  : draw complex preview
  510.   )
  511. ╖ mousepointer position is now restored after interactions with previewwindow
  512.  
  513. ------------------------------------------------------------------------------
  514. Version 2.21 (09.03.97)                                             Non-Public
  515. ------------------------------------------------------------------------------
  516. ╖ added own edithook to all numerical string gadgets. You can now increase/
  517.   decrease their value (while editing) by pressing cursor down/up like in
  518.   every numric button.
  519.   Thanks to Steffen Gutmann for giving me very useful hints.
  520. ╖ no longer opens layers.library
  521.  
  522. ------------------------------------------------------------------------------
  523. Version 2.20 (08.03.97)                                             Non-Public
  524. ------------------------------------------------------------------------------
  525. ╖ added drag&drop of materials
  526. ╖ added drag&drop of transformations
  527. ╖ added option 'settings/global/cyclegroup level'. If an registergroup has
  528.   not less than 'cyclegroup-level'-entries, an group with an cyclegadget is
  529.   used instead. This is very useful because a cyclegroup does not need as much
  530.   space as an registergroup.
  531. ╖ slightly changed render window
  532.  
  533. ------------------------------------------------------------------------------
  534. Version 2.19 (07.03.97)                                             Non-Public
  535. ------------------------------------------------------------------------------
  536. ╖ internal rework of Control-window
  537. ╖ removed a bug within Control-window which could cause heavy crashes in
  538.   special situations.
  539. ╖ added drag&drop of functions (enables also duplicating of functions)
  540. ╖ removed crash-point when dragging objects in low memory situations
  541. ╖ drag&drop of functions doesn't copy transformations ("f"<>"F" arrgghh!!)
  542.  
  543. ------------------------------------------------------------------------------
  544. Version 2.18 (07.03.97)                                             Non-Public
  545. ------------------------------------------------------------------------------
  546. ╖ added library-collector
  547. ╖ removed bug in rendering-pipeline: wrong values were used if a lightsource
  548.   was currently in editmode.
  549.  
  550. ------------------------------------------------------------------------------
  551. Version 2.17 (01.03.97)                                             Non-Public
  552. ------------------------------------------------------------------------------
  553. ╖ added Busybar to progressdisplay
  554. ╖ reworked number&float string gadgets
  555. ╖ now errors in string gadgets are shown via bubblehelp
  556.   (currently only used in number&float string gadgets)
  557. ╖ number&float string gadgets now reject illegal inputs immeditely
  558.  
  559. ------------------------------------------------------------------------------
  560. Version 2.16 (27.02.97)                                             Non-Public
  561. ------------------------------------------------------------------------------
  562. ╖ an already existing filename-extension was not detected properly
  563.   (eq. P3DRender.TGA was renamed to P3DRender.TGA.TGA).
  564. ╖ improved object-collector.
  565. ╖ slightly change look of some windows
  566. ╖ if an requester is shown the screen now becomes the frontmost.
  567. ╖ added option 'also save function' to buffer preferences. Means that if
  568.   the buffer should be saved also the rendered function is saved. This can
  569.   either be as a seperate file or included in the picture file (IFF).
  570. ╖ added a little delay to standard requester. Now importent request like
  571.   'Delete file?' should always open in front of all windows.
  572.  
  573. ------------------------------------------------------------------------------
  574. Version 2.15 (23.02.97)                                             Non-Public
  575. ------------------------------------------------------------------------------
  576. ╖ colorwheel wasn't really usable because MUI makes it always very small
  577.   (height). Now a good height is calculated and used.
  578.  
  579. ------------------------------------------------------------------------------
  580. Version 2.14 (16.02.97)                                             Non-Public
  581. ------------------------------------------------------------------------------
  582. ╖ update of locale-files
  583. ╖ removed insert-bug of D&D clipboard
  584. ╖ small internal cleanups & rebuilds. Saves 2k of exe-size.
  585.  
  586. ------------------------------------------------------------------------------
  587. Version 2.13 (15.02.97)                                             Non-Public
  588. ------------------------------------------------------------------------------
  589. ╖ 'Full'-bufferheight with buffersettings now works.
  590. ╖ removed a bug with doublenested SetAttrsA()-calls
  591. ╖ removed some possible crash-points on 040/060-cpu's
  592. ╖ now you can choose the images that are used for increase/decrease buttons.
  593.   See "imagebutton-prefs/button images".
  594.  
  595. ------------------------------------------------------------------------------
  596. Version 2.12 (09.02.97)                                             Non-Public
  597. ------------------------------------------------------------------------------
  598. ╖ replaced colorgadget-popup by MUI's coloradjust.class. This features a nice
  599.   colorwheel gadget (OS 3.x) and a lot of colorpresets.
  600. ╖ the coloradjust.class is not very useful on none hifh/truecolor screens,
  601.   because it allocates all free pens. As you can open many Material/Lightsource
  602.   windows only the colorgadget of the first opened window will look good.
  603.   Therefore on normal <=256 color screens the old popup (3 sliders) is used.
  604. ╖ added switch to global-pereference menu to use coloradjust.class also on
  605.   none high/truecolor screens ('Always use colorwheel').
  606.  
  607. ------------------------------------------------------------------------------
  608. Version 2.11 (08.02.97)                                             Non-Public
  609. ------------------------------------------------------------------------------
  610. ╖ Rotation-page of realtime preference did not noticed inputs.
  611. ╖ key-explanation of realtime window now uses non-proportinal font.
  612. ╖ change look of Transformation-window
  613. ╖ added increase/decrease buttons to sliders of Transformation-window
  614. ╖ now everything gets disabled if no function is selected
  615. ╖ added increase/decrease buttons to all necessary numeric buttons.
  616.  
  617. ------------------------------------------------------------------------------
  618. Version 2.10 (07.02.97)                                             Non-Public
  619. ------------------------------------------------------------------------------
  620. ╖ Improved internal garbage-collector class. Now runs a little bit safer and
  621.   also fixed different (internal) problems with lightsources.
  622. ╖ Lightsources now supports drag&drop. Simply drag it out of the listview of
  623.   lightsource edit-window. With this method you can also duplicate a light.
  624. ╖ Plotter3D crashed if you enter a lightsource with no name.
  625. ╖ internal rebuilt of number/float string gadgets in connection with increase/
  626.   decrease buttons. Reduced exe-size by 2k.
  627.  
  628. ------------------------------------------------------------------------------
  629. Version 2.09 (07.02.97)                                             Non-Public
  630. ------------------------------------------------------------------------------
  631. ╖ fully reworked drag&drop system. D&D clipboard now can hold any dragable
  632.   objects. Eq. you can now drop colorgadgets on it.
  633. ╖ D&D clipboard now has a 2 columns. The first one displays the contents of
  634.   the object and the second one the type.
  635. ╖ integer gadgets now also have increase/decrease buttons
  636.  
  637. ------------------------------------------------------------------------------
  638. Version 2.08 (26.01.97)                                             Non-Public
  639. ------------------------------------------------------------------------------
  640. ╖ edit lightsources-window has been completly rewritten
  641. ╖ lightsources can now be switched on/off by doubleclicking within
  642.   'status'-column
  643. ╖ colorgadgets now supports Drag&Drop
  644.  
  645. ------------------------------------------------------------------------------
  646. Version 2.07 (25.01.97)                                             Non-Public
  647. ------------------------------------------------------------------------------
  648. ╖ little speedup of merging operations
  649. ╖ removed a bug in fkoatstring gadgets. Sometimes a '0' is shown but the
  650.   internal value was not zero.
  651. ╖ csv-file loader was broken
  652.  
  653. ------------------------------------------------------------------------------
  654. Version 2.06 (24.01.97)                                             Non-Public
  655. ------------------------------------------------------------------------------
  656. ╖ arrows of floatstring gadgets are now scaled if possible
  657. ╖ Total rebuilt of errorhandling. Now there is a global errorhandler who
  658.   doesn't know anything about the error descriptions. A new object simply
  659.   sends a errortype with a list of error descriptions to the errorhandler and
  660.   from this moment on any part of the program can display a description of the
  661.   error caused by the object.
  662.   As a side effect the function parser now shows the symbol that causes a
  663.   parsing error and load/save errors now always contains the filename.
  664. ╖ unified filehandling
  665.  
  666. ------------------------------------------------------------------------------
  667. Version 2.05 (03.01.97)                                             Non-Public
  668. ------------------------------------------------------------------------------
  669. ╖ improved installer script. No longer quits if it can't find a file.
  670. ╖ implemented smarter colorhandling (Kick v39+, 2..256 color screens):
  671.     in dithermode "RGB matrix" not all colors can be used (color number must
  672.      be a power of 2). If this occurs Plotter3D deallocates all unused pens.
  673.     These pens can now be used eq. by MUI to display his pendisplay-objects
  674.     correctly.
  675. ╖ Material and lightsource edit windows now uses nice colorgadgets for 
  676.   specifying colors (of course their must be some free pens on the screen
  677.   otherwise it won't look that good).
  678.  
  679. ------------------------------------------------------------------------------
  680. Version 2.04 (02.01.97)
  681. ------------------------------------------------------------------------------
  682. ╖ Happy new year!
  683. ╖ changed format of preview preference. Old settings are lost!!
  684. ╖ redesigned preview preference window. Added new option: Update lightsource.
  685.   If selected and you edit the lightsources of an function the preview is
  686.   redrawn everytime you change a lightsource-value. Useful in connection with
  687.   option 'Draw lightsources'.
  688. ╖ moved options 'Draw lightsources' and 'Draw boundingbox' into preview prefs
  689.   window. No these values can be saved too.
  690. ╖ updated catalog files
  691.  
  692. ------------------------------------------------------------------------------
  693. Version 2.03 (30.12.96)
  694. ------------------------------------------------------------------------------
  695. ╖ Screenmode requester of Realtime-Prefs now shows some more screenmodes.
  696.   Now you can enjoy ugly "copper-modes" like 160x200 or 72Hz low resolution
  697.   EURO-modes.
  698. ╖ again fixed calculation of min/max scale values (realtime mode). There
  699.   should no longer occur ugly crashes because of overflows during clipping.
  700. ╖ scale value is now changed according to screen resolution
  701. ╖ message "Screen too large" of realtime mode was not displayed.
  702. ╖ now lightsources can be switched on and off
  703. ╖ realtime modes now display an errormessage if a texture file does not exists
  704.  
  705. ------------------------------------------------------------------------------
  706. Version 2.02 (29.12.96)
  707. ------------------------------------------------------------------------------
  708. ╖ render window ignored colorclipping-settings
  709. ╖ point lightsources were not drawn into previewwindow
  710. ╖ added new option to point lightsources: zoom radius
  711.   Multiplies the lighting radius of this light with global zoom value.
  712. ╖ now you can determine when aspect and viewportsize correction is performed.
  713.   (Transformation window/Special/Aspect).
  714. ╖ little speedup of rendering routines (Random color...Gouraud shading)
  715.  
  716. ------------------------------------------------------------------------------
  717. Version 2.01 (28.12.96)
  718. ------------------------------------------------------------------------------
  719. ╖ implemented Lightsource: Point lightsource
  720. ╖ now you can select the type of colorclipping with flat and gouraud shading.
  721.   New cyclegadget within Complex preview window.
  722.   Preserve-colors: old method
  723.   Crop-colors    : same way phongshading does it
  724.   See also Bubblehelp
  725. ╖ These settings which are not used with a previewmode are now disabled
  726.   (complex preview window).
  727.  
  728. ------------------------------------------------------------------------------
  729. Version 2.00 (21.12.96)
  730. ------------------------------------------------------------------------------
  731. ╖ optimized clipping routines
  732. ╖ now you can define a default lightsource and material (Prefs/Global).
  733.   Whenever a complexpreview-mode needs a lightsource and the function doesn't
  734.   has one then (and only then) the default lightsource and material is used.
  735. ╖ new entry in contextmenu of preference windows: Restore. Cancels settings.
  736.   Now these windows features the same default-options like standard (system)
  737.   preference windows.
  738. ╖ little speedup of texture mapping routines
  739. ╖ Plotter3D quits if you select 'Reset to last saved' of the preference-menu
  740.   and the preference-file does not exists
  741. ╖ Buffersettings of Render window were ignored
  742. ╖ redesigned Render window. Now uses settings from complexpreview-window.
  743.   You can load/save settings for buffer(s) used while rendering.
  744.  
  745. ------------------------------------------------------------------------------
  746. Version 1.99 (20.12.96)
  747. ------------------------------------------------------------------------------
  748. ╖ About window now also displays CPU, FPU and chipset type
  749. ╖ now also detects 68060
  750. ╖ now you can quit realtime mode also with ESC
  751. ╖ decreased maximum zoom value of realtime mode because clipping errors may
  752.   occur (and therefore heavy crashes) when you zoom too close.
  753. ╖ floatstring-gadgets now replaces empty strings by 0 and rejects wrong inputs
  754. ╖ texturemapping routines now use original points. No longer ugly mapped
  755.   functions when points were merged.
  756. ╖ reused gouraud clipping routines for texturemapping (reduces exec-size)
  757.  
  758. ------------------------------------------------------------------------------
  759. Version 1.98 (14.12.96)
  760. ------------------------------------------------------------------------------
  761. ╖ Plotter3D crashed when you quit the program with render window open
  762. ╖ function-named windows are now also disabled if you edit the function
  763. ╖ rearranged function-calls of possible crash-point:
  764.     It seems that MUI simply "forget" to kill some notifications which
  765.     results in heavy crashes. To avoid this I use an undocumented MUI function
  766.     to kill these notification. This workaround was introduced in version 1.89
  767.     of Plotter3D and has never caused any problems on my 030. But maybe this
  768.     MUI function is one reason why Plotter3D sometimes crashes on a 060 while
  769.     playing with the function-named windows.
  770.     I hope this solves the problem.
  771. ╖ removed bug in realtime palette-routines
  772. ╖ removed bug with palette-cyclegadget of realtime-preference
  773. ╖ sometimes the texture & faked phong routines had overwritten memory from
  774.   adress $00000000 on.
  775. ╖ progress-window now has 4 textlines
  776.  
  777. ------------------------------------------------------------------------------
  778. Version 1.97 (13.12.96)
  779. ------------------------------------------------------------------------------
  780. ╖ now every preference-window has an own window-id == you can snapshot the
  781.   size of every preference-window
  782. ╖ built in new realtime mode: faked phong
  783. ╖ added special map for faked phong. Try it now, it looks really fantastic!!
  784.   Even better result if you choose a higher screen resolution.
  785. ╖ now you can display the texture as background picture
  786.  
  787. ------------------------------------------------------------------------------
  788. Version 1.96 (30.11.96)
  789. ------------------------------------------------------------------------------
  790. ╖ removed bug introduced in 1.94: the program stays in busy-mode if you
  791.   load a function without an lightsource and try to render a complex preview
  792.   that requires a lightsource
  793. ╖ update of catalog files
  794.  
  795. ------------------------------------------------------------------------------
  796. Version 1.95 (29.11.96)
  797. ------------------------------------------------------------------------------
  798. ╖ prepared realtime engine for variable data sizes
  799. ╖ you can now initialize the previous palette with "C"
  800. ╖ new realtime mode: texure mapping
  801. ╖ speed up realtime routines. Saves 1K of exe-size and should increase frame
  802.   rate especially with large functions.
  803.  
  804. ------------------------------------------------------------------------------
  805. Version 1.94 (24.11.96)
  806. ------------------------------------------------------------------------------
  807. ╖ you can now export csv-files (comma seperated variable files)
  808. ╖ windows are now disabled during complexpreview otherwise heavy crashes
  809.   occur if you select a new function/drawmode during calculations
  810. ╖ built in new functiontype: CSV (not fully implemented yet)
  811. ╖ setting new palette in realtime preference was ignored
  812. ╖ if preview window was to small then imagebuttons were drawn in the
  813.   windowboarder
  814.  
  815. ------------------------------------------------------------------------------
  816. Version 1.93 (10.11.96)
  817. ------------------------------------------------------------------------------
  818. ╖ exporting function now uses hashtables and therefore its much faster.
  819. ╖ realtime preference were not loaded properly
  820.  
  821. ------------------------------------------------------------------------------
  822. Version 1.92 (09.11.96)
  823. ------------------------------------------------------------------------------
  824. ╖ Plotter3D now can merge points together (great!!). No longer ugly edges in
  825.   rendering (with lightsources) and realtime mode.
  826.   Try 'Torus.func' with a merge tolerance of 1.0 and look at the result in
  827.   realtime mode.
  828. ╖ now you can export functions as Imagine objects (TDDD-files). See new
  829.   export window.
  830.  
  831. ------------------------------------------------------------------------------
  832. Version 1.91 (09.11.96)
  833. ------------------------------------------------------------------------------
  834. ╖ information window now shows some more informations
  835. ╖ Plotter3D now can save the realtime pictures as (multiple file) animation
  836.   (return starts/stops an animation block).
  837. ╖ now you can toggle option 'draw angles' during realtime mode via key "a"
  838. ╖ redesigned preference window for realtime and realtime window
  839. ╖ undo capablity of preference windows were lost if you used contextmenu.
  840.  
  841. ------------------------------------------------------------------------------
  842. Version 1.87 ╖ 1.90 (31.10.96 ╖ 03.11.96)
  843. ------------------------------------------------------------------------------
  844. ╖ because of growing number of windows the internal window-management needs
  845.   to be reworked. Its now much easier and safer to use and decrease size
  846.   of exe-file.
  847. ╖ all windows can now also be opened from main menu.
  848. ╖ standardized preference windows. Removed possible bug in creating
  849.   routine of preference windows.
  850. ╖ contextmenu of preference windows works again
  851. ╖ added 'Last saved' item to contextmenu of preference windows
  852. ╖ mousepointer is now invisible during rotation/movement. I still have no
  853.   clue how to restore the old mousepointer position.
  854. ╖ realtime mode now has mouse support (rotatation around X-,Y-,Z-axis)
  855. ╖ standardized function-named windows (render, info, ...). Again makes
  856.   handling easier and reduced size of exe-file.
  857. ╖ removed memory loss of information window
  858. ╖ asl filerequesters were not closed when parent window was closed. May had
  859.   caused crashes.
  860. ╖ Path popupbuttons in global settings window had wrong image.
  861. ╖ removed enforcer hits in complex preview, rendering and realtime mode caused
  862.   by function class. Because of an error in vector class the number of areas
  863.   were calculated wrong (too much).
  864.   Should also speed up calculations.
  865. ╖ reduced memory usage of functions especially for small ones. (eq. a 20x20
  866.   function now nees 25KByte less memory).
  867.  
  868. ------------------------------------------------------------------------------
  869. Version 1.86 (30.10.96)
  870. ------------------------------------------------------------------------------
  871. ╖ added imagebuttons for all windows to preview window
  872. ╖ main menu is now also available from preference windows
  873. ╖ localized realtime preferences
  874.  
  875. ------------------------------------------------------------------------------
  876. Version 1.85 (27.10.96)
  877. ------------------------------------------------------------------------------
  878.  
  879. ╖ added preference window for realtime
  880. ╖ cleaned up aslhandling routines. Now works much better (and exefile bcames
  881.   smaller)
  882.  
  883. ------------------------------------------------------------------------------
  884. Version 1.84 (25.10.96)
  885. ------------------------------------------------------------------------------
  886.  
  887. ╖ added new external program 'ConvertPalette' to create own palettes for
  888.   realtime mode
  889. ╖ added some new palettes
  890. ╖ francais catalog included (thanks to Jerome Chesnot)
  891. ╖ update of catalog files
  892.  
  893. ------------------------------------------------------------------------------
  894. Version 1.83 (21.10.96)
  895. ------------------------------------------------------------------------------
  896.  
  897. ╖ Plotter3D now loads the palettes used for realtime mode from
  898.   'Plotter3D:Palettes'
  899. ╖ LoadRGB32 is used for setting the palette of realtime mode -> faaast
  900. ╖ removed wrong perspective with inverse depth sort off
  901.  
  902. ------------------------------------------------------------------------------
  903. Version 1.82 (20.10.96)
  904. ------------------------------------------------------------------------------
  905.  
  906. ╖ found a work-around for RMB-bug of MUI3.6
  907. ╖ added some more menu-shortcuts
  908. ╖ main menu is now available in all windows
  909. ╖ improved progress window. It no longer appears and disapears senseless
  910. ╖ listview of main window is now the default object of this window. Means
  911.   you can control it without activating the listview (eq. with cursor keys)
  912. ╖ changed behaviour of deltaslider. It's now more useful.
  913. ╖ removed bug: after Rendering the viewport size was not reset to old values.
  914.                Therefore sometimes the clipping was incomplete which results
  915.                in ugly crashes.
  916.  
  917. ------------------------------------------------------------------------------
  918. Version 1.81 (19.10.96)
  919. ------------------------------------------------------------------------------
  920.  
  921. ╖ improved look of floatstring gadget
  922. ╖ Inforamtion-window was not updated correctly if a function was changed
  923. ╖ Plotter3D now needs at least MUI3.5 (v16)
  924. ╖ now you can define default paths for functions, materials and lightsources
  925. ╖ added "i"-option to realtime-draw
  926. ╖ built in new "float to string"-function. No longer ugly "1.000" strings.
  927.  
  928. ------------------------------------------------------------------------------
  929. Version 1.80 (20.09.96)
  930. ------------------------------------------------------------------------------
  931.  
  932. ╖ first public release
  933.