Time Nick Message 01:45 paramat merging #9254 01:45 ShadowBot https://github.com/minetest/minetest/issues/9254 -- Add mapgen settings in world creation dialog by Wuzzy2 02:42 dennisjenkins Wuzzy: My port of the most recent pipeworks to HR is coming along. I've got many tube types working. 08:12 AirSThib Hello 08:13 AirSThib I'm a contributor of Wikinews https://fr.wikinews.org/, and I want do an interview with to talk about the project. A principal developper if possible. Do you agree ? 08:27 AirSThib Where we can view the developpment team ? 08:30 pmp-p hi AirSThib: here https://github.com/orgs/minetest/people, but irc is asynchronous by nature so don't except answers *right now*, stay connected , read later 08:30 AirSThib @celeron55 @sfan5 @nore @nerzhul @paramat @sofar_ @rubenwardy @Krock @LarsHofhansl 08:32 AirSThib Thanks @pmp-p 09:49 sfan5 ... 10:58 sfan5 -const luaL_Reg LuaCamera::methods[] = { 10:58 sfan5 - luamethod(LuaCamera, set_camera_mode), 10:58 sfan5 +const luaL_Reg LuaCamera::methods[] = {luamethod(LuaCamera, set_camera_mode), 10:58 sfan5 I love clang-format 10:59 ANAND > LuaCamera 10:59 ANAND :D 11:00 ANAND Oh wait, is this CSM? 11:00 sfan5 yes 11:00 ANAND Thought you're working on SSM, nvm :) 14:02 Lejo Wanted to ask, where to put lua librarys and where to include them? 14:03 sfan5 well not in lib/lua/ 14:04 sfan5 but if a bitop library is added to the engine source I think it'd be good idea to just write one from scratch 14:05 Lejo why if there are already other good working ones? It's some kind of wasted work. Isn't this the big advantage of Open Source? 14:06 Lejo the lib/lua was just from the guide: http://bitop.luajit.org/install.html 14:07 sfan5 yes that's one advantage of open source, but that doesn't mean you need to 14:11 Lejo yep,but also doesn't mean you shouldn't use it and "waste" time on it 15:17 AirSThib Hello 19:56 sfan5 rubenwardy: does the contentdb have any handling/possibility of defining that mods only work on e.g. 5.2.0 but not on 5.3.0-dev? 19:56 rubenwardy only if the protocol version has been bumped since 19:57 sfan5 so no not really 19:58 rubenwardy version checking is done based on protocol version. When you create a release, you specify the minimum and maximum Minetest version that is supported version checking is done based on protocol version. When you create a release, 19:58 rubenwardy version checking is done based on protocol version. When you create a release, you specify the minimum and maximum Minetest version that is supported 19:58 rubenwardy https://rwdy.uk/2niDw.png 19:58 sfan5 ... 19:58 rubenwardy clipboard messed up 20:00 sfan5 protocol version is kinda bit too fuzzy but I guess it's the only possibility here 20:01 rubenwardy using the semver version would cause issues with third party clients, which is why the protocol version was decided on in the PR 21:59 nerzhul remember that protocol version is intended for protocol changes, if no protocol changes version is wrong then 22:06 sfan5 ERROR[ConnectionSend]: [...]/network/connectionthreads.cpp:157: bool con::ConnectionSendThread::rawSendAsPacket(session_t, irr::u8, const SharedBuffer&, bool): A fatal error occurred: Trying to send raw packet reliable but no peer found! 22:06 sfan5 why is this a fatal error?! 22:39 sfan5 hm probably because there is no way the peer should disappear at that point