07:55 <+bridge> [ddnet] HMMM (map editor bug lol?) 07:55 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/532452298706911242/2019-01-09_07-54-19.mkv 07:56 <+bridge> [ddnet] like wtf is the editor doing 07:58 <+bridge> [ddnet] 3D effects 😄 08:02 <+bridge> [ddnet] ***yes*** 08:03 <+bridge> [ddnet] but seriously, since 11.6 released, bugs more often happen in the editor 08:03 <+bridge> [ddnet] also i got crashes and this shit bug 08:03 <+bridge> [ddnet] because of right clicking to an object or something 08:04 <+bridge> [ddnet] oh i remember, Shift + right click was the trick? 08:05 <+bridge> [ddnet] ye shift + right click into the Game folder 08:05 <+bridge> [ddnet] but everybody ignored it 08:05 <+bridge> [ddnet] 😒 08:05 <+bridge> [ddnet] there were many ppl changing the editor recently, you can create an issue on github, maybe they will read it there 08:07 <+bridge> [ddnet] i'll 10:53 <+bridge> [ddnet] why cant i take screenshots in 11.7? 10:56 <+bridge> [ddnet] i can, however, i pointed out it some point that the minimum OpenGL version must be 2.0. depending on what SDL defines as the default version and how strict your driver is, it would be possible that feature wouldn't work. 10:56 <+bridge> [ddnet] 10:56 <+bridge> [ddnet] So either u also did a GPU driver update, or a SDL update, or your screenshot folder is non writeable 10:57 <+bridge> [ddnet] i can, however, as i pointed out some time ago, the minimum OpenGL version must be 2.0. depending on what SDL defines as the default version and how strict your driver is, it would be possible that feature wouldn't work. 10:57 <+bridge> [ddnet] 10:57 <+bridge> [ddnet] So either u also did a GPU driver update, or a SDL update, or your screenshot folder is non writeable 10:57 <+bridge> [ddnet] i can, however, as i pointed out some time ago, the minimum OpenGL version must be 2.0. depending on what SDL defines as the default version and how strict your driver is, it would be possible that feature wouldn't work. 10:57 <+bridge> [ddnet] 10:57 <+bridge> [ddnet] So either u did a GPU driver update, or a SDL update, or your screenshot folder is non writeable 11:08 <+bridge> [ddnet] gpu update 11:09 <+bridge> [ddnet] so old client also doesnt work right? 11:28 <+bridge> [ddnet] it works on older clients 11:28 <+bridge> [ddnet] idk what happent with the update but it ripped off my screenshot 11:29 <+bridge> [ddnet] well there was nothing changed regarding that function 11:29 <+bridge> [ddnet] did 11.6.1 work or what? 11:38 <+bridge> [ddnet] SDL2 was downgraded in 11.6.1, other than that no idea 15:54 <+bridge> [ddnet] i seen other games downgrade to 2.0.8 too 15:54 <+bridge> [ddnet] looks like .9 is bug 18:53 <+bridge> [ddnet] 18:53 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/532618023496974348/unknown.png 18:54 <+bridge> [ddnet] Why does my Points variable stay 0 18:54 <+bridge> [ddnet] 18:54 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/532618129512202240/unknown.png 18:54 <+bridge> [ddnet] Rank is 7 18:54 <+bridge> [ddnet] for example 18:56 <+bridge> [ddnet] it looks like the code doesnt enter the switch case, but it should be 19:12 <+bridge> [ddnet] well are you printing points right after the switch statement? 19:13 <+bridge> [ddnet] Oh im retarded. I fixed it 19:13 <+bridge> [ddnet] I used %f for the points 19:13 <+bridge> [ddnet] I have to use %d 19:14 <+bridge> [ddnet] New to c++, what are these? Datatypes or what 19:14 <+bridge> [ddnet] 😛 19:14 <+bridge> [ddnet] %decimal 19:14 <+bridge> [ddnet] %float 19:14 <+bridge> [ddnet] %string 19:14 <+bridge> [ddnet] i hgiess 19:15 <+bridge> [ddnet] the %'s are format specifiers 19:15 <+bridge> [ddnet] so I should use something for int or not? 19:15 <+bridge> [ddnet] %d is int 19:15 <+bridge> [ddnet] but I guess decimal works 19:15 <+bridge> [ddnet] ok 19:15 <+bridge> [ddnet] so to print an int you use %d 19:15 <+bridge> [ddnet] wasnt there %x as well? 19:15 <+bridge> [ddnet] like xacharcter 19:15 <+bridge> [ddnet] x is hex i think 19:15 <+bridge> [ddnet] ah ye that makes sense 19:16 <+bridge> [ddnet] X prints it uppercase 19:16 <+bridge> [ddnet] wtf? 19:16 <+bridge> [ddnet] hex 19:16 <+bridge> [ddnet] 2A 19:16 <+bridge> [ddnet] 2a 19:16 <+bridge> [ddnet] u know 19:16 <+bridge> [ddnet] ah 19:16 <+bridge> [ddnet] funny 19:16 <+bridge> [ddnet] i thought u troll 19:16 <+bridge> [ddnet] wat 19:16 <+bridge> [ddnet] nvm makes sense 19:17 <+bridge> [ddnet] %z is for size_t 19:17 <+bridge> [ddnet] OOH# 19:17 <+bridge> [ddnet] %p prints pointers 19:17 <+bridge> [ddnet] thanks god 19:17 <+bridge> [ddnet] i alawys rewrote all code 19:17 <+bridge> [ddnet] and replaced size_t with int 19:17 <+bridge> [ddnet] xd 19:17 <+bridge> [ddnet] mi pro 19:17 <+bridge> [ddnet] %zu to be exact 19:17 <+bridge> [ddnet] ah unsigned 19:17 <+bridge> [ddnet] z alone is nothing 19:17 <+bridge> [ddnet] dfq 19:17 <+bridge> [ddnet] xd 19:18 <+bridge> [ddnet] size_t is unsigned long long iirc 19:18 <+bridge> [ddnet] do pointers print "NULL"? xd 19:18 <+bridge> [ddnet] so ull works i think 19:18 <+bridge> [ddnet] %ull 19:18 <+bridge> [ddnet] the first character defines the arguments type if it exists, the second one is the conversion specifier 19:18 <+bridge> [ddnet] ya probaböy 19:18 <+bridge> [ddnet] llu then 19:18 <+bridge> [ddnet] lul 19:19 <+bridge> [ddnet] size_t is not guaranteed to be anything iirc, which is why it has it's own specifier 😛 19:19 <+bridge> [ddnet] i miss c++ i stopped my hobby projects to lack of time due to may fulltime java job xd 19:19 <+bridge> [ddnet] java sux 19:19 <+bridge> [ddnet] gosh "may" 19:20 <+bridge> [ddnet] wait until you have the pleasure of working with javascript 19:20 <+bridge> [ddnet] javascript is actully fun 19:21 <+bridge> [ddnet] i worked more with javasctipt than with java and i love javascript 19:21 <+bridge> [ddnet] 😦 19:21 <+bridge> [ddnet] i also have a js fanboi playlist on yt 19:21 <+bridge> [ddnet] xd 19:22 <+bridge> [ddnet] https://www.youtube.com/playlist?list=PLDtPxwYnsMY3HZQXzZ79qXrHt7XlAAF3X 19:22 <+bridge> [ddnet] love it 19:23 <+bridge> [ddnet] well 90% germam xd 19:23 <+bridge> [ddnet] https://www.youtube.com/watch?v=RrH4qOYt6P0&list=PLtN43kak3fFEEDNo0ks9QVKYfQpT2yUEo maybe someone likes it 19:24 <+bridge> [ddnet] in my work we use apex that is even worse than pure java 19:24 <+bridge> [ddnet] the syntax is case insensitive 19:24 <+bridge> [ddnet] im not sure if this is apex or java but i thuink it is apex 19:24 <+bridge> [ddnet] thats so weird 19:24 <+bridge> [ddnet] nice waz that @Ryozuki 19:25 <+bridge> [ddnet] a podcast 19:25 <+bridge> [ddnet] is this some random story podcast? 19:25 <+bridge> [ddnet] its real 19:25 <+bridge> [ddnet] is it real? 19:25 <+bridge> [ddnet] stories of hackers 19:25 <+bridge> [ddnet] stap prediciting mi questiojns 19:25 <+bridge> [ddnet] xd 19:25 <+bridge> [ddnet] listen one 19:25 <+bridge> [ddnet] i will before sleep 19:25 <+bridge> [ddnet] :nou: 19:25 <+bridge> [ddnet] im sure i wont survive 1min 19:25 <+bridge> [ddnet] xd 19:26 <+bridge> [ddnet] wat 19:26 <+bridge> [ddnet] is it scary? 19:26 <+bridge> [ddnet] no 19:26 <+bridge> [ddnet] ima poop mi pants fast 19:26 <+bridge> [ddnet] i never listen podcasts 19:26 <+bridge> [ddnet] and i rly liked it 19:26 <+bridge> [ddnet] ok nice 19:26 <+bridge> [ddnet] me neither 19:26 <+bridge> [ddnet] its not anything scary lol 19:26 <+bridge> [ddnet] but i would love to listen to a good one 19:26 <+bridge> [ddnet] it even explains how they do it 19:26 <+bridge> [ddnet] darkweb stuff on yt is mostly some creepy pasta 19:26 <+bridge> [ddnet] but nice 19:26 <+bridge> [ddnet] added to watchlaster 19:27 <+bridge> [ddnet] "In this episode, we explain PBX hacking (aka Toll Fraud) and how hackers are racking up billions of dollars in phone bills. We also learn how the two men were captured. " 19:27 <+bridge> [ddnet] idk what u imagined this podcast is 19:27 <+bridge> [ddnet] xd 19:27 <+bridge> [ddnet] brain rape pycho binaural beats 19:27 <+bridge> [ddnet] homogay 19:48 <+bridge> [ddnet] 19:48 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/532631821163429888/unknown.png 19:48 <+bridge> [ddnet] Why does the code always enter the if statement? 19:49 <+bridge> [ddnet] 19:49 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/532632093705109506/unknown.png 19:49 <+bridge> [ddnet] I get this error than 20:07 <+bridge> [ddnet] Omg its '%s' ok nvm 20:07 <+bridge> [ddnet] Omg its '%s', not %s ok nvm 20:50 <+bridge> [ddnet] yes 21:22 <+bridge> [ddnet] @ChillerDragon maybe this is why the one time we had this bug with the weapon var?