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

Update to Bevy 0.12 #206

Merged
merged 24 commits into from
Mar 12, 2024
Merged

Update to Bevy 0.12 #206

merged 24 commits into from
Mar 12, 2024

Commits on Feb 13, 2024

  1. Skeleton of Bevy 0.12 migration

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    57086ba View commit details
    Browse the repository at this point in the history
  2. Migrate off stdweb

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7049759 View commit details
    Browse the repository at this point in the history
  3. WIP: Remove OSMTile AssetSource variant

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b770769 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Migrate SDF loader to spawn scenes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    45b4771 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bc04191 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Port aabb code

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d5d3295 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Minor cleanup, fix wasm

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b7d6fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix web action, cleanup deps

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6b0a837 View commit details
    Browse the repository at this point in the history
  2. Move asset plugins

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2b2d6ed View commit details
    Browse the repository at this point in the history
  3. First round of warning cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c9f5a30 View commit details
    Browse the repository at this point in the history
  4. Second pass on warnings

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5f1ef8f View commit details
    Browse the repository at this point in the history
  5. Last pass at cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f98a8c4 View commit details
    Browse the repository at this point in the history
  6. Fix CI

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    27ee092 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/main' into luca/bevy_0.12

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    be91b31 View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    877e521 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Fix model preview in workcell editor mode

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f1b7ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Remove git versions of dependencies

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f396a39 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix dependencies

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    eeaf7d6 View commit details
    Browse the repository at this point in the history
  2. Unused import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    43f7983 View commit details
    Browse the repository at this point in the history
  3. Fix georeference, incapsulate asset loading plugins

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    24c1c72 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge branch 'main' into luca/bevy_0.12

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    18db90c View commit details
    Browse the repository at this point in the history
  2. Fix camera layer settings for orthographic mode

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ab567f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Address feedback

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3ab3f03 View commit details
    Browse the repository at this point in the history
  2. Further example

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3b863f8 View commit details
    Browse the repository at this point in the history