Mitchell Richters
|
1da71c3ca8
|
- Rename DCorePlayer::StrafeVel to DCorePlayer::RollVel as it better matches its usage.
|
2024-01-05 20:59:28 +11:00 |
|
Mitchell Richters
|
98046afa28
|
- Consolidate player coord stat/CCMD into coreplayer.cpp .
|
2023-12-05 22:39:31 +01:00 |
|
Mitchell Richters
|
1c725377ea
|
- Interalise slope tilting checks for DCorePlayer::doViewPitch() .
|
2023-12-05 22:39:31 +01:00 |
|
Mitchell Richters
|
59366d3ffc
|
- Internalise player velocity setup for DCorePlayer::doRollInput() .
* Would have been nice to have this constexpr, but can only do that when we switch to C++20.
|
2023-12-05 22:39:30 +01:00 |
|
Mitchell Richters
|
ce75f7d7ef
|
- Internalise player InputPacket access.
|
2023-12-05 22:39:30 +01:00 |
|
Mitchell Richters
|
531c95c7ca
|
- Move PlayerAngles class directly into DCorePlayer .
* No refactoring around it yet.
* The #includes could use some cleaning up...
|
2023-12-05 22:39:30 +01:00 |
|