Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-02-28 00:00:00Z and 2019-03-01 00:00:00Z
I suggest that mapvotes dont pass immediately if there are people with veto on the server but not allowed to vote because "afk"
Sometimes ure playing on an empty server and have to go afk for 3mins or any other reason why u didnt move for 2mins and then someone change the map, that can be really annoying
Mouse Jiggler is a very simple piece of software whose sole function is to "fake" mouse input to Windows, and jiggle the mouse pointer back and forth. - cerebrate/mousejiggler
@NotAriaN mysql -u teeworlds teeworlds
select * from record_maps;
And there we have our points
13:54
CREATE TABLE IF NOT EXISTS record_maps (Map VARCHAR(128) BINARY NOT NULL, Server VARCHAR(32) BINARY NOT NULL, Points INT DEFAULT 0, KEY Map (Map)) CHARACTER SET utf8;