Time Nick Message 05:38 hecks Assertion failed: liquid_type == LIQUID_SOURCE, ...src/nodedef.cpp, line 743 05:38 hecks why is it failing this assert in a flat devtest map with no liquids? 13:16 rubenwardy We need to have a shorter freeze or a dev branch 13:19 sfan5 the dev wiki says there should be a dev branch 13:19 sfan5 but I can't remember when we last had one 13:19 rubenwardy We never did. The policy was changed around pilzadam/hmmmm times, but never used 14:12 sfan5 so how does merging #10145 look? 14:12 ShadowBot https://github.com/minetest/minetest/issues/10145 -- Fix player controls only being applied for the first move by sfan5 15:32 rubenwardy Rather than a Dev branch, maybe a staging branch would be better 16:51 rubenwardy Merging in 10: https://github.com/rubenwardy/minetest/commit/6e4d8de10442eecf71ba36ad015872a135a53338 16:52 Krock sfan5: ready for merge IMO 16:52 Krock rubenwardy: nice, thanks. 16:52 rubenwardy !title 16:52 ShadowBot Revert "Verify database connection on interval (#9665)" · rubenwardy/minetest@6e4d8de · GitHub 16:55 sfan5 Krock: i'll count that as an approval and merge it after ruben then 16:56 rubenwardy nice 17:01 rubenwardy merged 17:09 sfan5 merged the other pR 17:09 sfan5 PR* 17:16 rubenwardy if we resolve the remaining issue, when would you like to release? 17:16 sfan5 tomorrow 17:17 sfan5 btw the revert broke the build 17:17 sfan5 (https://github.com/minetest/minetest/runs/846556440) 17:17 Krock I'll do my part again by updating the changelog with the few new commits 17:18 rubenwardy oh damn it, I don't have postgresql installed so it ignores the cmake flag 17:20 sfan5 man the camera smoothing is really weird 17:21 sfan5 holding forwards-fast-jump feels like swimming in air 17:22 sfan5 jumping also feels delayed 17:24 Krock indeed it does :/ 17:27 rubenwardy why is player physics and controls so hard 17:28 rubenwardy do we need a newnewmove, created by oil_boi 17:32 Krock for inconsistency's sake, why not newmove2? 17:36 rubenwardy newermove 17:37 rubenwardy move FINAL LATEST (USE THIS VERSION).zip 17:51 jas_ failure to build on HEAD with postgresql on debian stable. also jumping is noticabely different (not saying better or worse, just different)... bbfn thank you for minetest 18:12 rubenwardy changing SMaterial.h causes Android to take 7 minutes to build every time, this sucks 18:15 Krock compared to which time previously? 18:17 rubenwardy usually it takes a minute to build a C++ change 18:17 rubenwardy 7 minutes is about the time for a complete build 18:17 Krock I'd expect all client files to rebuild, yes. 18:31 rubenwardy merging trivial bug fix in 5: https://github.com/rubenwardy/minetest/commit/42b0d612ef488dd5b4836fa303aeebe424f09e92 18:42 Krock 5 what, rubenwardy 18:42 rubenwardy oops 18:53 rubenwardy pgimeno: I recall you have experience with Lua sandboxing? 18:57 Krock IIRC numberZero also has some knowledge there 19:29 rubenwardy why do date formaters never support th/st/rd 20:29 rubenwardy web#204 ready for review 20:29 ShadowBot https://github.com/minetest/minetest.github.io/issues/204 -- Add latest version information by rubenwardy 20:35 rubenwardy failed: 503 No error 20:35 rubenwardy excuse me what 20:36 rubenwardy 503=service unavailable, but the message is weird 21:30 pgimeno rubenwardy: I've given some thought to it but I don't have much field experience with Lua sandboxing 22:11 pgimeno rubenwardy: care to elaborate? 22:14 sfan5 probably in relation to https://github.com/minetest/minetest/pull/10162