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-12-23 00:00:00Z and 2019-12-24 00:00:00Z
@heinrich5991 a more correct way to fix the demos would be to actually sha the map and put that there btw, these zeroed out sha demos work but in a roundabout way
The arrayBuffer() method in the Blob interface returns a Promise that resolves with the contents of the blob as binary data contained in an ArrayBuffer.
oh and @heinrich5991 how does it work? I did not know that it is possible to remove the map from a demo o.O
And why do i have to fix the crc? And if i update my maps folder do the demos break again?
^ with this commit testing commands wont get sent to the client when sv_test_cmds is 0. Also, when writing a test cmd manually it will say No such command. And the commands dont show up in the access_status command
I want to know how to properly fix the libcurl-debian disaster
21:05
I'm out of persons to ask for help, does someone know a good place where to start asking/reading/etc.?
21:07
(situation is: although libcurl is generally backwards-compatible, debian decided to tag its symbols with a version which makes it incompatible with all other distros because they don't tag libcurl symbols with versions. I'd like to know whether one could drop that version info somehow, make the linker ignore the version info or some other way to resolve the situation)