diff options
Diffstat (limited to 'Build/source/utils/asymptote/ReleaseNotes')
-rw-r--r-- | Build/source/utils/asymptote/ReleaseNotes | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/ReleaseNotes b/Build/source/utils/asymptote/ReleaseNotes index 784b628639d..5b187a9ca43 100644 --- a/Build/source/utils/asymptote/ReleaseNotes +++ b/Build/source/utils/asymptote/ReleaseNotes @@ -1,3 +1,44 @@ +Release Notes for Version 2.21 + +Explicitly transformed billboard labels now work correctly again. +The alignment point of OpenGL billboard labels was fixed. An extend +parameter was added to the axes (default true) and axes3 (default false) +routines. A history recall bug was fixed. A typo was corrected in the +documentation of the Jacobi elliptic functions sncndn. + +Release Notes for Version 2.20 + +A work around was implemented for a dvipdfmx bug that prevents the +xelatex tex engine from properly embedding PRC objects. Billboard rotation +is now disabled for explicitly transformed labels. + +Release Notes for Version 2.19 + +Numerical resolution issues with the PRC camera orientation and viewportshift +were fixed. The lighting of NURBS surfaces was fixed. The special 8192 +strlen NSIS build was now correctly reinstated, with stubs, to prevent the +installer from overwriting Windows PATH environment variables > 1023 bytes. + +Release Notes for Version 2.18 + +A compilation issue on MacOSX was addressed. Secondary axes pictures now +inherit the size of the primary picture, so that the markthin marker works +properly. The special 8192 strlen NSIS build was reinstated to prevent the +installer from overwriting extremely long Windows PATH environment variables. + +Release Notes for Version 2.17 + +A bug with non-square pen function images was fixed. Autoscaled +logarithmic axes were fixed. Offscreen and non-offscreen rendering are now +supported in a single binary (requiring OSMesa version 8), with +settings.offscreen defaulting to false. The media9 LaTeX style file is now +used to embed 3D PRC content instead of movie15. Local 3D coordinates are +now used. PRC Part names are nolonger generated by default. A bug in +bezulate was fixed. A settings.axes3 flag was added to control the +visibility of PRC axes. An efficient 3D routine for drawing many +triangles, with specified vertices and optional normals or vertex colors, +was implemented. + Release Notes for Version 2.16 Ticks are no longer autoscaled when the number of major intervals is @@ -823,7 +864,7 @@ filldraw(polygon(5),red); should be replaced by -draw(surface(bezulate(polygon(5))),red); +draw(surface(polygon(5)),red); Also, the solids module has been improved so that |