Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002558Zandronum[All Projects] Bugpublic2015-12-29 22:382018-09-30 22:13
ReporterTribeam3rd 
Assigned ToDusk 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMicrosoftOSWindowsOS VersionXP/Vista/7
Product Version3.0-beta 
Target Version3.0Fixed in Version3.0 
Summary0002558: (Online) A_RailAttack's custom particle class doesnt show from other players' perspectives.
Description'https://dl.dropboxusercontent.com/u/49758621/railbug.gif [^]'
both are shooting the same test weapon(a special weapon that constantly auto fires)

As you can see, the player can see his own special rail, but sees the normal rail from other players.


Steps To Reproduce
Download wad, host, run online, shoot pistol once, go online on another client, shoot once, see difference.

Attached Files? file icon railbug.wad [^] (898 bytes) 2015-12-29 22:38

- Relationships

-  Notes
User avatar (0014029)
Tribeam3rd (reporter)
2015-12-30 20:11

This also seems to effect A_CustomRailgun.
User avatar (0014033)
Edward-san (developer)
2016-01-01 16:48
edited on: 2016-01-01 16:49

The online railgun code is not updated to handle the new 3.0 rail parameters. Also, since each rail spawn with the parameters is commanded by the server to the clients, handling your example wad perfectly requires 35 bytes more per each railgun command: 1 parameter to change in size (the 'silent' bool -> 'railflags' int, hence 3 bytes more) + 8 more parameters int-sized), so there's going to be a problem with bandwidth...

User avatar (0014035)
Dusk (developer)
2016-01-02 13:43

'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/50 [^]'
User avatar (0014068)
cobalt (updater)
2016-01-10 20:31

Issue addressed by commit b52cc91f7b25: Made new parameters of A_RailAttack work online (fixes 2558)
Committed by Teemu Piippo [Dusk] on Saturday 02 January 2016 15:55:30

Changes in files:

 src/cl_main.cpp | 82 +++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
 src/p_map.cpp | 5 +++--
 src/sv_commands.cpp | 46 +++++++++++++++++++++++++++++++++-------------
 src/sv_commands.h | 2 +-
 4 files changed, 82 insertions(+), 53 deletions(-)

User avatar (0014088)
Ru5tK1ng (updater)
2016-01-14 00:43

Using the latest build, the test wad seems to work and I can see the custom pink rail from both points of view.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2015-12-29 22:38 Tribeam3rd New Issue
2015-12-29 22:38 Tribeam3rd File Added: railbug.wad
2015-12-30 20:11 Tribeam3rd Note Added: 0014029
2016-01-01 16:48 Edward-san Note Added: 0014033
2016-01-01 16:49 Edward-san Note Edited: 0014033 View Revisions
2016-01-01 16:49 Edward-san Status new => confirmed
2016-01-02 12:09 Dusk Assigned To => Dusk
2016-01-02 12:09 Dusk Status confirmed => assigned
2016-01-02 13:43 Dusk Note Added: 0014035
2016-01-02 13:43 Dusk Status assigned => needs review
2016-01-10 20:31 cobalt Status needs review => needs testing
2016-01-10 20:31 cobalt Target Version => 3.0
2016-01-10 20:31 cobalt Description Updated View Revisions
2016-01-10 20:31 cobalt Steps to Reproduce Updated View Revisions
2016-01-10 20:31 cobalt Note Added: 0014068
2016-01-14 00:43 Ru5tK1ng Note Added: 0014088
2016-01-14 19:38 Dusk Status needs testing => resolved
2016-01-14 19:38 Dusk Fixed in Version => 3.0
2016-01-14 19:38 Dusk Resolution open => fixed
2018-09-30 22:13 Blzut3 Status resolved => closed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker