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

Release 2.1.1 #70

Merged
merged 82 commits into from
Jun 24, 2024
Merged

Release 2.1.1 #70

merged 82 commits into from
Jun 24, 2024

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    326d507 View commit details
    Browse the repository at this point in the history
  2. Added documentation

    9thAzure committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6bf0049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9770d2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53 from 9thAzure/add_regular_geometry

    Add Beginnings of `RegularGeometry`
    9thAzure committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d2db3f5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    5f85e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbebfe View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Applied change to all nodes

    9thAzure committed May 4, 2024
    Configuration menu
    Copy the full SHA
    5f4cad2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from 9thAzure/fix_inconsistant_width

    Fix Inconsistant Width with Corner_Size Between Usage of Drawn_Arc
    9thAzure committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c9924a2 View commit details
    Browse the repository at this point in the history
  3. Add rotate_shape function

    9thAzure committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1909cfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40f582d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e123214 View commit details
    Browse the repository at this point in the history
  6. added unit tests for methods in regular_polygon_2d (methods work impr…

    …operly with width and corner_size)
    9thAzure committed May 4, 2024
    Configuration menu
    Copy the full SHA
    338d952 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bb7f8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e29e075 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    b76d32f View commit details
    Browse the repository at this point in the history
  2. Unified transformations of scale and rotation for both instance and s…

    …tatic methods, and moved static method to RegularGeometry2D
    9thAzure committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b709307 View commit details
    Browse the repository at this point in the history
  3. refined unit tests

    9thAzure committed May 5, 2024
    Configuration menu
    Copy the full SHA
    51c3a3c View commit details
    Browse the repository at this point in the history
  4. Fixed bugs

    9thAzure committed May 5, 2024
    Configuration menu
    Copy the full SHA
    364a459 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    e8fefde View commit details
    Browse the repository at this point in the history
  2. altered order of parameters

    9thAzure committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ddbe72d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e4f99e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b9a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc91e3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 19, 2024

  1. Added documentation comments

    9thAzure committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7f8b357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6c9c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd28161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166f5d2 View commit details
    Browse the repository at this point in the history
  5. modified documentation

    9thAzure committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cf1aa34 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Added c# interop and tests

    9thAzure committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1ab9e6c View commit details
    Browse the repository at this point in the history
  2. unified naming

    9thAzure committed May 22, 2024
    Configuration menu
    Copy the full SHA
    98d11cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from 9thAzure/add_shape_editing

    Add `apply_transformation`, Directly Editing Points
    9thAzure committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ad8cefb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    6ee97a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9948688 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 2, 2024

  1. Merge pull request #59 from 9thAzure/improve_unit_tests

    Improve Unit Tests
    9thAzure committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    732be8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f72b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. for StarPolygon2D: point_count > vertices_count, regenerate_polygon -…

    …> regenerate, added queue_regenerate, changes to tests and C# interop
    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8d00944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85905fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    302d0d2 View commit details
    Browse the repository at this point in the history
  4. fixed StarPolygon2DTests.cs

    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    27eaacd View commit details
    Browse the repository at this point in the history
  5. additional test fixes

    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f3901c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90cd801 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #60 from 9thAzure/replacement_names

    Sync method and property names across nodes
    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c5b50e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5cdb5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f1b15a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #61 from 9thAzure/replacement_names

    Change `offset_position` to `offset` in `SimplePolygon2D`
    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    91676a4 View commit details
    Browse the repository at this point in the history
  11. minor doc corrections

    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cf451c3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #62 from 9thAzure/doc_corrections

    Minor doc corrections
    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    430b59d View commit details
    Browse the repository at this point in the history
  13. Added base gui editor

    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c7d05e2 View commit details
    Browse the repository at this point in the history
  14. renamig

    9thAzure committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2196d5b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    d397810 View commit details
    Browse the repository at this point in the history
  2. Added size_rotation_handler, implemented in simple_polygon2D already …

    …for testing (its good)
    9thAzure committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    527af9b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    c4beae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f7a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977ba3a View commit details
    Browse the repository at this point in the history
  4. changed handle to be more unique (particularly behind Polygon2D's han…

    …dlers), and added color modulation to show selection
    9thAzure committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4707428 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    711fa0e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. some spring cleaning

    9thAzure committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b7defd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5c9d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    545b507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824c810 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from 9thAzure/gui_editor

    Add Gui Handlers
    9thAzure committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bc7302a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    f934e5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from 9thAzure/fix_circle

    Fix Full Offset Rotation Circle Generation Being Backward
    9thAzure committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0bf2249 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d60b06c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from 9thAzure/add_root_license

    Added Copy of the License In Root Level Repository
    9thAzure committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a6e6735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1518fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2a3ec3 View commit details
    Browse the repository at this point in the history
  5. Fixed handlers not rescaling with property changes, and renamed 'main…

    …tain_shape' to 'maintain_position' for more clarity
    9thAzure committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    41dcea3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4be555 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    7774ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b696bff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from 9thAzure/more_gui_improvements

    Several Gui Handler Improvements
    9thAzure committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4387c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f030c2a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #71 from 9thAzure/update_license_badge

    Update License Badge to read from repository
    9thAzure committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9e104d7 View commit details
    Browse the repository at this point in the history