00:12 <+bridge_> [ddnet] what about reserving some tiles index for modifications based on ddnet? maybe even visually mark them in entities.png as placeholdes so that modders know those tiles will be unused as ong as possible? 20:14 <+bridge_> [ddnet] Is there anyway to detect ATH client ? I can see ATH uses 2 player flags but what if it doesnt send the flags. Is there any other way to detect it ? 20:15 <+bridge_> [ddnet] yes there is 20:15 <+bridge_> [ddnet] there is a verification packet that only ath replies to 20:15 <+bridge_> [ddnet] look in client.cpp 20:17 <+bridge_> [ddnet] @mohsen7s the playerflags + this verif packet will work on every ath version except the newest stealthmode one which has no cheats anyway 20:17 <+bridge_> [ddnet] thank you so much @onby 20:17 <+bridge_> [ddnet] np) 20:39 <+bridge_> [ddnet] ATH will not reply to your verification requests unless it's a bw server though 20:39 <+bridge_> [ddnet] it will 20:40 <+bridge_> [ddnet] just not in stealth mode 20:47 <+bridge_> [ddnet] :justatest: 22:31 <+bridge_> [ddnet] @Learath2 note that by design, IO stuff won't show up in callgrind 22:31 <+bridge_> [ddnet] it can only measure things that are bound by CPU 22:57 <+bridge_> [ddnet] this callgrind program is so cool xd 23:07 <+bridge_> [ddnet] 🙂 23:07 <+bridge_> [ddnet] are 23:08 <+bridge_> [ddnet] you aware of valgrind to debug memleaks and undefined behavior, btw? 23:08 <+bridge_> [ddnet] yeah 23:08 <+bridge_> [ddnet] ive known about valgrind for a long time but learath showed me callgrind a week or two ago 23:09 <+bridge_> [ddnet] i had never heard of it 23:10 <+bridge_> [ddnet] ah 23:11 <+bridge_> [ddnet] @heinrich5991 u said io stuff wont show up in callgrind, is there some kind of profiling program where io stuff does show up? :o 23:12 <+bridge_> [ddnet] yes, but I don't have experience with them 23:12 <+bridge_> [ddnet] which program 23:13 <+bridge_> [ddnet] I forgot. maybe https://en.wikipedia.org/wiki/Gprof 23:13 <+bridge_> [ddnet] yee 23:14 <+bridge_> [ddnet] thats what i used to use before i knew about the callgrind thing lol 23:14 <+bridge_> [ddnet] its cool too 23:15 <+bridge_> [ddnet] you know the flamegraph tool? 23:15 <+bridge_> [ddnet] that was kinda handy when I wanted to interpret profile results 23:17 <+bridge_> [ddnet] no whats that 23:17 <+bridge_> [ddnet] https://github.com/brendangregg/FlameGraph 23:17 <+bridge_> [ddnet] although perhaps more suited for run-once programs 23:17 <+bridge_> [ddnet] I only used it on those 23:18 <+bridge_> [ddnet] oo ty ill look into that too 23:18 <+bridge_> [ddnet] does it work with the cachegrind output or 23:20 <+bridge_> [ddnet] I don't remember 23:20 <+bridge_> [ddnet] sorry 😦 23:20 <+bridge_> [ddnet] it's been a while 23:20 <+bridge_> [ddnet] np ill google / read stuff