MantisBT - Zandronum
View Issue Details
0003886Zandronum[All Projects] Bugpublic2021-05-14 20:072024-03-11 08:14
Borg 
 
normalmajoralways
resolvedfixed 
3.0 
3.23.2 
0003886: A_LookEx does NOT honor +LOOKALLAROUND
A_LookEx and more exacly 'bool P_IsVisible()' does not
honor +LOOKALLAROUND flag.

I suggest to inspect all code thats having allaround passed as argument.
I added following code to bool P_IsVisible() to fix:
if (allaround) fov = ANGLE_MAX;
No tags attached.
? test.pk3 (843) 2023-07-05 19:19
https://zandronum.com/tracker/file_download.php?file_id=2854&type=bug
Issue History
2021-05-14 20:07BorgNew Issue
2021-08-08 12:18KaminskyNote Added: 0021693
2021-08-08 12:19KaminskyNote Edited: 0021693bug_revision_view_page.php?bugnote_id=21693#r13314
2023-07-05 19:19auratoostronkNote Added: 0022861
2023-07-05 19:19auratoostronkFile Added: test.pk3
2024-02-28 20:14Ru5tK1ngNote Added: 0023096
2024-02-28 20:14Ru5tK1ngStatusnew => needs review
2024-02-28 20:14Ru5tK1ngTarget Version => 3.1
2024-02-28 20:14Ru5tK1ngTarget Version3.1 => 3.2
2024-03-10 14:46KaminskyNote Added: 0023335
2024-03-10 14:46KaminskyStatusneeds review => needs testing
2024-03-11 08:14Ru5tK1ngNote Added: 0023352
2024-03-11 08:14Ru5tK1ngStatusneeds testing => resolved
2024-03-11 08:14Ru5tK1ngResolutionopen => fixed
2024-03-11 08:14Ru5tK1ngFixed in Version => 3.2

Notes
(0021693)
Kaminsky   
2021-08-08 12:18   
(edited on: 2021-08-08 12:19)
Sorry for the long delay. Do you have a minimal example wad that reproduces this issue? Also, does it happen in GZDoom 1.8.6 as well?

(0022861)
auratoostronk   
2023-07-05 19:19   
This bug does happen in GZDoom 1.8.6 it appears
(0023096)
Ru5tK1ng   
2024-02-28 20:14   
Merge request:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/34 [^]'
(0023335)
Kaminsky   
2024-03-10 14:46   
The merge request above was pushed into the main repository:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/6fa5c7725d0f1a1b73bfc0526f7a4fb773fa1b74 [^]'
(0023352)
Ru5tK1ng   
2024-03-11 08:14   
Pulled the latest changes and the monster in the example immediately starts to attack offline and online when joining the game.