Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
AgeCommit message (Expand)Author
2014-03-23Bugfix: binary STL export produced corrupt results on Windows. #1814Alessandro Ranellucci
2014-03-03Bugfix: incomplete slicing when a horizontal surface was tangent to the slici...Alessandro Ranellucci
2014-03-02Add a (failing) test for slicing at the same height of a horizontal surface a...Alessandro Ranellucci
2014-01-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2014-01-02Bugfix: overflow causing full object facets reversal when STL file has large ...Alessandro Ranellucci
2013-11-24Split objects could not be repositioned in plater. 3D preview and stats were ...Alessandro Ranellucci
2013-11-12Bugfix: some binary STL files were not correctly parsed on Windows. #1370 1467Alessandro Ranellucci
2013-11-12Use fread() to read facet numberAlessandro Ranellucci
2013-11-12Use fread() to read binary STL filesAlessandro Ranellucci
2013-11-11Ported regular_points() to XS and renamed it to equally_spaced_points()Alessandro Ranellucci
2013-11-11Fix a valgrind warning about mismatched free()Alessandro Ranellucci
2013-11-11Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464Alessandro
2013-11-07Ported point_line_distance() and removed same_point()Alessandro Ranellucci
2013-11-06Ported same_line() to XSAlessandro Ranellucci
2013-11-06More work on the clipping method for medial axis. Includes Polyline->is_valid()Alessandro Ranellucci
2013-11-03Fix rounding error in clipper.cppNicolas Dandrimont
2013-10-28Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XSAlessandro Ranellucci
2013-10-26Bugfix: incomplete slicing when more than two facets shared the same edge. #1483Alessandro Ranellucci
2013-10-26Flag for arrows in SVG.cppAlessandro Ranellucci
2013-10-13Bugfix: wrong slicing (error in XS port). #1469Alessandro Ranellucci
2013-10-13New class for generating SVG from XS. Includes some minor refactoring to Tria...Alessandro Ranellucci
2013-10-13Minor improvements in debug outputAlessandro Ranellucci
2013-09-28Fix segfault when calling chained_path() on an ExtrusionPathCollection using ...Alessandro Ranellucci
2013-09-23Fix compilation on Windows. #1433Alessandro Ranellucci
2013-09-19Remove unused variable and add missing defineAlessandro Ranellucci
2013-09-19Update MANIFESTAlessandro Ranellucci
2013-09-18Removed ZTable codeAlessandro Ranellucci
2013-09-18Introduce a ->count method for all collections to save timeAlessandro Ranellucci
2013-09-17Fix an overflow point causing wrong chained pathAlessandro Ranellucci
2013-09-16Update brim generation code. Includes regression test. #1440Alessandro Ranellucci
2013-09-13Minor optimizationsAlessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-12Update xs/MANIFESTAlessandro Ranellucci
2013-09-12Merge pull request #1435 from jluis/masterAlessandro Ranellucci
2013-09-12Fix XS STL reader not populating stats.size correctlyAlessandro Ranellucci
2013-09-11Use precomputed normals in 3D previewAlessandro Ranellucci
2013-09-11Make plater work with new XS codeAlessandro Ranellucci
2013-09-11More work to avoid working with vertices outside XSAlessandro Ranellucci
2013-09-11Incomplete work to store TriangleMesh objects in Model objects instead of ext...Alessandro Ranellucci
2013-09-10Round results when rotating to minimize errors & pass the testsJose Luis Perez Diez
2013-09-10Replace TriangleMesh with the XS portAlessandro Ranellucci
2013-09-10Implemented TriangleMesh->cloneAlessandro Ranellucci
2013-09-10Ported TriangleMesh::scale_xyz()Alessandro Ranellucci
2013-09-10Make Repair() idempotent and lowercaseAlessandro Ranellucci
2013-09-10Add unit test for split()Alessandro Ranellucci
2013-09-10Implemented TriangleMesh->mergeAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-09Merge branch 'master' into xssliceAlessandro Ranellucci
2013-09-09Use a general-purpose T_ARRAYREF_PTR typemapAlessandro Ranellucci
2013-09-09Move confess_at() to utils.cppAlessandro Ranellucci