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

Add Gravity Scripting #33

Merged
merged 51 commits into from
Jul 30, 2023
Merged

Add Gravity Scripting #33

merged 51 commits into from
Jul 30, 2023

Commits on Jul 24, 2023

  1. Add Gravity

    STREGA committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5abcc08 View commit details
    Browse the repository at this point in the history
  2. Update Gravity.swift

    STREGA committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1596e13 View commit details
    Browse the repository at this point in the history
  3. Fix Gravity testing

    STREGA committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d2bf1af View commit details
    Browse the repository at this point in the history
  4. Add Gravity tests

    STREGA committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    64d3a84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8bb494 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    abccbf1 View commit details
    Browse the repository at this point in the history
  2. Add bug warning

    STREGA committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    969b2bf View commit details
    Browse the repository at this point in the history
  3. Fix target path

    STREGA committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b5dbdb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Continue adding Gravity

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d56d95a View commit details
    Browse the repository at this point in the history
  2. Fix Gravity tests

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    955f70c View commit details
    Browse the repository at this point in the history
  3. Fix Gravity module tests

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b1f504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd691f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a0fb68 View commit details
    Browse the repository at this point in the history
  6. Update Gravity+Files.swift

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    36741f0 View commit details
    Browse the repository at this point in the history
  7. Remove resolvingSymlinksInPath

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d0ebc8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47790fa View commit details
    Browse the repository at this point in the history
  9. Revert "Add xctest bundles to resource search"

    This reverts commit 47790fa.
    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7b99035 View commit details
    Browse the repository at this point in the history
  10. Remove dummy tests

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1133309 View commit details
    Browse the repository at this point in the history
  11. Improve errors

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    78b336b View commit details
    Browse the repository at this point in the history
  12. Only check for xrOS if 5.9+

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c8a0b14 View commit details
    Browse the repository at this point in the history
  13. Make macro WASI specific

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    44afec2 View commit details
    Browse the repository at this point in the history
  14. Add test resources

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    34d2e25 View commit details
    Browse the repository at this point in the history
  15. Convert to OptionSet

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    452a076 View commit details
    Browse the repository at this point in the history
  16. Simplify tests

    STREGA committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    74fba09 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28480f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    a6ee6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3afe7 View commit details
    Browse the repository at this point in the history
  3. Enable upcoming Swift features

    STREGA committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a274dee View commit details
    Browse the repository at this point in the history
  4. Add gravity

    STREGA committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f29195b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a664e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Remove unsafe concurrency hack

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4408657 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d20abe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f4b26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad75c9b View commit details
    Browse the repository at this point in the history
  5. Fix UIKit errors

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    085a481 View commit details
    Browse the repository at this point in the history
  6. Fix WASI errors

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    827f24c View commit details
    Browse the repository at this point in the history
  7. Fix Windows errors

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    79c343a View commit details
    Browse the repository at this point in the history
  8. Disable gravity unit tests

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    299cafd View commit details
    Browse the repository at this point in the history
  9. Fix Windows error

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6d3f02c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea26bfa View commit details
    Browse the repository at this point in the history
  11. Fix HTML5 bug

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    537b2e0 View commit details
    Browse the repository at this point in the history
  12. Fix Quaternion bug

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e06c60d View commit details
    Browse the repository at this point in the history
  13. Adjust documentation

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    879d116 View commit details
    Browse the repository at this point in the history
  14. Fix math issues

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3864c9b View commit details
    Browse the repository at this point in the history
  15. Fix search path bug

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    36441ea View commit details
    Browse the repository at this point in the history
  16. Fix gravity unit tests

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6b731a0 View commit details
    Browse the repository at this point in the history
  17. Adjust tests

    STREGA committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    50a2887 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Adjust test setup

    STREGA committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    971b5df View commit details
    Browse the repository at this point in the history
  2. Disable gravity tests for HTML5

    Will solve this at a later time.
    Issue: #36
    STREGA committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7e92c61 View commit details
    Browse the repository at this point in the history
  3. Revert Package change

    STREGA committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    fc79c48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05d46dc View commit details
    Browse the repository at this point in the history