Time Nick Message 08:49 Krock thanks rubenwardy 14:26 TenPlus1 Hi folks o/ 14:26 sfan5 hi 14:26 TenPlus1 hey sfan,how's the day ? 14:27 sfan5 pretty good, hope yours is too 14:27 TenPlus1 just finished work, having a huuuuuuuuuuuuge coffee (___)P 14:27 TenPlus1 anything new with minetest lately ?# 14:28 sfan5 nothing super special that i'm aware of 14:30 TenPlus1 it'll happen one day :P 14:36 TenPlus1 #game10103 14:37 TenPlus1 err... game#10103 14:37 ShadowBot TenPlus1: Error: That URL raised 14:37 TenPlus1 Shadowbot, why u so silly 14:37 MTDiscord I think you mean engine #10103 14:37 ShadowBot https://github.com/minetest/minetest/issues/10103 -- Ability to remove minetest.after once set by tenplus1 14:38 TenPlus1 ooh yeah, thanks Jordach :PP 14:38 MTDiscord Just because I’ve woken from sleep doesn’t mean I’m entirely useless 14:38 MTDiscord Even if I have to do things from my phone 14:38 TenPlus1 mwhehehe, 14:39 TenPlus1 engine #1202 14:39 ShadowBot https://github.com/minetest/minetest/issues/1202 -- Petites modifications mineures by mimilus 14:39 TenPlus1 engine #10202 14:39 ShadowBot https://github.com/minetest/minetest/issues/10202 -- Update serialize.lua to strip userdata by tenplus1 14:40 TenPlus1 tryin' to get a few things noticed before mt 5.4 comes out :P 14:42 sfan5 don't worry there's still plenty time until then 14:44 TenPlus1 sorry about game #2716 , have checked all mods running and all found ok, error still appearing so I'm just gonna patch server instead 14:44 ShadowBot https://github.com/minetest/minetest/issues/2716 -- Make heads movable when character is looking around. 14:45 TenPlus1 game#2716 14:45 ShadowBot https://github.com/minetest/minetest_game/issues/2716 -- Fix default mod nil check by tenplus1 16:45 MTDiscord You want good stuff? Then have a look at #9907 16:45 ShadowBot https://github.com/minetest/minetest/issues/9907 -- Shaders as media files (server-sent shaders) by appgurueu 16:45 MTDiscord Completely awesome if combined with dynamic media sending 16:46 TenPlus1 that would be amazing appguru :) 16:46 Krock forgot to drop a o/ TenPlus1 16:46 MTDiscord Thanks ? 16:46 TenPlus1 hi Krock o// 16:47 MTDiscord Regarding serialize.lua: You could easily make your PR configurable 16:48 MTDiscord Stripping userdata should not be default, as that would be breaking 16:48 MTDiscord Especially as some kinds of userdata could actually be serialized... 16:49 TenPlus1 userdata cannot be serialized, hence the pull, it causes errors if it ever was, but try stripping it fully from an entity and errors still appear 16:50 MTDiscord userdata can be serialized 16:50 MTDiscord it just needs to be implemented 16:50 TenPlus1 changes required 16:51 TenPlus1 anything important should be stored as a variable/string and then added, but I'd never store it raw 16:51 MTDiscord many userdata objects have a to_string method 16:51 TenPlus1 exactly :) 16:52 MTDiscord Would you be fine if I opened a new PR with the changes I intend to make? 16:52 MTDiscord (making userdata stripping optional) 16:52 TenPlus1 go for it :) if it helps then it's worthwhile :P 16:53 TenPlus1 so many little changes I'd love to make but seems too much hassle 16:53 MTDiscord Yeah getting something merged can be quite a hassle... 16:53 TenPlus1 merging is fine, it's justifying that's the issue :P 16:54 TenPlus1 what I think may improve the game or help with an issue doesnt mean other will find it the same 16:57 TenPlus1 foody time :) laters all o/ here's a leaving prez https://i.imgur.com/A731NTd.jpg 16:59 MTDiscord I recommend keeping all serializable stuff in a table (I use entity._) and then serializing that. Works like a charm. 17:06 MTDiscord #10388 17:06 ShadowBot https://github.com/minetest/minetest/issues/10388 -- Serialization: Optionally strip userdata by appgurueu