Guild icon
DDraceNetwork
Development / developer
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-08-09 00:00:00Z and 2018-08-10 00:00:00Z
Avatar
Bojidar Marinov 2018-08-09 05:02:52Z
@Tropo I made it look the same as the real layer -- maybe alpha shouldn't be copied?
Avatar
@timakro weird, 6 seconds on ddnet.tw. could also be related to your mysql server settings?
06:39
can you explain plan?
06:40
MariaDB [teeworlds]> explain SELECT * FROM record_points t1 LEFT JOIN (SELECT Name FROM record_race GROUP BY Name) t2 ON t1.Name = t2.Name; +------+-------------+-------------+-------+---------------+------+---------+-------------------+--------+--------------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +------+-------------+-------------+-------+---------------+------+---------+-------------------+--------+--------------------------+ | 1 | PRIMARY | t1 | ALL | NULL | NULL | NULL | NULL | 143874 | | | 1 | PRIMARY | <derived2> | ref | key0 | key0 | 67 | teeworlds.t1.Name | 10 | | | 2 | DERIVED | record_race | range | NULL | Name | 66 | NULL | 370082 | Using index for group-by | +------+-------------+-------------+-------+---------------+------+---------+-------------------+--------+--------------------------+ 3 rows in set (0.01 sec)
06:40
and SELECT Name from record_race GROUP BY Name is the same as SELECT distinct Name from record_race
Avatar
@Bojidar Marinov ye i think that should fix the problem
Avatar
This is to improve visibility when working with nearly-transparent layers. It shouldn't cause problems when working with partly-transparent layers.
Avatar
Bojidar Marinov 2018-08-09 10:21:12Z
@Tropo ok, submitted a PR -- you might test it if you feel like compiling from source 😃
Avatar
nah i dont even know how this works xd
11:02
80c8296 Don't copy alpha when coloring the brush - bojidar-bg ba64e02 Merge pull request #1244 from bojidar-bg/x-make-brush-colored-fixup - def-
11:03
3a8cc43 Move language scripts to scripts/ - heinrich5991 945ea1c Make language scripts callable from anywhere - heinrich5991 41d0f86 Use __file__ instead of sys.argv[0] - heinrich5991 285b6f1 Merge pull request #1222 from heinrich5991/pr_ddnet_langscripts - def-
11:04
b8730b3 block worlds zoom + eye wheel - fokkonaut cd5d69b added bw to isddnet - fokkonaut 2dafafd oops, tab instead of spaces - fokkonaut dda2b06 Merge pull request #1235 from fokkonaut/master - def-
Avatar
@deen i bet 10€ he has a older AMD GPU and plays on windows xd
Avatar
ah, so that's a bug we saw already
Avatar
@deen Actually I put the question on stack exchange here https://dba.stackexchange.com/questions/214428/query-does-not-use-indexes (edited)
This query runs very slowly (over 2 minutes) because it does full table scans. Why does it not use the indexes I created? EXPLAIN SELECT * FROM race_points t1 LEFT JOIN ( SELECT Name ...
12:20
It doesn't use a key for the <derived2> table and I don't know why.
Avatar
u
Avatar
@deen @Deleted User updating also the shaders worked fine, now my client does not show the update (11.3) is available while on 11.3.1 anymore (edited)
Avatar
i dont know if thats normal, but ive finished a map now and in the ddnet tab its still not marked as finished (the little icon)
15:08
if i delete the info json file it will download it again and i can see the icon
Avatar
11.2.1 Fix dyncam not saving Doesn't save if I alt F4 in 11.3.1
Avatar
funny
Avatar
There is some weird bug caused by my last changes, looks like automapper is working only fine for tiles without rotation. !unknown !unknown2 I'm not really sure why it doesn't work with -1, so I did some workaround.
Exported 30 message(s)