MantisBT - Zandronum | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000580 | Zandronum | [All Projects] Bug | public | 2011-09-12 20:26 | 2018-09-30 22:12 |
Reporter | Borg | ||||
Assigned To | Dusk | ||||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 98d | ||||
Target Version | 3.0 | Fixed in Version | 3.0 | ||
Summary | 0000580: A_CheckSight() works incorrect with spectators | ||||
Description | A_CheckSight() sometimes peform a jump (player in sight) when it should not In code below, A_CheckSight(1) should jump to next frame when there are no player near by.. but if some player appears in sight, Make state should be called. Unfortunetly it does not happen always when it should. I am speaking about clear situation when player is standing near ClipSpawn and even looking at it. | ||||
Steps To Reproduce | |||||
Additional Information | actor ClipSpawnAmmo { Radius 20 Height 26 Speed 5 RenderStyle Translucent Alpha 0.5 +NOBLOCKMAP +DROPOFF states { Spawn: CLIP AAA 5 CLIP A 1 A_CheckFloor(1) wait CLIP A 50 CLIP AAA 350 CLIP A 10 A_SetTranslucent(0.0) goto Make Idle: CLIP A 10 A_CheckSight(1) goto Make CLIP A 10 loop Make: CLIP A 0 A_PlaySound("misc/spawn",CHAN_BODY) CLIP A 0 A_SpawnItem("Clip") CLIP A 350 A_SpawnItem("ItemFog") CLIP AA 350 goto Idle } } | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-09-12 20:26 | Borg | New Issue | |||
2012-01-14 16:55 | Torr Samaho | Note Added: 0002377 | |||
2012-01-14 16:55 | Torr Samaho | Status | new => feedback | ||
2012-06-09 13:22 | Torr Samaho | Category | General => Bug | ||
2015-11-17 22:21 | Borg | Note Added: 0013840 | |||
2015-11-17 22:21 | Borg | Status | feedback => new | ||
2015-11-18 20:31 | Dusk | Note Added: 0013848 | |||
2015-11-18 21:32 | Borg | Note Added: 0013849 | |||
2016-01-12 11:54 | Dusk | Assigned To | => Dusk | ||
2016-01-12 11:54 | Dusk | Status | new => assigned | ||
2016-01-12 11:55 | Dusk | Note Added: 0014076 | |||
2016-01-12 19:12 | cobalt | Status | assigned => needs testing | ||
2016-01-12 19:12 | cobalt | Target Version | => 3.0 | ||
2016-01-12 19:12 | cobalt | Description Updated | bug_revision_view_page.php?rev_id=8420#r8420 | ||
2016-01-12 19:12 | cobalt | Additional Information Updated | bug_revision_view_page.php?rev_id=8422#r8422 | ||
2016-01-12 19:12 | cobalt | Note Added: 0014079 | |||
2016-01-24 19:16 | Ru5tK1ng | Note Added: 0014178 | |||
2016-01-31 21:45 | Ru5tK1ng | Status | needs testing => resolved | ||
2016-01-31 21:45 | Ru5tK1ng | Resolution | open => fixed | ||
2016-01-31 21:45 | Ru5tK1ng | Fixed in Version | => 3.0 | ||
2016-01-31 21:45 | Ru5tK1ng | Description Updated | bug_revision_view_page.php?rev_id=8610#r8610 | ||
2016-01-31 21:45 | Ru5tK1ng | Additional Information Updated | bug_revision_view_page.php?rev_id=8611#r8611 | ||
2018-09-30 22:12 | Blzut3 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|