MantisBT - Zandronum
View Issue Details
0001362Zandronum[All Projects] Suggestionpublic2013-06-08 18:362018-09-30 22:44
Watermelon 
Watermelon 
normalfeatureN/A
closedfixed 
 
 
0001362: Separating compat_oldweaponswitch from affecting weapon raise
Currently compat_old_weapon_switch causes two things:
1. Use the old weapon pickup tables, so if you run over a plasma it will always switch to it
2. Weapons cannot be changed mid raise/lower

People have constantly complained how they want item 2 not bundled with item 1, and to fulfill their wishes, it probably should be split into two different cvars.
No tags attached.
related to 0001299closed  Compatibility for not being able to change weapon in the middle of A_Raise 
related to 0000186feedback Torr Samaho New COMPATFLAG: "Vanilla Weapon Switch Canceling" 
Issue History
2013-06-08 18:36WatermelonNew Issue
2013-06-08 18:36WatermelonDescription Updatedbug_revision_view_page.php?rev_id=3516#r3516
2013-06-08 18:37WatermelonNote Added: 0006397
2013-06-08 18:38WatermelonAssigned To => Watermelon
2013-06-08 18:38WatermelonStatusnew => assigned
2013-06-08 18:38WatermelonRelationship addedrelated to 0001299
2013-06-08 18:38WatermelonRelationship addedrelated to 0000186
2013-06-08 18:55WatermelonNote Added: 0006398
2013-06-08 18:55WatermelonStatusassigned => needs review
2013-07-14 19:51Torr SamahoNote Added: 0006635
2013-07-14 19:53Torr SamahoStatusneeds review => feedback
2013-07-15 00:00DuskNote Added: 0006643
2013-08-01 04:33WatermelonNote Added: 0006870
2013-08-01 04:33WatermelonStatusfeedback => assigned
2013-08-10 20:10Torr SamahoNote Added: 0006986
2013-08-12 15:54WatermelonStatusassigned => needs testing
2013-09-18 18:17WatermelonStatusneeds testing => resolved
2013-09-18 18:17WatermelonResolutionopen => fixed
2018-09-30 22:44Blzut3Statusresolved => closed

Notes
(0006397)
Watermelon   
2013-06-08 18:37   
I try to avoid adding more compatflags, though this is a *really* common complaint, so I'm going to test a new flag out.
(0006398)
Watermelon   
2013-06-08 18:55   
Tested and works on my end:
'https://bitbucket.org/Water_Melon/wbuild/commits/14fe9bd78dd6087b618a23db84bc05c23afd4623 [^]'
(0006635)
Torr Samaho   
2013-07-14 19:51   
Can you update the patch to use the latest Zandronum changeset as base and write a line for zandronum-history.txt? Then I'll pull the patch.
(0006643)
Dusk   
2013-07-15 00:00   
I'd suggest using compat_weaponraise as the name. No need to have 'old' since compatflags imply old bugs anyway.
(0006870)
Watermelon   
2013-08-01 04:33   
Change ready here:
'https://bitbucket.org/Water_Melon/wbuild/commits/16c9297c6530c573fa951da18c9cf24f505d7eee [^]'

The next revision also has the zandro update text file
(0006986)
Torr Samaho   
2013-08-10 20:10   
I merged this into a single changeset and added it.