home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / scientific / plotter3d-update / docs / history < prev    next >
Encoding:
Text File  |  1998-03-06  |  57.8 KB  |  1,071 lines

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