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

Texture groups #165

Merged
merged 22 commits into from
Aug 18, 2023
Merged

Texture groups #165

merged 22 commits into from
Aug 18, 2023

Commits on Aug 14, 2023

  1. Introducing the concept of a texture group

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3aa5fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Make texture groups functional -- need to add edit widget

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    839d2e9 View commit details
    Browse the repository at this point in the history
  2. Texture edit widget -- WIP

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    591444c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Allow textures to be edited

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    84965a3 View commit details
    Browse the repository at this point in the history
  2. Display group information

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    afde072 View commit details
    Browse the repository at this point in the history
  3. Allow groups to be edited

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f5aaa38 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Automatically assign new walls and floors the last texture that the u…

    …ser selected
    
    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a28ec2 View commit details
    Browse the repository at this point in the history
  2. Fix style

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e546cad View commit details
    Browse the repository at this point in the history
  3. Fix panic when creating new floor (#148)

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6d24f0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d96dca View commit details
    Browse the repository at this point in the history
  5. Lock in the version of thiserror

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b7fc019 View commit details
    Browse the repository at this point in the history
  6. Get rid of nightly features

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    25f95dd View commit details
    Browse the repository at this point in the history
  7. Fix style

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    473351e View commit details
    Browse the repository at this point in the history
  8. Add Cartesian fiducials to reference drawing features (#164)

    Signed-off-by: Luca Della Vedova <[email protected]>
    Signed-off-by: Michael X. Grey <[email protected]>
    Co-authored-by: Michael X. Grey <[email protected]>
    luca-della-vedova and mxgrey authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0ef3d83 View commit details
    Browse the repository at this point in the history
  9. Fix style

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e0e4897 View commit details
    Browse the repository at this point in the history
  10. Fix merge conflicts

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3e2fe0a View commit details
    Browse the repository at this point in the history
  11. Remove test code

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2bebd9c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Make Site Editor itself a Plugin (#162)

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    120528a View commit details
    Browse the repository at this point in the history
  2. Workaround flatten issue and add roundtrip unit test to fix broken pr…

    …oject save / load (#166)
    
    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3360e0c View commit details
    Browse the repository at this point in the history
  3. Fix system param limit

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e8d53f7 View commit details
    Browse the repository at this point in the history
  4. Avoid use of flatten attribute

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    06926a9 View commit details
    Browse the repository at this point in the history
  5. Fix style

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c5a8810 View commit details
    Browse the repository at this point in the history