MantisBT - Zandronum
View Issue Details
0000807Zandronum[All Projects] Bugpublic2012-04-23 14:452024-06-01 02:55
Dusk 
 
normalminoralways
resolvedfixed 
1.0-beta 
3.23.2 
0000807: MF_SPAWNSOUNDSOURCE not respected online
While fixing 0000802, I noticed that the MF_SPAWNSOUNDSOURCE flag is not respected online. This affects the Mage's Sapphire Wand (the starting weapon).

The weapon fires a projectile, and the sound is the projectile's see sound. MF_SPAWNSOUNDSOURCE causes the see sound to be played on the mage. Online, however, it plays the sound on the projectile instead.
Hexen
Issue History
2012-04-23 14:45DuskNew Issue
2012-04-23 14:45DuskStatusnew => assigned
2012-04-23 14:45DuskAssigned To => Dusk
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2013-09-27 10:39DuskStatusassigned => confirmed
2024-03-20 04:08Ru5tK1ngNote Added: 0023435
2024-03-20 04:08Ru5tK1ngAssigned ToDusk =>
2024-03-20 04:08Ru5tK1ngStatusconfirmed => needs review
2024-03-24 23:10Ru5tK1ngNote Added: 0023492
2024-03-24 23:10Ru5tK1ngStatusneeds review => needs testing
2024-03-24 23:10Ru5tK1ngTarget Version => 3.2
2024-04-05 23:30Ru5tK1ngNote Added: 0023519
2024-04-05 23:30Ru5tK1ngStatusneeds testing => resolved
2024-04-05 23:30Ru5tK1ngResolutionopen => fixed
2024-04-05 23:30Ru5tK1ngFixed in Version => 3.2
2024-04-08 17:57Ru5tK1ngStatusresolved => feedback
2024-04-08 17:57Ru5tK1ngResolutionfixed => reopened
2024-04-08 17:58Ru5tK1ngNote Added: 0023550
2024-04-08 17:58Ru5tK1ngStatusfeedback => confirmed
2024-04-08 17:58Ru5tK1ngFixed in Version3.2 =>
2024-04-11 19:32Ru5tK1ngNote Added: 0023600
2024-04-11 19:32Ru5tK1ngStatusconfirmed => needs review
2024-04-21 21:27Ru5tK1ngNote Added: 0023635
2024-04-21 21:28Ru5tK1ngStatusneeds review => needs testing
2024-06-01 02:55unknownnaNote Added: 0023740
2024-06-01 02:55unknownnaStatusneeds testing => resolved
2024-06-01 02:55unknownnaResolutionreopened => fixed
2024-06-01 02:55unknownnaFixed in Version => 3.2

Notes
(0023435)
Ru5tK1ng   
2024-03-20 04:08   
Should be fixed with:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/73/diffs [^]'
(0023492)
Ru5tK1ng   
2024-03-24 23:10   
This was merged in:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/1a8a5f5d76eb17e2f7b70613bd320c5be06a987f [^]'
(0023519)
Ru5tK1ng   
2024-04-05 23:30   
Pulled the latest changes and the sound is now played at the mage online.
(0023550)
Ru5tK1ng   
2024-04-08 17:58   
Since the change was partially reverted, this is no longer resolved.
(0023600)
Ru5tK1ng   
2024-04-11 19:32   
This change should be less problematic:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/102 [^]'
(0023635)
Ru5tK1ng   
2024-04-21 21:27   
Fix was merged in:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/03f53fe326c7f9224bab32a1f5ac58b356b75144 [^]'
(0023740)
unknownna   
2024-06-01 02:55   
The fix works, the sound is played from the player now. Thanks.