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 2017-07-21 00:00:00Z and 2017-07-22 00:00:00Z
This saves some space on the user's file system. They can still update
to the full history of the binaries if they want, e.g. with
git fetch ---unshallow
(https://stackoverflow.com/a/17937889/870079)
Includes:
* png spritesheet
* python datasrc script changes
* :alias: to utf replacer
* utf/:alias: to png image replacer
Needs code review, builds and works well, may need some offset fixes as I wasn't sure about drawing chat messages.
CC @CookieMichal
(Not sure whether this is the correct repository, but here we go..)
Currently, DDNet's Downloads page provides one file for MD5 and another for SHA256, which don't include the released source tarball (ex.: "ddnet-10.6.7.tar.gz").
Please include checksums for released source tarball, to ease integrity double-checking by package maintainer.
<deen> nightlies are available at the regular location, make sure to make a backup of your settings_ddnet.cfg beforehand: https://ddnet.tw/news/nightly-builds/
<deen> Socialdarwinist: Thanks to heinrich5991 https://maps.ddnet.tw/ now also provides maps from other popular servers, including inf
19:11
<Socialdarwinist> I get 403 there.
19:11
<deen> oops
19:11
<deen> same problem as heinrich, haha
19:11
<deen> have to fix the permissions
19:12
<deen> fixed
19:14
<Socialdarwinist> Great, then we need only someone who makes a PR to the InfClass repo, so the client nows that the maps are there, innit? :>
19:14
<deen> hm?
19:15
<deen> They can just embed the PNGs if they've been worried about filesize for ddnet client users
19:16
<Socialdarwinist> Or in other words, so the maps include the PNGs directly instead of accessing the skin folder.
19:16
<deen> yes
19:16
<Socialdarwinist> It makes no sense now to have the maps in the database that access the skins folder.
19:16
<deen> but I'm not sure if they'll be happy with that
19:16
<deen> since they might have players with other clients
19:18
<Socialdarwinist> I am not sure why you do not just make an exception for the skins like for the mapres folder. Whoever replaces his skins knows that this can break things (which should not happen anyway), and else there are no security-relevant files there.
<Socialdarwinist> heinrich5991 I am a bit puzzled about the formation of the map selection in the DDNet map database. I see for example that there is regular infc_provence and no infc_altepetl (which is used by both Official and 626 InfClass).
20:58
<heinrich5991> Socialdarwinist: I believe map collection was started just recently over there
20:58
<heinrich5991> might come up in a couple of days
21:02
<Socialdarwinist> Ah whatever, I just said that I am puzzled specifically about how the selection comes about, appearing mixed, but I have patience about it. Though I could inform some guys from Egypt that they could have better chances of joining InfClass with HTTPS downloading, as Egypt has suffered internet cuts since the 2011 upheaval.
21:04
<deen> heinrich5991: find_library looks for libopusfile.dll?
21:05
<heinrich5991> context please
21:05
<Learath2> deen: it calls FindOpusFile in cmake/ iirc
21:05
<deen> I'm trying to fix the windows cmake build
21:05
<heinrich5991> which file? cmake/FindOpusfile.cmake I guess?
<Socialdarwinist> I canβt reproduce this anymore, it seems to be fixed probably by f627a72ebb7ad325b1fbba49d4988a42d0ca5c6e: https://github.com/ddnet/ddnet/issues/555