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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-07-23Bugfix: some extra spots were added in medial axisAlessandro Ranellucci
2014-05-27Merge branch 'master' into visilibityAlessandro Ranellucci
2014-05-21Bugfix: thin walls forming a closed loop had overlapping segments at their en...Alessandro Ranellucci
2014-05-13Implemented avoid_crossing_perimeters with VisiLibityAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-01Use poly2tri for triangulation. This fixes some cases where polyPartition cou...Alessandro Ranellucci
2014-05-01Remove self-intersections before supplying polygon data to polyPartition and ...Alessandro Ranellucci
2014-04-28Test triangulate2() instead of the faulty triangulate()Alessandro Ranellucci
2014-04-28New get_trapezoids() implementation. Maybe heavier but it doesn't fail with s...Alessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-25Finished --cut implementationAlessandro Ranellucci
2014-04-24New ExPolygon::triangulate() methodAlessandro Ranellucci
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-04-24New coverage detection for bridges. Includes implementation of ExPolygon::get...Alessandro Ranellucci
2014-03-15Extend medial axis endpoints to fill the entire length. Includes fix for a mi...Alessandro Ranellucci
2014-03-09Recursive pruning. Some more unit testsAlessandro Ranellucci
2014-03-08Better pruningAlessandro Ranellucci
2014-03-05Promising approach to medial axis pruningAlessandro Ranellucci
2014-03-03Merge branch 'master' into boost-medialaxisAlessandro Ranellucci
2014-01-16Fixed some obvious mistakes and applied strict type checking to SurfaceCollec...Alessandro Ranellucci
2014-01-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2014-01-09More work to get Boost.Polygon to compileAlessandro Ranellucci
2014-01-09Incomplete work for using Boost.Polygon to compute medial axisAlessandro Ranellucci
2013-11-22More unfinished workAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-21Ported contains_line() to XSAlessandro Ranellucci
2013-09-19Remove unused variable and add missing defineAlessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-27Ported Polygon->is_valid() and ExPolygon->is_valid()Alessandro Ranellucci
2013-08-27Ported ExPolygon->area()Alessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci