MantisBT - Zandronum
View Issue Details
0001575Zandronum[All Projects] Suggestionpublic2013-11-10 19:492018-09-30 22:37
jwaffe 
Dusk 
nonefeatureN/A
closedfixed 
MicrosoftWindowsXP/Vista/7
1.2 
3.0 
0001575: Backport SpawnDecal? (zDoom 2.7.1)
'http://zdoom.org/wiki/SpawnDecal [^]'

I'm not sure how hard this would be to implement, figured it doesn't hurt to ask.
No tags attached.
child of 0002172closed Torr Samaho Upgrade GZDoom base to 1.8.6 
? spawndecaltest.pk3 (650) 2015-09-10 20:29
/tracker/file_download.php?file_id=1648&type=bug
Issue History
2013-11-10 19:49jwaffeNew Issue
2014-06-15 14:42WatermelonNote Added: 0009390
2014-06-15 14:42WatermelonStatusnew => closed
2014-06-15 14:42WatermelonResolutionopen => backport later
2015-05-10 22:24DuskAssigned To => Torr Samaho
2015-05-10 22:24DuskStatusclosed => feedback
2015-05-10 22:24DuskResolutionbackport later => reopened
2015-05-10 22:25WaTaKiDTarget Version => 3.0
2015-05-10 22:25WaTaKiDRelationship addedrelated to 0002172
2015-05-10 22:26WaTaKiDRelationship replacedchild of 0002172
2015-08-02 14:30WaTaKiDStatusfeedback => needs testing
2015-09-10 20:29Ru5tK1ngFile Added: spawndecaltest.pk3
2015-09-10 20:33Ru5tK1ngNote Added: 0013478
2015-09-11 18:53DuskAssigned ToTorr Samaho => Dusk
2015-09-11 18:53DuskStatusneeds testing => acknowledged
2015-09-17 12:22DuskStatusacknowledged => assigned
2015-09-17 13:55DuskNote Added: 0013522
2015-09-17 13:55DuskStatusassigned => needs review
2015-10-04 14:14Torr SamahoNote Added: 0013592
2015-10-04 14:14Torr SamahoStatusneeds review => feedback
2016-02-23 21:25DuskStatusfeedback => assigned
2016-02-23 22:04DuskNote Added: 0014482
2016-02-23 22:04DuskStatusassigned => needs review
2016-02-27 18:16cobaltStatusneeds review => needs testing
2016-02-27 18:16cobaltDescription Updatedbug_revision_view_page.php?rev_id=8782#r8782
2016-02-27 18:16cobaltNote Added: 0014508
2016-03-01 21:35Ru5tK1ngNote Added: 0014525
2016-03-01 21:36Ru5tK1ngStatusneeds testing => resolved
2016-03-01 21:36Ru5tK1ngResolutionreopened => fixed
2016-03-01 21:36Ru5tK1ngDescription Updatedbug_revision_view_page.php?rev_id=8793#r8793
2018-09-30 22:37Blzut3Statusresolved => closed

Notes
(0009390)
Watermelon   
2014-06-15 14:42   
We will, hopefully sooner than later :(
(0013478)
Ru5tK1ng   
2015-09-10 20:33   
I was able to get a script with spawndecal working properly offline. However, the function doesn't work online. I uploaded a test example to the ticket. Simply 'puke 888' and a decal should spawn in front of the player with a message. Online, no decal appears.
(0013522)
Dusk   
2015-09-17 13:55   
'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/25 [^]'
(0013592)
Torr Samaho   
2015-10-04 14:14   
Please see my comment on bitbucket.
(0014482)
Dusk   
2016-02-23 22:04   
New patch:'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/70 [^]'
(0014508)
cobalt   
2016-02-27 18:16   
Issue addressed by commit fc4fd2a5148d: Fixed: SpawnDecal did not work online, fixes 1575
Committed by Teemu Piippo [Dusk] on Wednesday 31 December 1969 23:59:57

Changes in files:

 docs/zandronum-history.txt | 1 +
 src/cl_main.cpp | 16 ++++++++++++++++
 src/decallib.h | 3 +++
 src/name.cpp | 11 +++++++++++
 src/name.h | 3 +++
 src/namedef.h | 21 ++++++++++++++++++++-
 src/network.cpp | 30 ++++++++++++++++++++++++++++++
 src/network.h | 2 ++
 src/network_enums.h | 1 +
 src/p_acs.cpp | 16 ++++++++++++++++
 src/sv_commands.cpp | 31 +++++++++++++++++++++++++++++++
 src/sv_commands.h | 1 +
 12 files changed, 135 insertions(+), 1 deletions(-)

(0014525)
Ru5tK1ng   
2016-03-01 21:35   
Now it seems the script works with the latest build.