MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0004061 | Zandronum | [All Projects] Bug | public | 2022-12-19 04:59 | 2024-04-09 04:20 |
|
Reporter | Kaminsky | |
Assigned To | Kaminsky | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.2 | |
Target Version | 3.2 | Fixed in Version | 3.2 | |
|
Summary | 0004061: Free chasecam gets "locked" while you're dead. |
Description | If you die while using the free chasecam, you will be unable to move the view around the actor that you're spying on. This is because in P_PlayerThink, their angle/pitch are updated based on input only when they're not dead.
If they're dead, then P_PlayerThink calls P_DeathThink which changes the player's angle/pitch to gradually face towards the actor that killed them instead. |
Steps To Reproduce | 1. Start an offline multiplayer game with at least one bot.
2. Spy on the bot with the chasecam and "cl_freechase" enabled.
3. Type "kill" in the console.
4. You are now unable to move your view around the bot until you respawn. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-12-19 04:59 | Kaminsky | New Issue | |
2022-12-19 04:59 | Kaminsky | Status | new => assigned |
2022-12-19 04:59 | Kaminsky | Assigned To | => Kaminsky |
2024-03-10 14:40 | Kaminsky | Note Added: 0023333 | |
2024-03-10 14:40 | Kaminsky | Status | assigned => needs review |
2024-03-24 21:21 | Ru5tK1ng | Note Added: 0023488 | |
2024-03-24 21:22 | Ru5tK1ng | Status | needs review => needs testing |
2024-04-09 04:20 | Ru5tK1ng | Note Added: 0023575 | |
2024-04-09 04:20 | Ru5tK1ng | Status | needs testing => resolved |
2024-04-09 04:20 | Ru5tK1ng | Resolution | open => fixed |
2024-04-09 04:20 | Ru5tK1ng | Fixed in Version | => 3.2 |