Time Nick Message 15:23 rubenwardy Calinou, sfan5: web#176 ready for review 15:23 ShadowBot https://github.com/minetest/minetest.github.io/issues/176 -- Improve Get Involved layout by rubenwardy 16:58 Krock Updated #8701, sfan5 16:58 ShadowBot https://github.com/minetest/minetest/issues/8701 -- ContentCAO: Fix broken attachments on join by SmallJoker 16:59 sfan5 ✔ 16:59 Krock ? 17:01 Krock will ⛙ in ⓾ minutes 17:06 sofar ??? 17:12 Krock merging... 17:12 Krock thanks lint for that one. complaining about style fixes again 17:14 sfan5 now someone just needs to review my PRs 17:14 Krock merged 17:14 rubenwardy :D 17:14 Krock will check soon (TM) 17:21 Calinou rubenwardy: I reviewed it, should be good to go after the making the small changes requested 17:21 rubenwardy already done though 17:21 rubenwardy wait 17:21 rubenwardy there's more of them 17:39 Krock did anyone test #8709 on android yet? 17:39 ShadowBot https://github.com/minetest/minetest/issues/8709 -- Unify OpenGL ES to be a platform-independent cmake switch by sfan5 18:13 p_gimeno oh, just took a look at #8685 - I haven't tried it but does it work with friction? in my own experiments, friction was not correctly applied when I added a velocity to the player 18:13 ShadowBot https://github.com/minetest/minetest/issues/8685 -- Player knockback and add_player_velocity API by sfan5 18:15 p_gimeno e.g. you should slide longer when you are knocked back while on ice 18:17 Krock now the server has to know about friction 18:18 p_gimeno um, add_player_velocity is client-side 18:24 Krock anticheat things 18:25 Krock the player will slide longer at high speed (maybe) 18:35 p_gimeno that's already happening, isn't it? 18:36 Krock there are no node checks for players in anticheat. the server does not allow players to travel faster than their maximal fast/walk speed unless they're attached 18:36 Krock hence no fast ladders or nodes that boost your velocity 18:37 Krock if mods want to add that, they have to rely on player physics modifiers 19:44 sfan5 merging #8717 19:44 ShadowBot https://github.com/minetest/minetest/issues/8717 -- Rename guiScrollBar to GUIScrollBar by DS-Minetest