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

Multiple Configurations for Gizmos #10342

Merged
merged 38 commits into from
Jan 18, 2024

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    b9281b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a750293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c1232c View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    24b937d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc3e45b View commit details
    Browse the repository at this point in the history
  6. fix import

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1b4e077 View commit details
    Browse the repository at this point in the history
  7. clean up

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    326947a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2b0966 View commit details
    Browse the repository at this point in the history
  9. fix prelude

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a511fb9 View commit details
    Browse the repository at this point in the history
  10. fix examples

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6654177 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71d1b80 View commit details
    Browse the repository at this point in the history
  12. fix comments

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    76e7fb6 View commit details
    Browse the repository at this point in the history
  13. fix system param impl

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1f41f4c View commit details
    Browse the repository at this point in the history
  14. improve examples

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a87b3d4 View commit details
    Browse the repository at this point in the history
  15. remove old derive

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9b5e6b6 View commit details
    Browse the repository at this point in the history
  16. improve examples

    jeliag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    08938fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4adff6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1ca6e View commit details
    Browse the repository at this point in the history
  3. cargo fmt & fix doc

    jeliag committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    77c29ef View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    a82fb30 View commit details
    Browse the repository at this point in the history
  2. fix trait bounds & derives

    jeliag committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    299d94c View commit details
    Browse the repository at this point in the history
  3. remove explicit generic parameter

    Co-authored-by: Nicola Papale <[email protected]>
    jeliag and nicopap authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1294aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc48e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6df43d0 View commit details
    Browse the repository at this point in the history
  6. fix typo

    jeliag committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1b32086 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. add GizmoMeshConfig

    use GizmoMeshConfig instead of GizmoConfig as a component on extracted gizmos
    jeliag committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9c676a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 19, 2023

  1. adding derive macro for GizmoConfigGroup

    - renamed CustomGizmoConfig to GizmoConfigGroup
    - added derive macro
    - fixed comments
    jeliag committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9804ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa12b8 View commit details
    Browse the repository at this point in the history
  3. fix doc links

    jeliag committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2ff66cf View commit details
    Browse the repository at this point in the history
  4. fix generics in doc link

    jeliag committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    cdbedc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    0b75397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a463dd View commit details
    Browse the repository at this point in the history
  3. fix doc links

    jeliag committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c3f7e88 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. add missing safety comments

    jeliag committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f9cc35b View commit details
    Browse the repository at this point in the history
  2. rename config getters

    jeliag committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    694b7c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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