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

Revamp CSG functions, make curve canvases consistent & more #234

Merged
merged 43 commits into from
Sep 12, 2023

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    b55aef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b57671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac9c122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a597fc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8559080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f73d9 View commit details
    Browse the repository at this point in the history
  7. ref(csg): Remove default colour

    The addition of operation colour preservation and removal of the store/render pattern means that all Shapes now require an explicit colour. Changing the default colour of the wrapped renderer no longer has a visible effect.
    Cloud7050 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    89da19e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix(build): Fix build modules building no tabs

    Revise/clarify the logic of retrieveBundlesAndTabs() and update tests/comment.
    Cloud7050 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1c8f2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b4ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96cce00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d951c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7509b9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ec40f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7453ce4 View commit details
    Browse the repository at this point in the history
  8. ref(build): Reorder config to match

    Left over from tests with explicit tsconfig path when troubleshooting
    build errors
    Cloud7050 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5ecb319 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beb901e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a9644d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63a5f35 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac51bf8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    191f3ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7dfcd36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcb28d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4332332 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    217756b View commit details
    Browse the repository at this point in the history
  18. ref(csg): Refactor operables

    Rename params, non-deep children copy for new Group
    Cloud7050 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    23a6eb4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    be185d3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c37f8b0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e0be467 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    dbcdbd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9624a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2e694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4e7f3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0b7844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a2a016 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bc7c80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd66e35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48a1a3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1d8ac6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    636ff3e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    bb2137b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    6b22b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008d24b View commit details
    Browse the repository at this point in the history
  3. ref(csg): Rename RGB components to values

    They were called components when the params were clamped between 0-1.
    Now more fitting to call them values when 0-255.
    Cloud7050 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    de0a9a8 View commit details
    Browse the repository at this point in the history