Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Merge upstream #1

Open
wants to merge 103 commits into
base: main
Choose a base branch
from
Open

Merge upstream #1

wants to merge 103 commits into from

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    b4d2871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee15479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f0da8 View commit details
    Browse the repository at this point in the history
  4. Fix first doctest

    scrblue committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    e43603b View commit details
    Browse the repository at this point in the history
  5. Fix second doctest

    scrblue committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    9a64f47 View commit details
    Browse the repository at this point in the history
  6. Fix clippy lint

    scrblue committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    ac998fd View commit details
    Browse the repository at this point in the history
  7. Fix typo

    scrblue committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    db21318 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from scrblue/main

    Add example and fix tests
    bonsairobo authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    58a1f57 View commit details
    Browse the repository at this point in the history
  9. re-generate the README

    bonsairobo committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    a13c594 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18946d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    746fe65 View commit details
    Browse the repository at this point in the history
  2. Update comment

    rivertam committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a4bf74d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from rivertam/main

    Scale wheel event value according to whether they're lines or pixels
    bonsairobo authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    fb41a44 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Fix #6

    Clamps the orbit radius to a range that doesn't break Vec3::normalize
    bonsairobo committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6c4e76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b936de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    7173c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a74a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. upgrade to bevy 0.6

    bonsairobo committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ec65c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9599af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383de21 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. fix docs.rs badge link

    bonsairobo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    42d3318 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. upgrade bevy

    bonsairobo committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3546fdd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. merge with upstream bevy

    bonsairobo committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    c301ac9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. upgrade to bevy 0.6.1

    bonsairobo committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    1342083 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. use bevy main

    bonsairobo committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    c14f16d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Ignore .idea files

    dtaralla committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bd34f67 View commit details
    Browse the repository at this point in the history
  2. Make unreal module follow all UE4 controls

    It should be possible to hold Right mouse button to orbit the view while using WASD to navigate in the scene. A few cases were not handled properly on the UX perspective.
    In particular:
    - Left mouse drag: Locomotion
    - Right mouse drag: Rotate camera
    - Left and Right mouse drag: Pan camera
    - Left and Right or Middle mouse drag: Pan camera
    - While holding any mouse button, use A/D for panning left/right, Q/E for panning up/down
    - While holding any mouse button, use W/S for locomotion forward/backward
    - While holding any mouse button, use scroll wheel to increase/decrease locomotion and panning speeds
    - While holding no mouse button, use scroll wheel for locomotion forward/backward
    dtaralla committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    49984a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be89771 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge pull request #10 from dtaralla/improve_unreal_controls

    Match UE4 viewport controls for unreal module
    bonsairobo authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b76d366 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    ad5ba7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mattatz/enable_multiple_controllers

    Enable multiple controllers by using only active one.
    mattatz authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    bf1a778 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Merge pull request #15 from mattatz/enable_multiple_controllers

    Enable multiple controllers by using only active one.
    bonsairobo authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    830caad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from exjam/unreal_missing_pub

    Add missing pub for UnrealCameraController for override input system.
    bonsairobo authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f0e907a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. upgrade to bevy 0.7

    bonsairobo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    6935ee3 View commit details
    Browse the repository at this point in the history
  2. update version

    bonsairobo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    5fde016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    750e4bd View commit details
    Browse the repository at this point in the history
  4. update readme

    bonsairobo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    e1c3bbc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Allow pausing smoothing/interpolation

    This is to allow external system to pause the automatic smoothing and let them control the Eye/Target themselves. When they give back control, the smoother shouldn't animate either. Finally, fix "up" vector always set to Vec::Y for all LookTransform. Indeed, the resulting transform from external system might have another up vector and we shouldn't break continuity when getting the control back.
    dtaralla committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    1acf2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857ff51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e93b29e View commit details
    Browse the repository at this point in the history
  4. Reduce bevy dependencies

    Shatur committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    57b7cb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from gardum-game/reduce-dependencies

    Reduce bevy dependencies
    bonsairobo authored Apr 17, 2022
    Configuration menu
    Copy the full SHA
    27dadfe View commit details
    Browse the repository at this point in the history
  6. bump version

    bonsairobo committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5ddb945 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    586b93d View commit details
    Browse the repository at this point in the history
  2. Coding style

    dtaralla committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    69b0b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Merge pull request #12 from dtaralla/allow_pausing_interpolation

    Allow pausing interpolation
    bonsairobo authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2cb9a0a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    1564832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228241a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c014d3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9178872 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Merge pull request #20 from mattatz/enable_reset_smoother

    Enable to reset a transform in Smoother.
    bonsairobo authored May 18, 2022
    Configuration menu
    Copy the full SHA
    81a420a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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

