MantisBT - Zandronum
View Issue Details
0000602Zandronum[All Projects] Suggestionpublic2011-10-16 12:332018-09-30 23:22
Dusk 
Torr Samaho 
normalfeatureN/A
closedfixed 
 
2.02.0 
0000602: Backport SXF_TRANSFERPOINTERS
SXF_TRANSFERPOINTERS (1024) is a A_SpawnItemEx flag with very high potential for modders. When set, it copies the calling actor's master/target/tracer fields to the newly spawned actor, though SXF_SETMASTER has the final word on the master field.

It was introduced in ZDoom revision r1651 (see'http://zdoom.org/Changelog/1651/files [^]' ). Of the revision only changes to thingdef_codeptr.cpp and actors/constants.txt were relevant for SXF_TRANSFERPOINTERS. It seems it should be trivial to backport.
a_spawnitemex, decorate
has duplicate 0000862closed  SXF_TRANSFERPOINTERS flag support for A_SpawnItemEx 
child of 0001490closed Torr Samaho Backport ZDoom 2.5.0 
Issue History
2011-10-16 12:33DuskNew Issue
2011-10-17 00:11DuskNote Added: 0002253
2012-06-04 21:31DuskRelationship addedhas duplicate 0000862
2013-09-09 10:54DuskRelationship addedchild of 0001490
2013-09-09 10:55DuskTarget Version => 2.0
2013-10-12 16:26ArcoNote Added: 0007386
2013-10-12 16:44ArcoNote Edited: 0007386bug_revision_view_page.php?bugnote_id=7386#r4128
2013-10-13 22:22ArcoStatusnew => resolved
2013-10-13 22:22ArcoFixed in Version => 2.0
2013-10-13 22:22ArcoResolutionopen => fixed
2013-10-13 22:22ArcoAssigned To => Arco
2013-10-13 22:28DuskAssigned ToArco => Torr Samaho
2018-09-30 23:22Blzut3Statusresolved => closed

Notes
(0002253)
Dusk   
2011-10-17 00:11   
Oh, seems revisions are backported as whole revisions, though the only change alongside SXF_TRANSFERPOINTERS is +PERSISTENTPOWERUP in r1651.
(0007386)
Arco   
2013-10-12 16:26   
(edited on: 2013-10-12 16:44)
I've tested this and it appears to be working fine.