Guild icon
Teeworlds
discord.gg/teeworlds / general
Teeworlds Discord Server.
Between 2019-11-28 00:00:00Z and 2019-11-29 00:00:00Z
Zaftig joined the server. 2019-11-28 00:15:21Z
WhiteKitty joined the server. 2019-11-28 04:17:10Z
Avatar
@Trafalgar Law how did you do the no ninja skin thing?
Avatar
Trafalgar Law 2019-11-28 05:39:27Z
@fokkonaut delete the x_ninja.json
Avatar
i tried to upload something for 0.7 on teeskins.de, it showed me that it was published but i couldn't find it anywhere
06:19
switching to github would be cool idea
Avatar
Maybe it needs approval :)
08:56
Github is less good for visualisation :/
Avatar
I wonder how illegal it would be to host a service on top of github
13:16
repo size limit is 100GB
Avatar
ChillerDragon 2019-11-28 13:17:23Z
there is also rate limit per etc
13:17
thats why i split up my demos on multiple organisations to expand limits 😄
Avatar
5,000 requests per hour @ChillerDragon wtf did you do?
13:20
83 per minute, over 1 a second?
Avatar
ChillerDragon 2019-11-28 13:21:24Z
i think i reached rate limits when cloning the full repo and pushing etc from multiple devices
13:21
iirc something like 1 or 2gb in 24h max not too sure tho
Avatar
@Zeral english only
Avatar
how to take part in the tournament?
14:51
@ChillerDragon
Avatar
ChillerDragon 2019-11-28 14:59:13Z
what tourney @Zeral ?
14:59
the gCtf one?
Avatar
@Assa I think pull requests are impossible without fork info on github :/
15:37
(except by cloning it again) (edited)
Avatar
Trafalgar Law 2019-11-28 16:59:15Z
https://i.imgur.com/Gfb1SDO.png Anyone know how to fix? All skins have the same format idk why the console says invalid format >.< (edited)
Avatar
check dimensions
Avatar
Trafalgar Law 2019-11-28 17:03:25Z
Wdym with dimensions xD?
Avatar
something like 128x64px
Avatar
Trafalgar Law 2019-11-28 17:06:17Z
Hm I checked one skin out who is not loading and its the same like the skins who can load 😦
Avatar
if(Png.depth != 8 || (Png.color_type != PNG_TRUECOLOR && Png.color_type != PNG_TRUECOLOR_ALPHA) || Png.width > (2<<12) || Png.height > (2<<12)) // ignore_convention { dbg_msg("game/png", "invalid format. filename='%s'", aCompleteFilename);
17:08
that could use some dedicated error messages I guess
17:08
one of those conditions is false
17:09
go find some tool/online thing to check those parameters and see which one is wrong
17:09
alternatively, edit graphics_threaded.cpp :)
Deleted User joined the server. 2019-11-28 20:19:45Z
Avatar
2 << 12 is the cool people's way of writing 2^12 hue hue, why not write the integer value there... bitshifts make readability non-existing, especially at places where you do not need bitshifts.
Avatar
2 << 12 is 2^13
22:52
And that's more relevant than the integer value imo
22:52
It's a constant anyway
Exported 39 message(s)