Add search bar in playerlist (#1572)

* add "search" bar in playerlist

* remove log.info

* clear keyboard focus & text on toggle

* refactor sField -> field (fixes build??)

* refactor field -> sField (revert) should build now 👍

* remove drawEach boolean, simplify everything (please ignore previous commits)

* escape color codes

* use Strings.stripcolors & check for & without color codes
This commit is contained in:
fuzzbuck
2020-03-27 00:01:24 +01:00
committed by GitHub
parent 0b619851de
commit 643d054294
2 changed files with 24 additions and 7 deletions

View File

@@ -142,6 +142,8 @@ research = Research
researched = [lightgray]{0} researched.
players = {0} players
players.single = {0} player
players.search = search
players.notfound = [gray]no players found
server.closing = [accent]Closing server...
server.kicked.kick = You have been kicked from the server!
server.kicked.whitelist = You are not whitelisted here.