MantisBT - Zandronum
View Issue Details
0001124Zandronum[All Projects] Bugpublic2012-10-14 00:352018-09-30 23:11
unknownna 
Edward-san 
normalminoralways
closedfixed 
1.0 
1.42.0 
0001124: Door_CloseWaitOpen plays wrong sound online
It doesn't play the close sound online.
1. zandronum.exe -file door_closewaitopen_01.wad -host
2. Connect a client to the server and join the game.
3. Go through the door.
No tags attached.
? door_closewaitopen_01.wad (1,854) 2012-10-14 00:35
/tracker/file_download.php?file_id=810&type=bug
Issue History
2012-10-14 00:35unknownnaNew Issue
2012-10-14 00:35unknownnaFile Added: door_closewaitopen_01.wad
2012-10-14 00:35unknownnaStatusnew => confirmed
2014-12-29 00:29Edward-sanAssigned To => Edward-san
2014-12-29 00:29Edward-sanStatusconfirmed => assigned
2014-12-29 00:29Edward-sanNote Added: 0011115
2014-12-29 00:29Edward-sanStatusassigned => needs review
2014-12-29 17:19cobaltStatusneeds review => needs testing
2014-12-29 17:19cobaltTarget Version => 1.4
2014-12-29 17:19cobaltSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6194#r6194
2014-12-29 17:19cobaltNote Added: 0011129
2015-01-01 18:13ArcoNote Added: 0011174
2015-01-01 18:13ArcoStatusneeds testing => resolved
2015-01-01 18:13ArcoFixed in Version => 2.0
2015-01-01 18:13ArcoResolutionopen => fixed
2018-09-30 23:11Blzut3Statusresolved => closed

Notes
(0011115)
Edward-san   
2014-12-29 00:29   
Pull request'd a fix.
(0011129)
cobalt   
2014-12-29 17:19   
Issue addressed by commit d4b5ff0b1034: - Fixed: The server did not inform the clients correctly about the type of the door action, making the clients hear the wrong door sound. (fixes 1124)
Committed by edward_san [edward-san] on Monday 29 December 2014 01:25:11

Changes in files:
 docs/zandronum-history.txt | 1 +
 src/cl_main.cpp | 6 +++++-
 src/p_doors.cpp | 6 +++---
 src/sv_commands.cpp | 3 ++-
 src/sv_commands.h | 2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)
(0011174)
Arco   
2015-01-01 18:13   
Issue fixed in r150101-1703.