MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001264 | Zandronum | [All Projects] Suggestion | public | 2013-01-28 14:00 | 2018-09-30 23:08 |
|
Reporter | ZzZombo | |
Assigned To | Dusk | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 2.0 | Fixed in Version | 2.0 | |
|
Summary | 0001264: Option for sv_unblockplayers to work only for allies |
Description | I suggest yo use the value of 2 of the CVAR to allow players to pass only through allies, this especially handy for team based games. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0001318 | closed | | sv_unblockplayers doesn't work with different classes |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-28 14:00 | ZzZombo | New Issue | |
2013-01-28 14:26 | Dusk | Note Added: 0005844 | |
2013-07-22 14:42 | Dusk | Relationship added | related to 0001318 |
2014-06-14 17:27 | Watermelon | Status | new => confirmed |
2014-08-15 07:05 | Leonard | Note Added: 0010207 | |
2014-08-17 18:42 | Dusk | Status | confirmed => needs review |
2014-12-28 16:08 | Torr Samaho | Note Added: 0011104 | |
2014-12-28 16:08 | Torr Samaho | Assigned To | => Torr Samaho |
2014-12-28 16:08 | Torr Samaho | Status | needs review => feedback |
2014-12-28 16:08 | Torr Samaho | Assigned To | Torr Samaho => |
2015-01-01 21:36 | Leonard | Note Added: 0011195 | |
2015-01-08 15:15 | Dusk | Assigned To | => Dusk |
2015-01-08 15:15 | Dusk | Status | feedback => assigned |
2015-01-08 18:52 | Catastrophe | Note Added: 0011335 | |
2015-01-08 20:03 | Edward-san | Note Added: 0011336 | |
2015-01-08 21:03 | Torr Samaho | Note Added: 0011338 | |
2015-01-08 21:04 | Torr Samaho | Note Edited: 0011338 | bug_revision_view_page.php?bugnote_id=11338#r6361 |
2015-01-08 21:05 | Torr Samaho | Note Revision Dropped: 11338: 0006360 | |
2015-01-09 01:12 | Edward-san | Note Added: 0011341 | |
2015-01-09 16:03 | Dusk | Note Added: 0011343 | |
2015-01-09 16:03 | Dusk | Status | assigned => needs review |
2015-01-10 11:20 | Torr Samaho | Status | needs review => needs testing |
2015-01-10 12:36 | cobalt | Target Version | => 2.0 |
2015-01-10 12:37 | cobalt | Note Added: 0011350 | |
2015-01-18 03:16 | StrikerMan780 | Note Added: 0011420 | |
2015-01-18 10:49 | Dusk | Status | needs testing => resolved |
2015-01-18 10:49 | Dusk | Fixed in Version | => 2.0 |
2015-01-18 10:49 | Dusk | Resolution | open => fixed |
2018-09-30 23:08 | Blzut3 | Status | resolved => closed |
Notes |
|
(0005844)
|
Dusk
|
2013-01-28 14:26
|
|
I think this was an oversight and this should've been default behavior.. |
|
|
|
|
|
|
|
|
|
I'm not sure what should be done about this.
Should we create a new dmflag (or zadmflag)?
If so how would it behave if both sv_unblockallies and sv_unblockplayers are set? |
|
|
|
sv_unblockplayers 1 (unblocks all)
sv_unblockplayers 2 (unblocks team players) |
|
|
|
I'm with ^. It would make no sense to add sv_unblockallies. What happens if sv_unblockallies were not set and sv_unblockplayers were set? Block the allies and not the enemies? Sounds displeasing. |
|
|
(0011338)
|
Torr Samaho
|
2015-01-08 21:03
(edited on: 2015-01-08 21:04) |
|
It's straight forward to reasonably define sv_unblockplayers and sv_unblockallies by just letting them do what their name implies. The former turns of all player-player blocking, the latter just the player-player blocking of allied players. In particular, this means that if sv_unblockplayers is set, the value of sv_unblockallies has no effect.
Note that sv_unblockplayers is a dmflag. As a flag it can only have the values true or false. If you want sv_unblockplayers to respect 0, 1 and 2 it has to be removed from the dmflags and converted to an int CVAR.
|
|
|
|
Uh indeed... anyways, since we need a new flag for sv_unblockallies, and since there are flag changes between 1.3 and 2.0, should this code addition be made into 2.0? |
|
|
(0011343)
|
Dusk
|
2015-01-09 16:03
|
|
|
|
(0011350)
|
cobalt
|
2015-01-10 12:37
|
|
|
|
|
|