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

Improve player vehicle enter behaviour #725

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

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

Merging #725 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #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
Impacted Files Coverage Δ
rwengine/src/script/ScriptMachine.cpp 0% <ø> (ø) ⬆️
rwengine/src/objects/VehicleObject.hpp 0% <ø> (ø) ⬆️
rwengine/src/objects/CharacterObject.cpp 13.25% <0%> (ø) ⬆️
rwengine/src/objects/VehicleObject.cpp 11.34% <0%> (-0.14%) ⬇️
rwengine/src/ai/CharacterController.cpp 7.55% <0%> (-0.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51b7264...91ce43c. Read the comment docs.

@seeseemelk seeseemelk changed the title Vehicle enter pr Improve player vehicle enter behaviour Oct 1, 2019
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.

None yet

3 participants