Skip to content

Conversation

@seeseemelk
Copy link

Like the exit vehicle pull request, this one improves entering a vehicle

The implementation of the vehicle enter behaviour was extremely
buggy and would sometimes cause the player to get stuck in an animation.

This patch brings the behaviour more inline with the actual game
behaviour, although it is still not completely correct.
@codecov
Copy link

codecov bot commented Sep 30, 2019

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Project coverage is 18.11%. Comparing base (51b7264) to head (91ce43c).
Report is 42 commits behind head on main.

Files with missing lines Patch % Lines
rwengine/src/ai/CharacterController.cpp 0.00% 10 Missing and 2 partials ⚠️
rwengine/src/objects/VehicleObject.cpp 0.00% 9 Missing ⚠️
rwengine/src/objects/CharacterObject.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #725      +/-   ##
==========================================
- Coverage   18.12%   18.11%   -0.02%     
==========================================
  Files         252      252              
  Lines       22938    22958      +20     
  Branches     5769     5776       +7     
==========================================
  Hits         4158     4158              
- Misses      17659    17677      +18     
- Partials     1121     1123       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seeseemelk seeseemelk changed the title Vehicle enter pr Improve player vehicle enter behaviour Oct 1, 2019
@okias
Copy link
Contributor

okias commented Nov 27, 2024

Tested-by.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants