02:44 <+bridge> [ddnet] is there a way to make toggle-able solid tiles? This is the closest i got, but standing on top of it makes the prediction go crazy, so they only work sideways. but if you fall down along the side of such a block, it will be slow, because we need to set the velocity to 0, so the client doesnt predict anything. 02:44 <+bridge> [ddnet] https://github.com/fokkonaut/BlockDDrace/commit/762ba2e41f60b8c4e0a8d24d42a6668b6a6a2482 11:00 <+bridge> [ddnet] Fuck 11:01 <+bridge> [ddnet] We do store the maps in the demo right? So maybe I fucked that up? But idk how 11:31 <+bridge> [ddnet] @fokkonaut not without client modification 12:04 <+bridge> [ddnet] but one should have a client modification for this stuff anyway 13:06 <+bridge> [ddnet] True, hacking arou 13:06 <+bridge> [ddnet] nd with it is fun but not really a nice way 17:05 <+bridge> [ddnet] @Ryozuki do you use a frontend css "framework" 17:20 <+bridge> [ddnet] I want to get better at UI/UX design 17:36 <+bridge> [ddnet] @Learath2 i used a lot, i hate material design tho, i recommend semantic ui, blueprintjs, bulma, bootstrap looks rly generic nowadays 17:37 <+bridge> [ddnet] @Learath2 https://uniqueclan.net/ is made with bulma css 17:37 <+bridge> [ddnet] https://bulma.io/ 17:37 <+bridge> [ddnet] ew 17:38 <+bridge> [ddnet] u 17:38 <+bridge> [ddnet] use no frameworks 17:38 <+bridge> [ddnet] or use ur own 17:38 <+bridge> [ddnet] lol 17:38 <+bridge> [ddnet] :d 17:38 <+bridge> [ddnet] and spend 1 week on something that will look shitty 17:38 <+bridge> [ddnet] and u will abandon 17:39 <+bridge> [ddnet] @Learath2 https://ryozuki.xyz/ my own retro shit design xd 17:39 <+bridge> [ddnet] there u can find more stuff i used 17:39 <+bridge> [ddnet] i think 17:39 <+bridge> [ddnet] no xd 17:39 <+bridge> [ddnet] i did many things without any css framework 17:39 <+bridge> [ddnet] i also did 17:39 <+bridge> [ddnet] but css frameworks will alwyas be better 17:39 <+bridge> [ddnet] they are done by lot of ppl 17:39 <+bridge> [ddnet] yeah 17:40 <+bridge> [ddnet] but sometimes theres a little shit that doesnt go well with what you want to do 17:40 <+bridge> [ddnet] semantic ui react integration is one of the bests btw 17:40 <+bridge> [ddnet] im doing my own ui kit for react xd 17:41 <+bridge> [ddnet] see ya in 2 years 17:41 <+bridge> [ddnet] xd 17:41 <+bridge> [ddnet] its finished 17:41 <+bridge> [ddnet] :poggers: 17:41 <+bridge> [ddnet] in fact its not 17:41 <+bridge> [ddnet] does ur toolkit involve making api calls 17:41 <+bridge> [ddnet] but for what i'm using it for it almost is 17:41 <+bridge> [ddnet] i was making my website but i went to the part about forms 17:41 <+bridge> [ddnet] wym by api calls 17:41 <+bridge> [ddnet] forms are shitty even with a framework 17:41 <+bridge> [ddnet] so i am now coding in C 17:41 <+bridge> [ddnet] 😂 17:42 <+bridge> [ddnet] a thing ill also abandon 17:42 <+bridge> [ddnet] xd 17:42 <+bridge> [ddnet] https://github.com/Ryozuki/SimpleGame 17:42 <+bridge> [ddnet] well its fun to learn sdl 17:42 <+bridge> [ddnet] i like sdl 17:43 <+bridge> [ddnet] xd 17:43 <+bridge> [ddnet] im not even using opengl 17:43 <+bridge> [ddnet] sdl renderer 17:43 <+bridge> [ddnet] luckily it got batched rendering not long ago 17:43 <+bridge> [ddnet] so its not that bad 17:43 <+bridge> [ddnet] xdd 17:45 <+bridge> [ddnet] C is another level 18:10 <+bridge> [ddnet] A framework helps people like me who lack the creativity 19:30 <+bridge> [ddnet] @heinrich5991 There seems to be a bug with the `DONT_MASK_ENTITIES` flag. If I connect to a server that sends the flag, i have to connect twice, so 1 reconnect for it to work. Same goes when I was on such a server and go on another server, that doesnt send it, I need to connect twice to have it deactivated 19:30 <+bridge> [ddnet] Doesnt the client reset it? 20:19 <+bridge> [ddnet] try debugging it? 20:19 <+bridge> [ddnet] the flag is only set in one or two places