Opened 9 years ago

Closed 8 years ago

#3441 closed defect (fixed)

[PATCH] Defeated players can still use the team chat

Reported by: elexis Owned by: elexis
Priority: Must Have Milestone: Alpha 20
Component: UI & Simulation Keywords: patch
Cc: Patch:

Description

Defeated players can still use the private chat and team chat, since the player-assignment isn't updated.

This allows them to cheat without being noticed. Also they still have their old player color in the chat, intead of white for observers.

Same origin as in #3435.

Attachments (1)

t3441_fix_player_assignments_after_defeat_WIP_v0.5.patch (2.6 KB ) - added by elexis 9 years ago.
Something like that. Work in progress.

Download all attachments as: .zip

Change History (3)

by elexis, 9 years ago

Something like that. Work in progress.

comment:1 by elexis, 9 years ago

Notice that we don't need the // Reveal the map for this player part anymore, since the user becomes an actual observer. Might help with performance, but more importantly it is misleading and an incorrect solution. The map will be revealed by setting that player to the actual observer mode.

If you switch the perspective using the developers tool, you will see that every area that the player has explored will still be explored, but not visible.

comment:2 by elexis, 8 years ago

Owner: set to elexis
Resolution: fixed
Status: newclosed

In 17771:

Add chat-addressee dropdown, refs #1767.
Add observer-only chat and allow private messages from observer to observer.
Prevent defeated players from using the team-chat, fixes #3441.

Note: See TracTickets for help on using tickets.