diff options
Diffstat (limited to 'Build/source/utils/asymptote/ChangeLog')
-rw-r--r-- | Build/source/utils/asymptote/ChangeLog | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/ChangeLog b/Build/source/utils/asymptote/ChangeLog index 54adba06d51..c2a47bd33f9 100644 --- a/Build/source/utils/asymptote/ChangeLog +++ b/Build/source/utils/asymptote/ChangeLog @@ -1,4 +1,129 @@ ------------------------------------------------------------------------ +r4696 | jcbowman | 2009-10-02 01:25:43 -0600 (Fri, 02 Oct 2009) | 2 lines +Changed paths: + M /trunk/asymptote/prc/oPRCFile.cc + M /trunk/asymptote/prc/oPRCFile.h + +Remove obsolete part name code. + +------------------------------------------------------------------------ +r4695 | jcbowman | 2009-10-01 21:52:36 -0600 (Thu, 01 Oct 2009) | 2 lines +Changed paths: + M /trunk/asymptote/doc/bigdiagonal.asy + +Add Arrow to tutorial example. + +------------------------------------------------------------------------ +r4694 | jcbowman | 2009-10-01 21:45:34 -0600 (Thu, 01 Oct 2009) | 2 lines +Changed paths: + M /trunk/asymptote/asymptote.spec + M /trunk/asymptote/base/three.asy + M /trunk/asymptote/drawsurface.cc + +Store center values in a lookup table. + +------------------------------------------------------------------------ +r4693 | jcbowman | 2009-10-01 17:37:30 -0600 (Thu, 01 Oct 2009) | 6 lines +Changed paths: + M /trunk/asymptote/base/three.asy + M /trunk/asymptote/base/three_surface.asy + M /trunk/asymptote/doc/asymptote.texi + M /trunk/asymptote/drawelement.h + M /trunk/asymptote/drawpath3.cc + M /trunk/asymptote/drawpath3.h + M /trunk/asymptote/drawsurface.cc + M /trunk/asymptote/drawsurface.h + M /trunk/asymptote/examples/billboard.asy + D /trunk/asymptote/examples/icosahedron.asy + A /trunk/asymptote/examples/truncatedIcosahedron.asy (from /trunk/asymptote/examples/icosahedron.asy:4690) + M /trunk/asymptote/picture.cc + M /trunk/asymptote/picture.h + M /trunk/asymptote/runpicture.in + M /trunk/asymptote/settings.cc + +Implement PRC billboard labels. + +Rename settings.billboard to settings.autobillboard. + +Make settings.autobillboard=true by default. + +------------------------------------------------------------------------ +r4692 | jcbowman | 2009-09-29 17:09:51 -0600 (Tue, 29 Sep 2009) | 2 lines +Changed paths: + M /trunk/asymptote/doc/asymptote.texi + A /trunk/asymptote/doc/bigdiagonal.asy + D /trunk/asymptote/doc/bigsquare.asy + M /trunk/asymptote/doc/labelsquare.asy + M /trunk/asymptote/doc/square.asy + +Improve tutorial. + +------------------------------------------------------------------------ +r4691 | jcbowman | 2009-09-29 14:59:26 -0600 (Tue, 29 Sep 2009) | 2 lines +Changed paths: + M /trunk/asymptote/doc/asymptote.texi + M /trunk/asymptote/examples/slidedemo.asy + +Improve tutorial. + +------------------------------------------------------------------------ +r4690 | jcbowman | 2009-09-29 10:07:11 -0600 (Tue, 29 Sep 2009) | 2 lines +Changed paths: + A /trunk/asymptote/examples/icosahedron.asy + A /trunk/asymptote/examples/worksheet.asy + +Add examples. + +------------------------------------------------------------------------ +r4689 | jcbowman | 2009-09-28 19:42:07 -0600 (Mon, 28 Sep 2009) | 4 lines +Changed paths: + M /trunk/asymptote/base/three.asy + M /trunk/asymptote/drawsurface.cc + M /trunk/asymptote/main.cc + M /trunk/asymptote/runarray.in + +Fix compilation under -disable-gl. + +Fix billboard size computation. + +------------------------------------------------------------------------ +r4688 | jcbowman | 2009-09-28 14:27:52 -0600 (Mon, 28 Sep 2009) | 2 lines +Changed paths: + A /trunk/asymptote/examples/fequlogo.asy + +Add example of arbitrary 3D background plane. + +------------------------------------------------------------------------ +r4687 | jcbowman | 2009-09-28 14:21:07 -0600 (Mon, 28 Sep 2009) | 4 lines +Changed paths: + M /trunk/asymptote/base/three_surface.asy + M /trunk/asymptote/examples/Klein.asy + +Cache meshpen, knot, weight, and color arrays. + +Change bottom=false argument to bottom=true. + +------------------------------------------------------------------------ +r4686 | jcbowman | 2009-09-28 13:39:58 -0600 (Mon, 28 Sep 2009) | 2 lines +Changed paths: + M /trunk/asymptote/picture.cc + +Clean up auxiliary dvi file when producing SVG. + +------------------------------------------------------------------------ +r4685 | jcbowman | 2009-09-28 10:16:08 -0600 (Mon, 28 Sep 2009) | 2 lines +Changed paths: + M /trunk/asymptote/base/obj.asy + +Add operator * (transform3, obj). + +------------------------------------------------------------------------ +r4684 | jcbowman | 2009-09-28 03:39:58 -0600 (Mon, 28 Sep 2009) | 1 line +Changed paths: + M /trunk/asymptote/configure.ac + +Increment version to 1.88svn. +------------------------------------------------------------------------ r4683 | jcbowman | 2009-09-28 01:57:28 -0600 (Mon, 28 Sep 2009) | 2 lines Changed paths: M /trunk/asymptote/glrender.cc |