Commits on May 28, 2022

  1. Merge pull request #21 from Neo-Zhixing/main

    Remove dependency on bevy_render
    bonsairobo authored May 28, 2022
    Configuration menu
    Copy the full SHA
    ed50679 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. upgrade to bevy 0.8

    bonsairobo committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    a1095b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. bump minor version

    bonsairobo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    bd6ab5b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Nov 7, 2022

  1. upgrade to bevy 0.9-dev

    olegomon committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    730b428 View commit details
    Browse the repository at this point in the history
  2. update README.md

    olegomon committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cbe0da0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

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

Commits on Nov 14, 2022

  1. Merge pull request #26 from olegomon/main

    Bevy 0.9 Update
    bonsairobo authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1388352 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. update readme

    bonsairobo committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ed9eb84 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 25, 2023

  1. Merge pull request #27 from J-F-Liu/main

    Allow camera use different up directions
    bonsairobo authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fb54f26 View commit details
    Browse the repository at this point in the history
  2. fix clippy lint

    bonsairobo committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    babd9c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    5a4d67e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from Ababwa/clone_bundle

    Make LookTransformBundle and Smoother clone-able
    bonsairobo authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bd33a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update code to use bevy 0.10.0

    Used the guide
    https://bevyengine.org/learn/book/migration-guides/0.9-0.10/
    
    Arbitrarily picked 4 subdivisions
    for the planes in examples
    samoylovfp committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c66a687 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from samoylovfp/bevy-0.10.0

    Update code to use bevy 0.10.0
    bonsairobo authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    838bf51 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. add intradoc links

    bonsairobo committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    0d03da2 View commit details
    Browse the repository at this point in the history
  2. generate README

    bonsairobo committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    ffda9af View commit details
    Browse the repository at this point in the history
  3. bump version to 0.8.0

    bonsairobo committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    823ec7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd9ff5 View commit details
    Browse the repository at this point in the history
  5. make serde optional

    bonsairobo committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    518038c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 26, 2023

  1. Merge pull request #35 from oscrim/target-translation-bugfix

    Fix target translation bug in orbital camera
    bonsairobo authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bc93f67 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update for bevy 0.11.0

    wizzeh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    90b1c75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from wizzeh/update-to-0.11.0

    Update for bevy 0.11.0
    bonsairobo authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ed8ba36 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. bump minor version

    prep for release that supports bevy 0.11
    bonsairobo committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    588441a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix tests and examples

    bonsairobo committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1715217 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

  1. Testing serde

    kylemiller3 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    66564ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kylemiller3/test

    Fix serde
    kylemiller3 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1f9b815 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request #40 from kylemiller3/main

    Implemented appropriate reflections
    bonsairobo authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    02da642 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    c890d14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from musjj/patch-1

    Make `look_transform_system` public
    bonsairobo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2947db4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. unreal camera should use up

    mwbryant committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7d33756 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from mwbryant/main

    UnrealCamera should use LookTransform up value
    bonsairobo authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    499659c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. add rust-toolchain.toml

    bonsairobo committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3a4b826 View commit details
    Browse the repository at this point in the history
  2. add flake.nix

    bonsairobo committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6ee50e6 View commit details
    Browse the repository at this point in the history
  3. upgrade to bevy 0.12

    bonsairobo committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    12f07d6 View commit details
    Browse the repository at this point in the history
  4. bump to version 0.10.0

    bonsairobo committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7fa07bd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Bevy 0.13

    dgsantana committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1cc527b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c78f6e View commit details
    Browse the repository at this point in the history
  3. Missing save

    dgsantana committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2b53b71 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from dgsantana/main

    Bevy 0.13
    bonsairobo authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d1ab286 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    335638e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. typo in example code

    EmiOnGit authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    22be186 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from EmiOnGit/patch-1

    Fix typo in example code
    bonsairobo authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ed68edb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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

Commits on Jul 8, 2024

  1. Merge pull request #48 from JohnathanFL/feat/bevy-0.14

    Update to Bevy 0.14, Rust 1.79
    bonsairobo authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    414fa90 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix cargo test

    bonsairobo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    79d0d1c View commit details
    Browse the repository at this point in the history