11:25 <+ChillerDragon> meh finding duplicated mapres is much harder than i thought send ur fav image compare tools kthxbye 12:22 <+bridge> [ddnet] This is not easy to do but if you only want to match entire tilesets not tiles, there is a nice tool 12:30 <+bridge> [ddnet] https://github.com/knjcode/imgdupes 12:48 <+ChillerDragon> thanks a lot @Learath2 <3 that works so much better than all the other tools i tried :) 13:00 <+bridge> [ddnet] You can mess around with the hashing tolerance to get it to match more leniently after the first pass 17:30 <+bridge> [ddnet] @heinrich5991 seems to work :) 17:30 <+bridge> [ddnet] https://github.com/fokkonaut/F-DDrace/commit/11139517273d831bfff9451f2fb17d99a5ff3167 17:36 <+bridge> [ddnet] and you did it mostly on your own, very nice ๐Ÿ™‚ 17:38 <+bridge> [ddnet] ๐Ÿ˜„ 17:38 <+bridge> [ddnet] thanks alot 17:41 <+bridge> [ddnet] <แถฐยฐKonองsti> Hammerflying with dummy really annoying in latest client, every third hammer feels like Prediction bug and not working 17:43 <+bridge> [ddnet] use deep hf 18:37 <+bridge> [ddnet] @redix regarding https://github.com/teeworlds/teeworlds/commit/293209e7227c81e92b99c89890ebfdc264374a4a 18:37 <+bridge> [ddnet] -> how to fix it? 18:37 <+bridge> [ddnet] clients with that applied cant join my server/ddnet7 servers 18:41 <+bridge> [ddnet] <แถฐยฐKonองsti> @gerdoe i am using deepfly 18:42 <+bridge> [ddnet] @fokkonaut you plead with oy 18:42 <+bridge> [ddnet] ? 18:42 <+bridge> [ddnet] if that commit goes out on a release the only way to fix it would be to not send extended items to 0.7 clients which would be absolutely detrimental to performance 18:43 <+bridge> [ddnet] But I can connect to 0.6 ddnet bridge servers 18:43 <+bridge> [ddnet] just not to 0.7 Servers having the extended msg protocol 18:44 <+bridge> [ddnet] well i can connect, but I dont see anything, just connecting to. But chat is there aswell as "delta unpack failed" 18:44 <+bridge> [ddnet] In case the type is >= 64 it should use 0 as size instead of failing. 18:45 <+bridge> [ddnet] on a 0.6 ddnet bridge server, don't you get "delta unpack faileds" 18:45 <+bridge> [ddnet] no 18:45 <+bridge> [ddnet] s\/s"/"s/ 18:46 <+bridge> [ddnet] iirc. I could join and play normally, but didnt check console for unpack fails 18:46 <+bridge> [ddnet] That's odd, I do send all the extended items to 0.7 18:46 <+bridge> [ddnet] Same should be added for delta creation. Right now the extended packets read a zero from uninitialized memory I think 18:47 <+bridge> [ddnet] Do you have an idea why 0.6 to 0.7 bridge works and 0.7 servers dont? 18:47 <+bridge> [ddnet] I have the feeling my version of the extended protocol is not up-to-date 18:48 <+bridge> [ddnet] Nope, no idea without looking into that. Maybe it's only sending extended packets but no extended snap objects? 18:48 <+bridge> [ddnet] Ohhh, yes! 18:48 <+bridge> [ddnet] I think thats it 18:49 <+bridge> [ddnet] That could also be why I couldnt fetch them with F-Client 18:49 <+bridge> [ddnet] I tried to do the extended player the same way as ddnet does, but i couldnt receive any snapshots iirc 18:50 <+bridge> [ddnet] @redix can you talk to Oy about this and tell him your idea with just zeroing the size? 18:51 <+bridge> [ddnet] the extended protocol system relies on this 18:51 <+bridge> [ddnet] I will try to reach him in #bridge 18:52 <+bridge> [ddnet] I'll create a PR at the end of the week. Limiting the type to 64 isn't a good idea anyway. 18:52 <+bridge> [ddnet] whats that btw? 18:53 <+bridge> [ddnet] the limit 18:55 <+bridge> [ddnet] Both client and server have a table of snap sizes, so the actual size does not need to be included in the snapshot itself. This table just had a fixed size of 64 18:55 <+bridge> [ddnet] has* 18:57 <+bridge> [ddnet] Actually this table only contains items that were present in 0.7.0, otherwise old clients would fail to unpack the snapshot. 18:57 <+bridge> [ddnet] If the size is zero, the actual size of the snap item is included in the snapshot 18:58 <+bridge> [ddnet] Ah I remember this now 18:58 <+bridge> [ddnet] I actually did remove the extended stuff from being sent to 0.7 clients 19:00 <+bridge> [ddnet] why 19:00 <+bridge> [ddnet] This way my client cant receive your snaps 19:04 <+bridge> [ddnet] I don't remember why I disabled them :/ 19:13 <+bridge> [ddnet] doesnt this prevent them from being sent? 19:13 <+bridge> [ddnet] ah no, sorry 19:14 <+bridge> [ddnet] looks like it'll work. Now we need to wait for redix' pr on vanilla, because now vanilla 0.7 clients cant join anymore when built from master 19:15 <+bridge> [ddnet] Just don't use master :D 19:16 <+bridge> [ddnet] Even if Oy accepts such a PR, it will probably take some time. 19:16 <+bridge> [ddnet] @Trafalgar Law can you take a look at ^^ 20:37 <+bridge> [ddnet] Someone here uses Ubuntu? 20:40 <+ChillerDragon> i used to @Pepe 20:42 <+bridge> [ddnet] im looking the place where maps are placed, but i don't know how to find them 20:42 <+bridge> [ddnet] or what should be the name of it 20:42 <+ChillerDragon> ~/.teeworlds/maps ? 20:43 <+bridge> [ddnet] ๐Ÿ˜ฎ 20:43 <+ChillerDragon> open terminal and type "~/.teeworlds/maps" 20:43 <+bridge> [ddnet] `cd ~/.teeworlds/maps` 20:43 <+ChillerDragon> oh yea xd xd 20:43 <+ChillerDragon> cd 20:44 <+bridge> [ddnet] thanks ๐Ÿ˜„ 20:53 <+bridge> [ddnet] it should have open something, right? in my case, it didnt 20:54 <+bridge> [ddnet] ah 20:54 <+bridge> [ddnet] open a file browser and type `~/.teeworlds/maps` 20:54 <+bridge> [ddnet] eh 20:54 <+bridge> [ddnet] I mean 20:54 <+bridge> [ddnet] open a file browser. does ctrl-L open a location chooser? 20:54 <+bridge> [ddnet] yes 20:55 <+bridge> [ddnet] it worked, thx โค๏ธ 20:55 <+bridge> [ddnet] you're welcome ๐Ÿ™‚ 21:05 <+bridge> [ddnet] @Learath2 Don't have time next few days sry :/ 21:28 <+bridge> [ddnet] https://twitter.com/MrTASBot/status/1290730956714778624 21:28 <+bridge> [ddnet] :greenthing: 21:40 <+bridge> [ddnet] What why did i get pinged 22:00 <+bridge> [ddnet] This is completely illegal 22:11 <+bridge> [ddnet] @Pepe because u are fake pepe xD 22:11 <+bridge> [ddnet] Why do u say that 22:12 <+bridge> [ddnet] Ive been pepe since almost 2 years 22:12 <+bridge> [ddnet] Well pepe here is already playing teeworlds for 8 years with the nane pepe. 22:12 <+bridge> [ddnet] Well ok and what 22:12 <+bridge> [ddnet] Well pepe here is already playing teeworlds for 8 years with the name pepe. 22:12 <+bridge> [ddnet] I met him when i joined 22:12 <+bridge> [ddnet] That doesnt make me fake 22:12 <+bridge> [ddnet] Well he is the one who had been mentioned 22:12 <+bridge> [ddnet] I didnt know him before so i cant copy him 22:13 <+bridge> [ddnet] No i was the one who got pinged 22:13 <+bridge> [ddnet] Well he is the one who should have been mentioned 22:14 <+bridge> [ddnet] Srry my English. Read my corrrcted message ;p 22:14 <+bridge> [ddnet] Srry my English. Read my corrected message ;p 22:15 <+bridge> [ddnet] And since chillerdragon chats through irc he can't chose which pepe get pinged i guess. 22:17 <+bridge> [ddnet] Mk 22:17 <+bridge> [ddnet] Then ill just change nick here 22:18 <+bridge> [ddnet] no need 22:34 <+bridge> [ddnet] XD 22:41 <+ChillerDragon> POSIX shell can be so beautiful <3 https://zillyhuhn.com/cs/.1596573625.png 22:41 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> fuck you tts 22:41 <+ChillerDragon> lol ur name is bold here 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> omfg fuck off noob 22:42 <+ChillerDragon> https://zillyhuhn.com/cs/.1596573721.png 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> go create teeworlds 0.8 22:42 <+ChillerDragon> i already did 22:42 <+ChillerDragon> https://www.youtube.com/watch?v=nsU_7n9osHA 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> nice 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> hehe 22:42 <+ChillerDragon> 7 years ago xd 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> :GWseremePeepoGGERS: 22:42 <+bridge> [ddnet] <๐Ÿ“ต ๐—ป๐—ผ๐˜‚๐—ฎ๐—ฎ ๐Ÿ“ต> omg cool 22:43 <+ChillerDragon> if ur name can be bold here i wonder what else is possible o.O 22:46 <+ChillerDragon> BB 22:46 <+ChillerDragon> hm that didnt work :/ ok idk 23:16 <+Ryozuki> ChillerDragon ur a noob at irc 23:16 <+Ryozuki> test 23:16 <+Ryozuki> easy bold 23:17 <+Ryozuki> a 23:17 <+Ryozuki> italics lmao 23:17 <+Ryozuki> italic bold? 23:17 <+Ryozuki> yep 23:17 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/740317556979662889/unknown.png 23:17 <+Ryozuki> s 23:26 <+bridge> [ddnet] most channels have +c so you can't do colors 23:27 <+bridge> [ddnet] @Learath2 u only lurk at serious channels with 30y old ppl 23:28 <+bridge> [ddnet] :pepeH: 23:37 <+ChillerDragon> hackerman @Ryozuki o.O