MantisBT - Zandronum | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0003315 | Zandronum | [All Projects] Bug | public | 2017-10-28 01:43 | 2020-04-11 01:35 |
| Reporter | Leonard | ||||
| Assigned To | Leonard | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 3.0 | ||||
| Target Version | 3.1 | Fixed in Version | 3.1 | ||
| Summary | 0003315: Incorrect ticking routine for players on servers | ||||
| Description | In ZDoom, the following happens: -P_PlayerThink is called for every players (which ticks the psprites which is responsible for doing the hitscan attacks and so on) -Only then are the DThinkers ticked which ticks the players mobj which makes them move However in Zandronum this does not hold true, the players mobj are ticked directly after P_PlayerThink is called effectively making any hitscan attacks called by the next players potentially miss a given body. | ||||
| Steps To Reproduce | Using the debug commit and the test wad referenced in 0002859:0018627: -host a server on MAP01 (no need to enable sv_unlagged_debugactors) -connect and join 2 clients locally (it is important to test this with no ping so as to not run into issue 0003316) -make sure to have cl_ticsperupdate on 1 so as to not run into 0003317 -additionally you can connect an extra third client to make sure of what happens -align them horizontally and try to shoot each other: if the player you're trying to shoot ticks before you do, you will completely miss him even if this is a local connection and no ping is involved | ||||
| Additional Information | After the fix, trying to reproduce the bug using the steps above is impossible. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2017-10-28 01:43 | Leonard | New Issue | |||
| 2017-10-28 01:43 | Leonard | Status | new => assigned | ||
| 2017-10-28 01:43 | Leonard | Assigned To | => Leonard | ||
| 2017-10-28 01:55 | Leonard | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=11204#r11204 | ||
| 2017-10-29 16:43 | Leonard | Note Added: 0018650 | |||
| 2017-10-29 16:43 | Leonard | Status | assigned => needs review | ||
| 2017-11-06 16:47 | Leonard | Note Added: 0018813 | |||
| 2017-11-06 16:47 | Leonard | Status | needs review => needs testing | ||
| 2020-04-11 01:35 | Ru5tK1ng | Note Added: 0021263 | |||
| 2020-04-11 01:35 | Ru5tK1ng | Status | needs testing => resolved | ||
| 2020-04-11 01:35 | Ru5tK1ng | Resolution | open => fixed | ||
| 2020-04-11 01:35 | Ru5tK1ng | Fixed in Version | => 3.1 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||