02:57 < bridge> [ddnet] @cinaera basically boils down to whether we store personal information 02:58 < bridge> [ddnet] given that anyone can take any nick – I'm not sure 02:59 < bridge> [ddnet] note that the gdpr was passed two years ago, it will only be enforced soon 03:03 < bridge> [ddnet] https://youtu.be/crvYLDAsNps 09:25 < bridge> [ddnet] haha nice finally 09:26 < bridge> [ddnet] He fully raged about the shit ddnet servers once and that they should be upgraded. Then i asked if he ever donated or is planning to do so and he didnt sound like it will ever happen 09:26 < bridge> [ddnet] cool c: 12:17 < bridge> [ddnet] @ChillerDragon He donated before in 2016: https://github.com/ddnet/ddnet-web/commit/f65c052abebcb3d8842e074d7a571027b18ce11b 12:18 < bridge> [ddnet] lul 12:18 < bridge> [ddnet] that was after 2016 12:18 < bridge> [ddnet] maybe he was a faker 12:18 < bridge> [ddnet] or he lied to me xd 12:19 < bridge> [ddnet] i could donate agian too some cents xd 12:19 < bridge> [ddnet] my last donation is long ago 12:26 < bridge> [ddnet] But he donated 60 € then and 100 €, not really comparable to a few cents... 12:40 < bridge> [ddnet] add donor role 12:40 < bridge> [ddnet] im not trying to compete with this rich boii im trying to support ddnet a bit c; 12:40 < bridge> [ddnet] i can donate in bitcoin ? 12:46 < bridge> [ddnet] bitcoin shitcoin, can't buy new GPU bcs miners ;~; 13:11 < bridge> [ddnet] is it still so bad? looked into buying new pc parts in the future 13:11 < bridge> [ddnet] sadly yes, still completly overprices 13:11 < bridge> [ddnet] sadly yes, still completly overpriced 13:23 < bridge> [ddnet] i didnt buy any hardware to mine my bitcoins ._. @Jupstar ✪ 14:53 <@heinrich5991> deen: maybe this is the year when donations will fully cover even previous years' expenses :) 14:54 < bridge> [ddnet] Less players, more donation🤔 14:57 < bridge> [ddnet] Nope, donations always stop after year is fully covered 😉 14:58 < bridge> [ddnet] donations always stop [going towards ddnet] and into deens pockets 15:57 < bridge> [ddnet] @noby lul 18:11 < ddnet-commits> [ddnet] def- pushed 1 new commit to master: https://git.io/vxjLx 18:11 < ddnet-commits> ddnet/master 7a3aebc def: Revert "TextQL instructions"... 20:04 < ddnet-commits> [ddnet] def- pushed 1 new commit to master: https://git.io/vxjCF 20:04 < ddnet-commits> ddnet/master d0bb180 def: Only run glewInit when using OpenGL3.3 21:19 < bridge> [ddnet] @deen you could also add SDL_get error after the vsync cmd and give him that client or Smith xd 21:20 < bridge> [ddnet] yeah, should be logged at least 21:34 < ddnet-commits> [ddnet] def- pushed 2 new commits to master: https://git.io/vxju3 21:34 < ddnet-commits> ddnet/master 920597d def: Revert "Revert "Don't use aio logging to stdout on Windows""... 21:34 < ddnet-commits> ddnet/master 666b1a9 def: Another SDL GL try 22:06 < bridge> [ddnet] does 22:06 < bridge> [ddnet] some1 know how i can launch a private git repo on my vps and connect to it without having to type the password all the time 22:07 < bridge> [ddnet] timakro once helped me to store my ssh pubkey in some git manager what ever thing but i dont remeber what the name was 22:32 < bridge> [ddnet] gitolite 22:32 < bridge> [ddnet] at least that's what I use 22:45 < bridge> [ddnet] ah ye that was the name thanks 22:58 < bridge> [ddnet] I'll go over the changes again, @Jupstar ✪ 22:58 < bridge> [ddnet] What about this glOrtho -10? https://github.com/ddnet/ddnet/commit/4fec86a3548fd1c2447d2b9d412bb72efff4386b 22:59 < bridge> [ddnet] @Jupstar ✪ Why have you removed these in backend_sdl.cpp?: 22:59 < bridge> [ddnet] 23:00 < bridge> [ddnet] - glMatrixMode(GL_MODELVIEW); 23:00 < bridge> [ddnet] - glLoadIdentity(); 23:00 < bridge> [ddnet] And another suspicious one: 23:00 < bridge> [ddnet] +void CCommandProcessorFragment_SDL::Cmd_Update_Viewport(const SCommand_Update_Viewport *pCommand) 23:00 < bridge> [ddnet] +{ 23:00 < bridge> [ddnet] + glViewport(pCommand->m_X, pCommand->m_Y, pCommand->m_Width, pCommand->m_Height); 23:00 < bridge> [ddnet] +} 23:09 < bridge> [ddnet] And I get lots of this when starting client without opengl3: 23:09 < bridge> [ddnet] [2018-04-13 23:08:33][graphics]: unknown command 8 23:09 < bridge> [ddnet] [2018-04-13 23:08:33][graphics]: unknown command 13 23:13 < bridge> [ddnet] 8 is CMD_CREATE_BUFFER_OBJECT, 9 is CMD_RECREATE_BUFFER_OBJECT, 13 is CMD_CREATE_BUFFER_CONTAINER. I guess those should not be created without opengl3 23:14 < bridge> [ddnet] I guess that's all the suspicious stuff I have 23:27 < bridge> [ddnet] 1st bcs no z coordinate, model view is default already identity too, viewport for DPI, if DPI awareness isn't not supported . gonna look in the rest 23:30 < bridge> [ddnet] But it cannot happen that old opengl calls newer opengl commands 23:31 < bridge> [ddnet] So of can't break any SDL or gl context