MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001932 | Zandronum | [All Projects] Suggestion | public | 2014-09-11 23:20 | 2018-09-30 21:35 |
|
Reporter | MazterQyoun-ae | |
Assigned To | Edward-san | |
Priority | none | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | All | OS | - | OS Version | - |
Product Version | 1.2 | |
Target Version | | Fixed in Version | 1.3 | |
|
Summary | 0001932: Automute on spam timing displayed to player is wrong |
Description | When one sends several messages quite, he gets a warning:
«Please refrain from chatting so much. You've been muted for 15 seconds.»
When one tries to talk, he gets:
«The server has muted you. Nobody can hear you chat for the next 1 minute.»
With the time actually being 15 seconds. Yeah, it's understandable that the counter might work and display in minutes but… there should be a better way, no? |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0001933 | closed | | Consider removing the 1 minute mute |
|
Attached Files | muting.diff.txt (4,898) 2014-09-13 20:09 /tracker/file_download.php?file_id=1288&type=bug
muting_fix.diff.txt (1,174) 2014-09-30 11:05 /tracker/file_download.php?file_id=1299&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-11 23:20 | MazterQyoun-ae | New Issue | |
2014-09-13 18:51 | Dusk | Relationship added | related to 0001933 |
2014-09-13 20:09 | Edward-san | File Added: muting.diff.txt | |
2014-09-13 20:11 | Edward-san | Note Added: 0010262 | |
2014-09-13 20:11 | Edward-san | Note Edited: 0010262 | bug_revision_view_page.php?bugnote_id=10262#r5560 |
2014-09-13 20:12 | Edward-san | Assigned To | => Edward-san |
2014-09-13 20:12 | Edward-san | Status | new => needs review |
2014-09-13 20:14 | Edward-san | Note Edited: 0010262 | bug_revision_view_page.php?bugnote_id=10262#r5561 |
2014-09-13 20:15 | Edward-san | Note Edited: 0010262 | bug_revision_view_page.php?bugnote_id=10262#r5562 |
2014-09-16 09:30 | Edward-san | Note Added: 0010270 | |
2014-09-16 09:30 | Edward-san | Status | needs review => needs testing |
2014-09-29 01:37 | Arco | Note Added: 0010302 | |
2014-09-29 01:37 | Arco | Status | needs testing => resolved |
2014-09-29 01:37 | Arco | Resolution | open => fixed |
2014-09-29 01:37 | Arco | Product Version | => 1.2 |
2014-09-29 01:37 | Arco | Fixed in Version | => 1.3 |
2014-09-29 18:17 | Edward-san | Note Added: 0010307 | |
2014-09-29 22:14 | Edward-san | Status | resolved => feedback |
2014-09-29 22:14 | Edward-san | Resolution | fixed => reopened |
2014-09-30 11:04 | Edward-san | Note Edited: 0010307 | bug_revision_view_page.php?bugnote_id=10307#r5576 |
2014-09-30 11:05 | Edward-san | File Added: muting_fix.diff.txt | |
2014-09-30 11:06 | Edward-san | Note Edited: 0010307 | bug_revision_view_page.php?bugnote_id=10307#r5577 |
2014-09-30 11:34 | Edward-san | Note Edited: 0010307 | bug_revision_view_page.php?bugnote_id=10307#r5578 |
2014-09-30 23:34 | Edward-san | Status | feedback => needs review |
2014-10-03 16:57 | Torr Samaho | Note Added: 0010317 | |
2014-10-03 16:58 | Torr Samaho | Status | needs review => needs testing |
2014-10-05 19:58 | Arco | Note Added: 0010336 | |
2014-10-05 19:58 | Arco | Status | needs testing => resolved |
2014-10-05 19:58 | Arco | Resolution | reopened => fixed |
2018-09-30 21:35 | Blzut3 | Status | resolved => closed |
Notes |
|
(0010262)
|
Edward-san
|
2014-09-13 20:11
(edited on: 2014-09-13 20:15) |
|
I made a patch which:
- changes the phrase "Nobody can hear you chat" to "Nobody can see your messages" for English grammar purposes;
- prints the minutes and the seconds if the tics are enough, else it will print 'less than a second';
- While we're at it, as a first step for this suggestion, moves the chat flooding code in a separated static function.
|
|
|
|
|
|
(0010302)
|
Arco
|
2014-09-29 01:37
|
|
There is a typo when the player receives a message while muted. Otherwise, it works as intended in v1.3 r140920-1619. |
|
|
(0010307)
|
Edward-san
|
2014-09-29 18:17
(edited on: 2014-09-30 11:34) |
|
Do you mean, by any chance, 'messagesfor'?
[edit]It seems like that. Attached a patch, I did not add an entry to zandronum-history.txt since it's a tiny change: "Fixed typo in commit <insert commit id here>."
|
|
|
|
|
|
(0010336)
|
Arco
|
2014-10-05 19:58
|
|
|