Time Nick Message 11:49 sfan5 merging #12516 in a few minutes 11:49 ShadowBot https://github.com/minetest/minetest/issues/12516 -- Replace deprecated use of `vector.new` with `copy` by appgurueu 11:57 appguru sfan5: Does core.log("deprecated", ...) print a stacktrace? 11:58 sfan5 I don't know but if it doesn't that's no excuse to be inconsistent with all other deprecation warnings 12:03 appguru sfan5: Well, without a stacktrace it'd be practically useless (however adding a stacktrace to all deprecation warnings would then make the most sense). I'll remove the wrapping call to debug.traceback. 12:03 sfan5 according to minetest.conf.example is does print a backtrace 12:04 sfan5 but maybe to infostream? dunno 14:49 kilbith https://www.youtube.com/watch?v=cuByJ-UTAQs 14:49 kilbith this is an experiment with `cam1:set_target(player:get_pos())` inside a globalstep, also there's a bug with the screen recorder 14:49 kilbith the proper way is to attach the camera 15:06 kilbith sfan5: I wish you simplify the CAO <-> SAO communication someday because it's a kludge 15:25 erle kilbith how would you imagine it to be simplified? 15:27 kilbith no idea 15:27 kilbith not dealing with the network at all 18:54 nrz It's interesting. It's client side only or server side controled ? 18:56 Krock CAO message handling is pretty well structured as-is 19:19 nrz If camera is far from player we receive map & entities updates ? 19:26 erle nrz no comment 19:44 Krock camera does not matter 19:44 Krock the server uses the player position and viewing angle