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
AgeCommit message (Expand)Author
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-05Some improvements to pruning and some additions here and thereAlessandro Ranellucci
2014-03-05Promising approach to medial axis pruningAlessandro Ranellucci
2014-01-17Fix overflow in distance_to(Line*). It was affecting Douglas-Peucker causing ...Alessandro Ranellucci
2014-01-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2013-11-21Ported contains_line() to XSAlessandro Ranellucci
2013-11-07Ported point_line_distance() and removed same_point()Alessandro Ranellucci
2013-11-06Ported same_line() to XSAlessandro Ranellucci
2013-10-28Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XSAlessandro 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-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-28Ported Point->distance_to() and Line->length()Alessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci