MantisBT - Zandronum
View Issue Details
0002265Zandronum[All Projects] Bugpublic2015-05-27 01:142018-09-30 22:20
Dusk 
Torr Samaho 
normalminoralways
closedfixed 
3.0-beta 
3.03.0 
0002265: A_SpawnItemEx flag SXF_TRANSFERSCALE doesn't work online
Consider (again) the following DECORATE. The stupidly large imp spawns a lost soul with this flag when it dies. Offline the lost soul is just as large, online it's normal sized.

ACTOR StupidImp : DoomImp replaces DoomImp
{
    Scale 3.0

    States
    {
    Death:
        TNT1 A 0 A_SpawnItemEx ("LostSoul", 64,0,0, 0,0,0, 0, SXF_TRANSFERSCALE)
        goto Super::Death
    }
}
No tags attached.
related to 0002247closed Edward-san A_SetScale weirdness online 
Issue History
2015-05-27 01:14DuskNew Issue
2015-08-08 15:26Torr SamahoRelationship addedrelated to 0002247
2015-08-08 15:27Torr SamahoNote Added: 0013095
2015-08-08 15:27Torr SamahoNote Edited: 0013095bug_revision_view_page.php?bugnote_id=13095#r7822
2015-08-08 15:27Torr SamahoNote Revision Dropped: 13095: 0007821
2015-08-08 18:13Torr SamahoAssigned To => Torr Samaho
2015-08-08 18:13Torr SamahoStatusnew => assigned
2015-08-08 18:15Torr SamahoNote Added: 0013109
2015-08-08 18:15Torr SamahoStatusassigned => needs testing
2015-08-08 18:23cobaltNote Added: 0013112
2015-09-10 03:43Ru5tK1ngNote Added: 0013464
2015-09-10 07:10DuskStatusneeds testing => resolved
2015-09-10 07:10DuskFixed in Version => 3.0
2015-09-10 07:10DuskResolutionopen => fixed
2018-09-30 22:20Blzut3Statusresolved => closed

Notes
(0013095)
Torr Samaho   
2015-08-08 15:27   
The fix will need the netcode for actor scaling from 0002247.

(0013109)
Torr Samaho   
2015-08-08 18:15   
Should be fixed now.
(0013112)
cobalt   
2015-08-08 18:23   
Issue addressed by commit 73d2fcd2f9ed: Fixed: A_SpawnItemEx flag SXF_TRANSFERSCALE didn't work online (fixes 2265).
Committed by Benjamin Berkels [Torr Samaho] on Saturday 08 August 2015 20:14:28

Changes in files:

 src/sv_commands.cpp | 18 ++++++++++++++++++
 src/sv_commands.h | 1 +
 src/sv_main.cpp | 11 +----------
 src/thingdef/thingdef_codeptr.cpp | 3 +++
 4 files changed, 23 insertions(+), 10 deletions(-)

(0013464)
Ru5tK1ng   
2015-09-10 03:43   
Verified to work online with 3.0-150831-1814.