MantisBT - Zandronum
View Issue Details
0002080Zandronum[All Projects] Bugpublic2015-01-24 20:352018-09-30 21:37
RusselCS 
Dusk 
normalmajoralways
closedfixed 
MicrosoftWindowsXP/Vista/7
2.0-beta 
2.12.1 
0002080: Multi-tracked NSFs won't play specified tracks when called from the server.
When playing online, music changes called from the server do not change to a specified track. This happens with both the changemus ccmd and the SetMusic function.
1) Run a server using the 2.0 beta and the test wad
2) Walk through the door on the left, the music should change to track 0
3) Enter the triangle in the back of the room to reset the music
4) Walk through the other door, the music should also change to track 0, but say it was changed to track 1.

When loading offline, step four should result in a different track.
No tags attached.
has duplicate 0000952closed  Changing music with pattern serverside is not working 
? issue_NSFTrack.wad (106,869) 2015-01-24 20:35
/tracker/file_download.php?file_id=1396&type=bug
Issue History
2015-01-24 20:35RusselCSNew Issue
2015-01-24 20:35RusselCSFile Added: issue_NSFTrack.wad
2015-01-24 20:37DuskAssigned To => Dusk
2015-01-24 20:37DuskStatusnew => assigned
2015-01-24 20:37DuskNote Added: 0011520
2015-02-15 21:08DuskTarget Version => 2.0
2015-03-16 01:28DuskNote Added: 0011836
2015-03-16 01:28DuskStatusassigned => needs review
2015-03-29 20:23DuskTarget Version2.0 => 2.1
2015-05-24 12:14Torr SamahoNote Added: 0012364
2015-05-24 12:14Torr SamahoStatusneeds review => feedback
2015-05-24 14:18DuskNote Added: 0012367
2015-05-24 14:18DuskStatusfeedback => needs review
2015-05-24 16:25cobaltStatusneeds review => needs testing
2015-05-24 16:25cobaltSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7139#r7139
2015-05-24 16:25cobaltNote Added: 0012369
2015-05-26 22:02WaTaKiDNote Added: 0012423
2015-05-26 22:03WaTaKiDStatusneeds testing => resolved
2015-05-26 22:03WaTaKiDResolutionopen => fixed
2015-05-26 22:03WaTaKiDFixed in Version => 2.1
2015-05-26 22:03WaTaKiDSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7198#r7198
2015-09-10 11:19DuskRelationship addedhas duplicate 0000952
2018-09-30 21:37Blzut3Statusresolved => closed

Notes
(0011520)
Dusk   
2015-01-24 20:37   

<@Dusk> yeah when the server tells clients to set music, the track is not sent
(0011836)
Dusk   
2015-03-16 01:28   
There is a pull request for this.
(0012364)
Torr Samaho   
2015-05-24 12:14   
See my comment in the pull request.
(0012367)
Dusk   
2015-05-24 14:18   
Addressed issues here:'https://bitbucket.org/crimsondusk/zandronum-sandbox-stable/commits/3da9a4494800 [^]'
(0012369)
cobalt   
2015-05-24 16:25   
Issue addressed by commit 0b74c56a6e21: - fixed: using alternative track orders with music formats with multiple tracks did not work online (fixes 2080)
Committed by Teemu Piippo [Dusk] on Sunday 24 May 2015 17:15:30

Changes in files:

 docs/zandronum-history.txt | 1 +
 src/cl_main.cpp | 5 ++++-
 src/g_game.cpp | 4 ++--
 src/p_acs.cpp | 25 +++++++++++++++++--------
 src/s_sound.cpp | 7 ++++---
 src/sv_commands.cpp | 3 ++-
 src/sv_commands.h | 2 +-
 src/sv_main.cpp | 18 ++++++++++++++----
 src/sv_main.h | 3 ++-
 9 files changed, 47 insertions(+), 21 deletions(-)

(0012423)
WaTaKiD   
2015-05-26 22:02   
this is fixed