Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Clipper2 (beta) wrapper implementation #23559

Closed
wants to merge 7 commits into from
Closed

[WIP] Clipper2 (beta) wrapper implementation #23559

wants to merge 7 commits into from

Commits on Mar 4, 2019

  1. Clipper2 wrapper initial implementation

    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d9cf81c View commit details
    Browse the repository at this point in the history
  2. Replace Clipper with version 10.0.0 beta, refactor codebase accordingly

    * Replace 6.4.2 with 10.0.0 beta (?) (dedicated offset and triangulation)
    * Scons: add thirdparty clipper sources via module, not editor
    * Refactor `expand` method in sprite editor plugin that is used for mesh instance creation
    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f7e35d2 View commit details
    Browse the repository at this point in the history
  3. Attempt to fix compile errors and warnings

    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    1568871 View commit details
    Browse the repository at this point in the history
  4. Make Clipper exception-safe

    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    33ea7f9 View commit details
    Browse the repository at this point in the history
  5. Add convenience methods for polygon clipping, offseting and triangula…

    …tion
    
    Open paths clipping is supported via specifying `is_a_open` parameter.
    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    a23d4a1 View commit details
    Browse the repository at this point in the history
  6. Attempt to fix enums

    Andrii Doroshenko (Xrayez) committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    627bb45 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Fix Werror=sign-compare for paths size

    Andrii Doroshenko (Xrayez) committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a2e12c3 View commit details
    Browse the repository at this point in the history