MantisBT - Zandronum
View Issue Details
0001994Zandronum[All Projects] Bugpublic2014-11-09 02:112018-09-30 22:59
Catastrophe 
Torr Samaho 
normalminoralways
closedfixed 
MicrosoftWindowsXP/Vista/7
1.3 
1.42.0 
0001994: Adding +NOSKIN breaks skin scaling in SKININFO
Basically if you have a "scale" set to any skin via SKININFO it won't register if the player has +NOSKIN
Go to any wad, compare the classes "bug" and "nobug".

The only difference between these two classes is that one has +NOSKIN and the other doesn't. "nobugplayer" has its' skin shrinked correctly because it doesn't have +NOSKIN. But "buggedplayer" will not scale because of +NOSKIN.
Hopefully this gets fixed soon, it would help a ton with a project I'm working on.
No tags attached.
? bugdemonstration.pk3 (63,033) 2014-11-09 02:14
/tracker/file_download.php?file_id=1328&type=bug
Issue History
2014-11-09 02:11CatastropheNew Issue
2014-11-09 02:14DuskFile Added: bugdemonstration.pk3
2014-11-09 02:14DuskAdditional Information Updatedbug_revision_view_page.php?rev_id=5954#r5954
2015-01-02 13:21Torr SamahoProduct Version2.0-beta => 1.3
2015-01-02 13:26Torr SamahoNote Added: 0011211
2015-01-02 13:29Torr SamahoNote Deleted: 0011211
2015-01-02 13:44cobaltAssigned To => Torr Samaho
2015-01-02 13:44cobaltStatusnew => needs testing
2015-01-02 13:44cobaltTarget Version => 1.4
2015-01-02 13:44cobaltSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6257#r6257
2015-01-02 13:45cobaltNote Added: 0011212
2015-01-02 13:48Torr SamahoNote Added: 0011213
2015-03-29 20:21DuskStatusneeds testing => resolved
2015-03-29 20:21DuskFixed in Version => 2.0
2015-03-29 20:21DuskResolutionopen => fixed
2018-09-30 22:59Blzut3Statusresolved => closed

Notes
(0011212)
cobalt   
2015-01-02 13:45   
Issue addressed by commit 1199a4dae019: Fixed: The scale of skins enforced through Weapon.PreferredSkin was ignored if the player class had +NOSKIN (fixes 1994).
Committed by Benjamin Berkels [Torr Samaho] on Friday 02 January 2015 14:40:37

Changes in files:
 docs/zandronum-history.txt | 1 +
 src/p_user.cpp | 3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
(0011213)
Torr Samaho   
2015-01-02 13:48   
Should be fixed now.