Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-02-20 00:00:00Z and 2019-02-21 00:00:00Z
Avatar

Motivation

This feature namely fixes https://github.com/teeworlds/teeworlds/issues/1852 by adding a way to select a target by entering their name — and using the existing Tab mechanics to autocomplete.
People are struggling with the whispers, I'm not sure what could be done though. It doesn't matter as much for highlights because you can type the beginning of the name of the player and get it on the first try or two. Maybe there should be a way to type the beginning...
Avatar
@Dune that looks awesome 🙂
Avatar
Thanks @heinrich5991. The ergonomics probably still need some work 🙂
Avatar
@heinrich5991 it's difficult to make useful test cases. typically I would like to assert that some assumptions hold, e.g. str_skip_to_whitespace_const(str) == str_skip_to_whitespace(str) (edited)
12:58
but without a bank of strings, that is not easy
Avatar
Note: this slightly conflicts with https://github.com/teeworlds/teeworlds/pull/2042 (since it modifies the mute feature)

Behaviour

This feature makes use of the existing friends system to implement a permanent chat ignore. It adds two console commands add_ignore and remove_ignore (feel free to suggest different wording...)
  • Muting or unmuting a player, from the console or the menus, is always permanent (and player+clan based)
  • An information message is displayed when
...
Exported 6 message(s)