Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2019-01-29 00:00:00Z and 2019-01-30 00:00:00Z
Avatar
[quakenet] <TeeSlayer> Does anybody know what the yellow names in the scoreboard signify?
Avatar
Spectating
Avatar
[quakenet] <rand> spectating who ?
09:32
[quakenet] <TeeSlayer> I get this on my zcatch server
09:32
[quakenet] <TeeSlayer> initially I thought the yellow ones are the players I killed
09:32
[quakenet] <TeeSlayer> cus not everybody gets that color^^
Avatar
Yellow should be only specs that are spectating you
Avatar
Couldn't that color be changed to purple instead of yellow? Purple is more familiar with spectators
Avatar
[quakenet] <Dune> so imageshack seems to edit images in a way that cannot be read by Teeworlds
14:50
[quakenet] <Dune> @android272 had the same problem
14:50
[quakenet] <Dune> @David - SFM recommended me to use https://psydk.org/pngoptimizer and it fixed it (thanks! :) )
14:50
[quakenet] <Dune> I wonder what the problem is, though
14:51
[quakenet] <Dune> convert is pretty useful to process all images in a script :(
Avatar
The script works mostly how I want it to. Some tweaking still needs to be done with the dimensions but it looks fine. TW is still not recognizing the json files that are created but I don't why. Unfortunately I don't know what imageMagick nor pngoptimizer is doing to fix that problem...
Avatar
@Dune probably a png format issue?
Avatar
[quakenet] <Dune> hm
Avatar
[quakenet] <Dune> I think it's lossless by default?
15:58
[quakenet] <Dune> well I don't know much about that stuff :/
Avatar
PNG: Default. Save image using economical format.
16:00
PNG8 and PNG24 are common format, you should try it
Avatar
[quakenet] <Dune> trying to figure how to select them
Avatar
@Dune something like this? convert test.png PNG8:test2.png
16:14
When I try to run a bunch of PNG-8 images with alpha transparency through Imagemagick, it converts them to PNG-32, increasing the file size a lot. Is it possible to force Imagemagick to keep my im...
Avatar
[quakenet] <Dune> thanks :)
16:20
[quakenet] <Dune> for i in ./*; do convert $i -crop 64x64+0+0 PNG8:$i; done :)
Avatar
nice 😃
Avatar
ChillerDragon 2019-01-29 17:28:21Z
N
17:28
woops missclick -.-
Avatar
[quakenet] <Teeworlds> [teeworlds] oy closed pull request #2002: check if whisper message has a valid target (master...fix_whisper) https://git.io/fh6Nv
the client crashes when the server sends a whisper message with target ID equals -1 (thx TeeSlayer) the second commit is about filtering any whisper message from ghost
Avatar
Damn it! Neither PNG8 nor PNG24 helped.
21:36
oddly PNG8 made Tees white squares, and PNG24 made them black squares.
Exported 32 message(s)