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-06-25Fix compilation under 5.20 (untested). #2109Alessandro Ranellucci
2014-05-26Revert "Updated Clipper to r467 but it doesn't seem to fix #2028 yet"Alessandro Ranellucci
2014-05-26Updated Clipper to r467 but it doesn't seem to fix #2028 yetAlessandro Ranellucci
2014-05-24Update Clipper to last trunk to fix a couple Clipper bugs causing empty inter...Alessandro Ranellucci
2014-05-21Fix more regressions in test suite regarding the workaround for Clipper bugAlessandro Ranellucci
2014-05-21Bugfix: thin walls forming a closed loop had overlapping segments at their en...Alessandro Ranellucci
2014-05-08Remove new/delete keywords from ClipperUtils.cppAlessandro 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
2013-12-24Update Clipper to 6.1.2Alessandro Ranellucci
2013-11-24Ported traverse_pt() to XSAlessandro Ranellucci
2013-11-23Ported Surface->offset() to XSAlessandro Ranellucci
2013-11-21Ported contains_line() to XSAlessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-11-20Support the new Clipper APIAlessandro Ranellucci
2013-11-20Update Clipper to 6.0.0Alessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-26Ported union_pt() to XSAlessandro Ranellucci
2013-08-26Fixed everything in the XS portAlessandro Ranellucci
2013-08-26Downgrade Clipper to 5.1.5Alessandro Ranellucci
2013-08-17Ported union() to XSAlessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-17Ported diff() and intersection()Alessandro Ranellucci
2013-07-17Ported offset() and offset2()Alessandro Ranellucci
2013-07-17Ported diff_ex, intersection_ex, union_ex, xor_exAlessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci