MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001575 | Zandronum | [All Projects] Suggestion | public | 2013-11-10 19:49 | 2018-09-30 22:37 |
|
Reporter | jwaffe | |
Assigned To | Dusk | |
Priority | none | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 1.2 | |
Target Version | 3.0 | Fixed in Version | | |
|
Summary | 0001575: Backport SpawnDecal? (zDoom 2.7.1) |
Description | 'http://zdoom.org/wiki/SpawnDecal [^]'
I'm not sure how hard this would be to implement, figured it doesn't hurt to ask. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | child of | 0002172 | closed | Torr Samaho | Upgrade GZDoom base to 1.8.6 |
|
Attached Files | spawndecaltest.pk3 (650) 2015-09-10 20:29 /tracker/file_download.php?file_id=1648&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-10 19:49 | jwaffe | New Issue | |
2014-06-15 14:42 | Watermelon | Note Added: 0009390 | |
2014-06-15 14:42 | Watermelon | Status | new => closed |
2014-06-15 14:42 | Watermelon | Resolution | open => backport later |
2015-05-10 22:24 | Dusk | Assigned To | => Torr Samaho |
2015-05-10 22:24 | Dusk | Status | closed => feedback |
2015-05-10 22:24 | Dusk | Resolution | backport later => reopened |
2015-05-10 22:25 | WaTaKiD | Target Version | => 3.0 |
2015-05-10 22:25 | WaTaKiD | Relationship added | related to 0002172 |
2015-05-10 22:26 | WaTaKiD | Relationship replaced | child of 0002172 |
2015-08-02 14:30 | WaTaKiD | Status | feedback => needs testing |
2015-09-10 20:29 | Ru5tK1ng | File Added: spawndecaltest.pk3 | |
2015-09-10 20:33 | Ru5tK1ng | Note Added: 0013478 | |
2015-09-11 18:53 | Dusk | Assigned To | Torr Samaho => Dusk |
2015-09-11 18:53 | Dusk | Status | needs testing => acknowledged |
2015-09-17 12:22 | Dusk | Status | acknowledged => assigned |
2015-09-17 13:55 | Dusk | Note Added: 0013522 | |
2015-09-17 13:55 | Dusk | Status | assigned => needs review |
2015-10-04 14:14 | Torr Samaho | Note Added: 0013592 | |
2015-10-04 14:14 | Torr Samaho | Status | needs review => feedback |
2016-02-23 21:25 | Dusk | Status | feedback => assigned |
2016-02-23 22:04 | Dusk | Note Added: 0014482 | |
2016-02-23 22:04 | Dusk | Status | assigned => needs review |
2016-02-27 18:16 | cobalt | Status | needs review => needs testing |
2016-02-27 18:16 | cobalt | Description Updated | bug_revision_view_page.php?rev_id=8782#r8782 |
2016-02-27 18:16 | cobalt | Note Added: 0014508 | |
2016-03-01 21:35 | Ru5tK1ng | Note Added: 0014525 | |
2016-03-01 21:36 | Ru5tK1ng | Status | needs testing => resolved |
2016-03-01 21:36 | Ru5tK1ng | Resolution | reopened => fixed |
2016-03-01 21:36 | Ru5tK1ng | Description Updated | bug_revision_view_page.php?rev_id=8793#r8793 |
2018-09-30 22:37 | Blzut3 | Status | resolved => closed |
Notes |
|
|
We will, hopefully sooner than later :( |
|
|
|
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
|
|
|
|
|
Please see my comment on bitbucket. |
|
|
(0014482)
|
Dusk
|
2016-02-23 22:04
|
|
|
|
(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(-)
|
|
|
|
Now it seems the script works with the latest build. |
|