Ticket #27 (closed enhancement: fixed)

Opened 6 years ago

Last modified 15 months ago

Add visual notification for client chatting.

Reported by: jdolan Owned by: wickedshell
Priority: major Component: quake2world
Keywords: chat icon Cc:

Description

It'd be nice if you could tell when someone is chatting. The client could send the server a command when the player enters/exits messagemode. The server should then link a model (sprite) to that client so that others will see an icon or whatever (like Quake3).

Change History

Changed 6 years ago by jdolan

  • status changed from new to assigned

After some additional thought, this would be best suited via toggling a userinfo cvar on the client doing the chatting. The server would capture this toggle and set an EF_CHAT effect flag on the client's entitiy that would be sent back to all the other players. The client would have to be modified to display the effect with a sprite just above the player model. I think this is a couple hours worth of work.

Changed 6 years ago by maci

imho this should apply for more than chatting, also for console, so you can see if someone is setting some stuff or so

Changed 15 months ago by jdolan

  • owner changed from jdolan to wickedshell
  • priority changed from minor to major

Changed 15 months ago by wickedshell

  • status changed from assigned to closed
  • resolution set to fixed

rev 1336 commited against this

Note: See TracTickets for help on using tickets.