MantisBT - Zandronum
View Issue Details
0004187Zandronum[All Projects] Bugpublic2024-01-22 06:312024-04-05 23:23
Ru5tK1ng 
 
normalminoralways
resolvedfixed 
3.1 
3.23.2 
0004187: Hexen actors will send warnings to clients
Since Hexen has more dynamic props and unique behavior, there are instances where clients will be told to either explode a missile they don't know or set flags on an unknown actor. I'll use this ticket to compile all the issues.
Start a server and join a client with cl_showwarnings 1.

A) Pottery: On map01 break the pot in front of you
B) Glass Shards: Map01 break the glass as the fighter.
C) Hanging Corpse: On anymap summon ZCorpseLynchedNoHeart and let the blood drip.
D) Bats: On MAP09 walk forward then right to activate the bat spawner.
E) Wendigo: On anymap summon IceGuy then immediate kill it.
F) Wendigo: If you get swarmed by many, the Wisps may not spawn and the server will instruct to explode them.
G) Wall Projectiles: On map01 stand in of the walls that shoot fire balls.
H) Fog Spawners: Kill all monsters on map09 then observe movething warnings.
I) Spike Pillars: Map10 observe the explode warnings at level start.
J) Thing_ProjectileGravity: Map27 kill Heresiarch or puke script 19.
K) Wraiths: Go to map35 and engage the wraiths.
No tags attached.
diff hexenactors.diff (10,941) 2024-01-28 01:50
/tracker/file_download.php?file_id=2895&type=bug
Issue History
2024-01-22 06:31Ru5tK1ngNew Issue
2024-01-23 05:32Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14040#r14040
2024-01-23 05:33Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14041#r14041
2024-01-24 04:31Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14042#r14042
2024-01-24 04:44Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14043#r14043
2024-01-24 05:21Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14044#r14044
2024-01-24 05:23Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14045#r14045
2024-01-27 06:28Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14056#r14056
2024-01-28 01:50Ru5tK1ngFile Added: hexenactors.diff
2024-01-28 01:50Ru5tK1ngNote Added: 0023014
2024-01-28 01:50Ru5tK1ngStatusnew => needs review
2024-01-28 01:50Ru5tK1ngTarget Version => 3.2
2024-03-09 08:43Ru5tK1ngNote Added: 0023318
2024-03-24 21:25Ru5tK1ngNote Added: 0023490
2024-03-24 21:25Ru5tK1ngStatusneeds review => needs testing
2024-04-05 23:23Ru5tK1ngNote Added: 0023518
2024-04-05 23:23Ru5tK1ngStatusneeds testing => resolved
2024-04-05 23:23Ru5tK1ngResolutionopen => fixed
2024-04-05 23:23Ru5tK1ngFixed in Version => 3.2

Notes
(0023014)
Ru5tK1ng   
2024-01-28 01:50   
I have uploaded a patch that resolves most of these issues.
(0023318)
Ru5tK1ng   
2024-03-09 08:43   
Merge request:

'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/45 [^]'
(0023490)
Ru5tK1ng   
2024-03-24 21:25   
This was merged in:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/0cafa51c77e60bf1e0a21ef5e0d68cfdcd9b9e52 [^]'

Everything should be resolved except for item E.
(0023518)
Ru5tK1ng   
2024-04-05 23:23   
Pulled the latest changes and all of the messages were gone except for E. This issue will be addressed in a future bug report that'll have a list of the remaining actors that cause warnings.