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 2018-05-10 00:00:00Z and 2018-05-11 00:00:00Z
@heinrich5991 Jeder client springt bei mausbewegung sofort in irgendeine ecke meines bildschirmes so wie hier: https://streamable.com/grqjw
Ich bewege meine maus nur minimal. Egal ob borderless, windowed oder fullscreen
Bei borderless und windowed springt der cursor weniger aber trotzdem
we receive map name and crc and sha512 from a server
14:05
we don't have mapname<sha512>.map, I guess we should be looking for mapname<crc>.map and check whether that matches the sha512, if not, download from server
14:05
easy enough
14:05
we receive map name and crc from a server
14:06
we can't tell which map the server wants
14:06
my suggestion would be something like: store which IP offered which (mapname, crc) with which sha512, and only load the map from the hdd if we've seen it on the server before
14:07
i.e. first time visiting a server without crc support always means downloading the map again
but we have a server that won't tell us which sha512 it expects
14:09
and in order to not have to download the map every time, I wanted to download it once and then assume that no changed crc means no changed sha512 for that particular server
14:10
but we can have multiple servers hosting the same (mapname, crc) combination with different maps
For my autocomplete I sort my results into 3 sections "title", "company", "tag".
I would like to have a headline for each section.
In practise I want to add <div class='ui-optionHeader'>Headl...