m_ppServerlist->m_Info
? Client["afk"]
as it's currently not used anywhere. You can take a look at https://master1.ddnet.org/ddnet/15/servers.json to see all the available variables.console_page_up 5
will scroll up 5 pages instead of 1console_page_down 5
will scroll down 5 pages instead of 1console_page_up -5
will scroll down 5 pages (i.e. equals to console_page_down 5
) (edited)console_page_up 0
will do nothingrcon right 1
- move 1 tile to the right instantly
rcon right 4
- move 4 tile to the right instantly
rcon [movement key] [amount]
- Move the Tee a certain amount of distances towards the prefered direction. If no value is set, it is set to default (Value: 1) .1: /swap 2
3: /swap 4
Wait 30 seconds
1: /swap 2 // swaps
3: /swap 4 // creates a new swap request
left
, right
, up
, down
commands. Also added for console_page_down
and console_page_up
. Suggested by Astramast and Cellegen.
mutable
for this purpose was also rather unclean.
Now, a separate std::vector
of UI elements is kept for all server browser entries, instead of associating the UI elements directly with the server info.