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

Merge into my branch #43

Merged
merged 52 commits into from
Jul 13, 2024
Merged

Merge into my branch #43

merged 52 commits into from
Jul 13, 2024

Commits on May 1, 2024

  1. Merge pull request #30 from Xlinka/frozenreflex

    Binding generator safety, IMU component
    Xlinka authored May 1, 2024
    Configuration menu
    Copy the full SHA
    b626d5a View commit details
    Browse the repository at this point in the history
  2. Update IsUserInSeatedMode.cs

    Xlinka committed May 1, 2024
    1 Configuration menu
    Copy the full SHA
    2ea3ad0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    82e6bcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from art0007i/main

    performance thing that froox does all the time
    Xlinka authored May 3, 2024
    Configuration menu
    Copy the full SHA
    f429843 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 8, 2024

  1. Delete CreateEmptySlot.cs

    Removed Problamatic node for issue 1909 Yellow-Dog-Man/Resonite-Issues#1909
    Xlinka committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dcf5e3e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Create Factorial Node Reference #1688

    Yellow-Dog-Man/Resonite-Issues#1688
    
    Adding factorial node as a basis for ticket 1688 on main github
    Xlinka committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a5c335b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047d1f1 View commit details
    Browse the repository at this point in the history
  3. Create FibonacciNode.cs

    Xlinka committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9ee49fe View commit details
    Browse the repository at this point in the history
  4. Create AsyncHttpRequestNode.cs

    Xlinka committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    95ace26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb283a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fixes

    Xlinka committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c2fd29d View commit details
    Browse the repository at this point in the history
  2. fix fib

    Xlinka committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b85b400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34deeba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    d209609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52006b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2282548 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/Nytra/Project-Obsidian

    merge from upstream
    Nytra committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6f82e7a View commit details
    Browse the repository at this point in the history
  5. code uploads

    but for some reason theyre not uploading
    paradoxical-autumn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    70992da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f747cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cad7c5 View commit details
    Browse the repository at this point in the history
  8. mvp

    paradoxical-autumn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    75cf56c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff19e61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f583ecc View commit details
    Browse the repository at this point in the history
  11. Filter out local elements

    Nytra committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    400e755 View commit details
    Browse the repository at this point in the history
  12. Add comment

    Nytra committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c295ef4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f4adea View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #35 from Nytra/FixArithmeticDriver

    Fix arithmetic driver generic types group
    Xlinka authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1437c0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from Nytra/main

    Add ComponentsDataFeed and ComponentDataItemInterface, and add a PostBuildEvent to send the .DLL to the Libraries folder
    Xlinka authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5b15c61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cfe19b View commit details
    Browse the repository at this point in the history
  4. Make component data feed able to enumerate types from the component a…

    …ttacher library, and simplify some stuff
    Nytra committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab4e6c9 View commit details
    Browse the repository at this point in the history
  5. Add category items

    Nytra committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d16571c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4192136 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from Nytra/main

    Allow ComponentsDataFeed to enumerate the component library, add ButtonAttachComponent, cleanup stuff
    Xlinka authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    51fb4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2432189 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from paradoxical-autumn/main

    While nodes with iteration & UserFromUserRef
    Xlinka authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fb8fe73 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    410076d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from Nytra/main

    Some small fixes: Call base.OnAttach in OnAttach, use full typename in logs instead of hashcode
    Xlinka authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ddf172b View commit details
    Browse the repository at this point in the history
  3. Create AsyncWait.cs

    Xlinka committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5b6102e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c111fe View commit details
    Browse the repository at this point in the history
  5. gonna slip this in

    Xlinka committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c83ed60 View commit details
    Browse the repository at this point in the history
  6. Update Injection.cs

    Xlinka committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cfb9ef5 View commit details
    Browse the repository at this point in the history
  7. Update ProjectObsidian.csproj

    Xlinka committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8217491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    538e480 View commit details
    Browse the repository at this point in the history
  9. Add TypeFeedItem and TypeItemInterface, and rework components feed to…

    … use those when showing the component library. Also show generic types
    Nytra committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    640439b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix crashing

    paradoxical-autumn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    141eaa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from paradoxical-autumn/main

    fix crashing with UserFromUserRef
    Xlinka authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5f74d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    8d842fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c4005 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from Nytra/main

    Add IsValidGenericTypeDriver, StringToTypeDriver, TypeFeedItem and TypeItemInterface, rework ComponentsDataFeed to use those for the component library
    Xlinka authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    09f5737 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update for Type Management

    Nytra committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    84d16df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from Nytra/main

    Update for Type Management
    Xlinka authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    54fc756 View commit details
    Browse the repository at this point in the history