Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qhdwight/bevy_fps_controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: qhdwight/bevy_fps_controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 5 files changed
  • 6 contributors

Commits on Jul 15, 2023

  1. Update to Bevy 0.11.0 (#23)

    * Update to Bevy 0.11.0
    
    * Undo formatting changes
    codybloemhard authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2054b05 View commit details
    Browse the repository at this point in the history
  2. Bump version

    qhdwight committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c6e47b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Made controller render more efficient and added CameraConfig (#25)

    * * Made controller render more efficient
    * Added CameraConfig for more configurability
    
    * Updated example
    FastestMolasses authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    580a3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    138a060 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.3

    qhdwight committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7007b1a View commit details
    Browse the repository at this point in the history
  4. Bump Cargo.lock

    qhdwight committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    db8aec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Initial update to Bevy 12.1 (#27)

    * updated to bevy 12.1 and bevy_rapier3d 23.0
    
    * forgot to add toml
    
    * fixed toi details unwrap
    
    * fixed example
    Zrocket authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    42a3fb0 View commit details
    Browse the repository at this point in the history
  2. Reschedule move systems to run after inputs (#24)

    * moved the systems to First in the schedule
    
    * made Plugin runs after bevy input systems
    Threadzless authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    3ab0341 View commit details
    Browse the repository at this point in the history
  3. Bump version, fix failed unwrap on toi details on overhang, .iter()=>…

    ….read() for events, remove uneeded id on logical player, format
    qhdwight committed Dec 23, 2023
    1 Configuration menu
    Copy the full SHA
    e9e9fbf View commit details
    Browse the repository at this point in the history
  4. Update README

    qhdwight committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c891b88 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    a3e6ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71623b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update to Bevy 0.14 (#41)

    * Update to Bevy 0.14 rc, use a cylinder collider in the example instead of a capsule, make step functionality work much better
    
    * Disable debug rendering for now
    
    * Fix jump bug along wall
    
    * Add more descriptive error messages, increase tolerance on crouching against slopes
    
    * Update to Bevy 0.14 and Rapier 0.27
    qhdwight authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    63d3195 View commit details
    Browse the repository at this point in the history
  2. Update readme

    qhdwight committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6cb13a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Upgrade to Bevy v0.15 (#44)

    * Initial upgrade
    
    * Make compile
    
    * Add in camera, you probably need that
    
    * Typo
    
    * Fix test
    qhdwight committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    a2ed29b View commit details
    Browse the repository at this point in the history
Loading