Time Nick Message 01:01 LoneWolfHT On the topic of including the jpeg dll: Is that needed for all builds of MT or just this mscv one? 01:04 LoneWolfHT nvm 05:46 sfan5 LoneWolfHT: that check is essentially broken right now since it makes the assumption that *all* deps come from vcpkg and don't need an explicit dll install 05:47 sfan5 pgimeno: thanks for having a look 11:46 Wuzzy #9294 11:46 ShadowBot https://github.com/minetest/minetest/issues/9294 -- Add callbacks for falling and attached nodes by Wuzzy2 17:10 appguru So Wuzzy 17:11 appguru Couldn't you just do move_resistance = liquid_viscosity in the catch block? 17:11 appguru s/catch block/if-statement 17:18 Wuzzy wait... 17:19 Wuzzy appguru: tbh this part is basically just the remains of a "dirty" rebase... since the code became outdated ... 17:19 Wuzzy which also explains the alpha = 192 ? 17:21 Wuzzy appguru: hmm the real question is if we need backwards-compat in the first place 17:21 Wuzzy i dont know that yet 17:21 appguru We definitely do 17:22 appguru It can hardly be expected that older clients support move resistance values sent by newer servers 17:22 appguru But it must be guaranteed that newer clients still get the same liquid viscosity on older servers 17:23 Wuzzy hmmmmmm 17:23 Wuzzy i wonder how do i know that i didn't receive move_resitstance specifically, and not some other thing? 17:25 Wuzzy oh. i looked at the wrong part of the code ? 17:44 Wuzzy appguru: please test =)