Time Nick Message 03:12 luk3yx Suggestion for Minetest 5.1-dev: Bump the protocol version and check for the newer protocol when applying the new 9-slice background[] element. 13:40 Fixer github, twitter, shitbox etc are not working for me o_0 13:40 Fixer is that only me? 13:48 sfan5 works here 15:16 ANAND GH works for me too 15:33 Calinou it's working again 16:49 Krock o/ 17:29 rdococ is there a way for a CSM to provide predictions e.g. knocking a mob back immediately on the client side? 17:33 Krock there's no object access for CSMs yet 17:45 rdococ can they provide node predictions? 17:52 Krock they do neither have node placement access 17:53 Krock CSM is useless unless you want chat & logging stuff 17:53 rdococ I'm going to open a feature request issue for it 17:54 Krock please open a PR instead 17:54 Krock cuz nobody will do it anyway 17:55 rdococ I'm not very good with C-family programming languages... 17:57 Krock more or less just copypasta in l_client.cpp 17:57 Krock then get the return value from runCallbacks(..) 17:57 Krock to overwrite the local predition 17:58 Krock an example for string return values is on_prejoinplayer which takes either nil (OK) or string (deny string) 21:47 sfan5 LOAD PNG: not really a png: /var/tmp/minetest/cache/cdb/game-Wuzzy-mineclone2.png 21:47 sfan5 and indeed it's a jpeg 21:47 sfan5 rubenwardy: ^ you should probably check that on file uploadf 22:14 rubenwardy Cdb supports many different file formats, I think minetest must just rename it 22:14 rubenwardy I copied mmdb code for this bit 22:14 rubenwardy Cdb also doesn't check file types though, and probably should 22:16 rubenwardy I wrote some code to do that in another project, I should copy that across 22:16 rubenwardy Flask is unhelpful in this area