Age | Commit message (Collapse) | Author |
|
|
|
Changelog
=========
Implement improved workaround to recent graphicx incompatibilities, which also works with inline TeX mode. (bd70d16)
|
|
Changelog
=========
Implement general workarounds for recently introduced graphicx and lualatex backwards incompatibilities. (2f209f9)
|
|
Changelog
=========
Add patched version of plain.asy for TL2016 only. (afb9514)
Revert "Revert "Revert "Workaround pdflatex pdfpagewidth and pageheight bug in TeXLive 2016.""" (758d086)
|
|
Changelog
=========
Revert "Add gl-matrix javascript library." (fe2510c)
|
|
Changelog
=========
Add gl-matrix javascript library. (9878b4d)
|
|
Changelog
=========
Revert "Revert "Workaround pdflatex pdfpagewidth and pageheight bug in TeXLive 2016."" (896202c)
Revert "Implement alternative workaround for graphicx pagesize bug." (421b733)
|
|
Changelog
=========
Implement alternative workaround for graphicx pagesize bug. (545f2b5)
Revert "Workaround pdflatex pdfpagewidth and pageheight bug in TeXLive 2016." (b8ef9a8)
|
|
Changelog
=========
Workaround pdflatex pdfpagewidth and pageheight bug in TeXLive 2016. (61cfa1e)
|
|
|
|
|
|
Changelog
=========
Increase overlapedges scaling. (ff41f20)
|
|
Changelog
=========
Revert "Remove obsolete overlapedges flag." (689fb9e)
Fix typo. (d0c97bf)
|
|
Changelog
=========
Merge branch 'patch'. (7ecaf8f)
Remove obsolete overlapedges flag. (154c47b)
Standardize flatness tests. (928af11)
Relax flatness test. (3f409fa)
Fix flatness test. (5dece5c)
Fix remaining normals. (12238c7)
Fix color order. (826469f)
Fix straight case. (def2d72)
Remove unused code. (2323c59)
Simplify code. (0bdfab4)
Fix subdivion cracks and zero normals. (f03dc5c)
Add vertex shading. (fdb20f6)
Add ASCII diagrams of the Bezier patch, including a diagram of the patch and one of the key points on the patch. (31ba48c)
Begin implementation of bezier patch renderer. (4c1ac9d)
|
|
Changelog
=========
Fix formatting. (692051a)
|
|
Changelog
=========
Increment version to 2.39. (f67594a)
Move bug tracking to github. (3f044f0)
Require ncurses library only with --enable-readline. Implement --disable-sigsegv configuration option. (b9ca165)
Minor optimization. (da2c3f8)
Use # operator for integer division. (8a95663)
|
|
Changelog
=========
Update CXXFLAGS and LDFLAGS documentation. (11f06b2)
|
|
Changelog
=========
Port Makefile.in to Bourne shell. (563d53b)
Fix longitudinal splitting in revolution. (04b86da)
|
|
|
|
Changelog
=========
Merge pull request #21 from mojca/posix-test (a40b6c0)
Makefile.in: replace 'test ! -e' => 'test ! -s' for compatibility with older shell (on systems like Solaris) (0f1f6d1)
|
|
Changelog
=========
Minor optimization. (656cf97)
|
|
Changelog
=========
correct parsing of control points (ee98398)
|
|
Changelog
=========
Update copyright and FSF address. (1032cd6)
|
|
Changelog
=========
Increment version to 2.38. (2462825)
|
|
Changelog
=========
Add missing variable. (0240be5)
Update diagnostic. (a33a694)
Merge port of xasy to Python3, courtesy of Mojca and Orest. (3a8360a)
Add -P arguments to pngalpha ghostscript driver calls. (48e84c5)
|
|
Changelog
=========
Make quiet suppress output unless verbosity > 1. (d789c4d)
Make settings.quiet suppress noninteractive standard output when verbose=0. Add progress function. (740c8c1)
|
|
Changelog
=========
Merge branch 'trianglewithnormals' (bcbf941)
Don't require kpsewhich in make check for TeXLive version. (97f3b6c)
Look for kpsewhich first in the same directory as the asy executable. (121bef8)
Merge branch 'master' into trianglewithnormals (ae0af70)
Revise comments on smoothcontour3 for bezier triangles. (815b738)
Improve script portability. (6fc23e0)
Move compile-time check for epsdriver into environment variable ASYMPTOTE_EPSDRIVER. (ab000e7)
|
|
Changelog
=========
Add EPSWRITE compiler flag to support ghostscript versions older than 9.14. (3cf0adc)
Merge branch 'trianglewithnormals' (cbb7e37)
Merge branch 'improverootfinder' (9004183)
Port xasy integer division to Python 3. (ce19f61)
Port xasy color handling to Python 3. (dc78869)
Change CFLAGS to CXXFLAGS in documentation. (c16b1d2)
Remove default values of fa and fb from _findroot; force margin to (b-a)*1e-3. (9a36fe8)
Correct spacing in smoothcontour3.asy. Replace tabs by spaces for consistent spacing across editors. (6c1ad05)
Document usetriangles option for smoothcontour3. (4502339)
Add smoothcontour3 option to use bezier triangles (default) or not. (29832ac)
Simplify reversing cyclic array. (50b1420)
Change adaptive rendering constant for bezier triangles. (becf736)
Merge remote-tracking branch 'origin' into trianglewithnormals (fc81a2e)
Move rootfinder interface to math.asy. (184bea9)
Reorder tolerance parameter as in original asy code and allow user control of default value. (e92e757)
Port findroot to C++ code, but reorder tolerance parameter to end of signature, to agree with argument order in calls from smoothcontour3. (e435513)
Merge branch 'master' into trianglewithnormals (cd9f875)
Merge branch 'master' into trianglewithnormals (e6454cb)
Fix epsilon. (c3099c5)
Fix overlapedges for triangular patches. (e5394af)
Subdivide triangles with bad normals. (aa8a94e)
Make array reversal consistent with path reversal (f4f03e7)
Make the orientation of the patches consistent. (58852de)
Use quadratic interpolation for rootfinder (652f8bb)
Non compiling: start maketriangle function. (760fddc)
Merge branch 'trianglewithnormals' of github.com:vectorgraphics/asymptote into trianglewithnormals (b2d9750)
Merge branch 'master' into trianglewithnormals (ce719eb)
Amend one comment. (a2dc301)
Merge branch 'master' into trianglewithnormals to incorporate bug fix for meshpen with bezier triangles. (8ec9865)
Add comments documenting the trianglewithnormals function. (6ca1083)
Simpler names for normals in trianglewithnormals parameters. (b2efab6)
Modify smoothcontour3 to use bezier triangles when convenient. (30d63a3)
|
|
|
|
Changelog
=========
Implement minor rendering optimization. (e78de7f)
Fix bug #219 Asymptote forks in an uncontrolled way. (87c6ee1)
|
|
Changelog
=========
Fix epsilon. (344698e)
Fix bug #217 Reversion of one point guides. (75ce996)
Fix bug #218 Core dump in subpath routine. (213d569)
|
|
|
|
|
|
Changelog
=========
Support --disable-gl again. (4c3480c)
Improve comments in beziertriangle.cc. (afbd271)
Simplify code. (5569c8d)
Simplify code. (9b9e8f5)
Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f)
Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d)
Fix hex representation of colours (a873617)
Fix planar Bezier triangles under render=0. (26629e8)
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Improve comments in beziertriangle.cc. (afbd271)
Simplify code. (5569c8d)
Simplify code. (9b9e8f5)
Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f)
Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d)
Fix hex representation of colours (a873617)
Fix planar Bezier triangles under render=0. (26629e8)
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Simplify code. (5569c8d)
Simplify code. (9b9e8f5)
Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f)
Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d)
Fix hex representation of colours (a873617)
Fix planar Bezier triangles under render=0. (26629e8)
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Simplify code. (9b9e8f5)
Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f)
Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d)
Fix hex representation of colours (a873617)
Fix planar Bezier triangles under render=0. (26629e8)
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Fix hex representation of colours (a873617)
Fix planar Bezier triangles under render=0. (26629e8)
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a)
Use git suffix for development tags and no suffix for release tags. (03a2310)
Use git suffix for development tags and no suffix for release tags. (29806bc)
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
|
|
Changelog
=========
Increment version to 2.37. (12d4161)
Tune subdivision crack correction under MSDOS. (e469422)
Fix segmentation faults in tab completion. Disable interrupts during input. (aa11277)
Fix typo. (d4f43f9)
Fix typo. (68a30fa)
Fix syntax. (69d2e8d)
Force linking with static termcap library under MSDOS. (076c074)
|
|
Changelog
=========
Simplify Makefile. (4584a9d)
Fix bug #213 glmovie.asy won't autoplay. (51ad22b)
Simplify exit handler. (93d5b9a)
Support out-of-git builds. (d5e8633)
|
|
Changelog
=========
Avoid glutLeaveMainLoop for portability. (cd2e963)
|
|
Changelog
=========
Fix asy version generation. (af5a253)
Move the genustwo image out of the documentation in case rendering isn't available. (927b482)
Use glutLeaveMainLoop to cleanly exit the renderer. (a637f3d)
|
|
Changelog
=========
Add OpenGL exit handler. Reinitialize autoplay on re-entry. (92985cc)
Allow out-of-git builds. (f2b9fb7)
Fix revision generation. (c0c7399)
Fix revision generation. (100a73c)
Fix segmentation fault due to zero normals. (0a65337)
Move PRC api functions into a new namespace prc. (d903824)
|
|
|
|
Changelog
=========
Do not override -render command-line option. (c3805bc)
Display GLUT display after batch export. (5909c90)
Don't use threads in batch mode, except under MacOS X. (699cf57)
|
|
Changelog
=========
Fix build issues. (e1eb284)
Retain revision.cc. (2369d49)
Fix bounds calculation for straight nonplanar Bezier patches. Implement a degenerate patch representation, tensor(patch), to support render=0 for Bezier triangles. Optimize straight Bezier triangle bounds computation. Implement remaining Bezier triangle support functions for normals and colors. Keep local work arrays on stack. (89fee36)
|
|
Changelog
=========
Update dependency documentation. (7c172e0)
|
|
Changelog
=========
Suppress getline compiler warning. (c7771bb)
Fix missing double backslash in asy-mode.el. (504d3e8)
Partially revert unintentional global changes in fc3ef0ec22b36083ace789436004ef88452a1feb regarding structure initialization. (f87cbf8)
Fix bug #208 Quotations are broken. (9259e44)
Fix #207 Infinite loop while reading files with trailing comments. (04d236c)
Respect relevant explicit file dimensions only. (352441c)
Respect explicit file dimensions. (37ad335)
Optimize straight planar Bezier triangles. (76a143b)
Fix glrender quit function. (21ec47a)
Fix #206 Bug while reading twodimensional data from file. (92615dd)
Fix intermittent segmentation fault after export under threads. (d5a1cdf)
|