Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3203 closed defect (fixed)

[PATCH] Autocomplete observer nicknames

Reported by: elexis Owned by: leper
Priority: Nice to Have Milestone: Alpha 19
Component: Core engine Keywords: patch
Cc: Patch:

Description

Currently observer nicknames are not autocompleted in the ingame chat.

Attachments (2)

t3203_autocomplete_observer_nicknames.patch (1.1 KB ) - added by elexis 9 years ago.
t3203_autocomplete_observer_nicknames_alternative.patch (1.9 KB ) - added by elexis 9 years ago.
Array comprehension doesn't seem possible, because the g_PlayerAssignments object can't be iterated with "of". This patch is a tiny bit simpler.

Download all attachments as: .zip

Change History (5)

by elexis, 9 years ago

Array comprehension doesn't seem possible, because the g_PlayerAssignments object can't be iterated with "of". This patch is a tiny bit simpler.

comment:1 by leper, 9 years ago

Owner: set to leper
Resolution: fixed
Status: newclosed

In 16604:

Autocomplete observer nicks in-game. Patch by elexis. Fixes #3203.

comment:2 by leper, 9 years ago

Keywords: review removed

Thanks for the patch.

comment:3 by elexis, 9 years ago

The committed patch also fixes the issue that you can autocomplete "Gaia" and unassigned players ("Player X") on a18.

Note: See TracTickets for help on using tickets.