Time Nick Message 01:12 octacian Where exactly is the Lua API namespace "minetest" defined? (where is it defined that all the Lua functions are under minetest.*) 01:58 red-001_ octacian, `minetest` is created as an alias for `core` during builtin init 01:58 octacian red-001_: Ah, thanks. 02:03 Fixer octacian is back 02:03 octacian Maybe... lol 03:15 octacian Does anyone know exactly why it is that formspec elements have unequal units when it comes to position and size? 03:16 octacian I was looking through guiFormSpecMenu and tried a few things, but I can't place exactly where the offset comes in to place and how it could be avoided. 03:22 octacian red-001_: hmm, do you know where the "code" namespace is defined? 03:22 octacian *core 03:24 red-001_ in c++ code 03:26 octacian Yeah, I know, what I meant is where in the C++ code. 03:26 octacian But, I found it. 03:26 octacian src/script/lua_api/l_env.cpp 03:27 octacian NVM, I take that back. It's not there. Just a reference to it. hmmm.. 03:28 red-001_ https://github.com/minetest/minetest/blob/master/src/script/scripting_client.cpp#L46 03:28 red-001_ https://github.com/minetest/minetest/blob/master/src/script/scripting_server.cpp#L65 03:28 red-001_ https://github.com/minetest/minetest/blob/master/src/script/scripting_mainmenu.cpp#L44 03:28 red-001_ octacian, ^ 03:28 octacian That just gets it though, doesn't it? 03:29 octacian What defines the existence of the "core" global? 03:30 octacian Looks like it's src/script/cpp_api/s_base.cpp 03:30 red-001_ tbh I'm not sure what you mean 03:30 octacian Ah, yes. 03:30 red-001_ what do you want to find? 03:31 red-001_ that's where the name is set afaik 03:31 octacian What I was trying to ask is where the default namespace ("core") for the entire MT API is defined 03:31 octacian That just gets it, lua_setglobal appears to set it 03:31 red-001_ oh yeah sure that's another place 03:31 red-001_ octacian, why? 03:32 octacian First off, curious. 03:32 octacian Second, I'm messing around on fork, trying to figure out if there's a good way to have a "deprecated" namespace. 03:33 red-001_ you should have just asked that 03:33 red-001_ lua_newtable() 03:33 red-001_ lua_setglobal("deprecated") 03:36 octacian So... let's say that (for example) I want to deprecate the use of the minetest namespace, I would do lua_newtable() followed by lua_setglobal("minetest") and then define core normally? 08:57 nerzhul Happy new year :) 10:03 paramat 2 simple PRs game#2001 game#2003 i'd like to merge those later with game1997 10:03 ShadowBot https://github.com/minetest/minetest_game/issues/2001 -- Biomes: Make coastal grassy dune biomes larger by paramat 10:03 ShadowBot https://github.com/minetest/minetest_game/issues/2003 -- Dry shrub: Use plantlike meshoption for bushy appearence by paramat 10:06 paramat and #6455 is ready for review, much needed feature 10:06 ShadowBot https://github.com/minetest/minetest/issues/6455 -- Get biome id at pos by paramat 10:08 paramat #6853 is ready too 10:08 ShadowBot https://github.com/minetest/minetest/issues/6853 -- Biomes: Add vertical biome blend by paramat 16:12 nerzhul hey, can someone review the simple but not trivial #6866 PR for this new year ? 16:12 ShadowBot https://github.com/minetest/minetest/issues/6866 -- Add unittests on ActiveObject and BanManager class by nerzhul 16:13 nerzhul I pushed https://github.com/minetest/minetest/commit/f6a97c5c8adf22358c6f42fba9b11ed10a2bceb4 trivial copyright fix :) 16:25 Krock nerzhul, why the dagger? That looks like killing it 16:31 nerzhul the dagger ? 16:47 rubenwardy web#110 16:47 ShadowBot https://github.com/minetest/minetest.github.io/issues/110 -- Does anyone care about this webpage at all? 16:47 rubenwardy heh 16:54 Krock nerzhul, the weapon in your PR 16:54 nerzhul Krock, there is no weapon in my pr :o 16:55 rubenwardy 🗡 16:56 Krock nerzhul, https://i.imgur.com/yRYgYjX.png 16:57 Thomas-S #5642 should be ready for merge. It would be good if someone could do this soon to avoid too many rebases. Thanks in advance and happy new year! 16:57 ShadowBot https://github.com/minetest/minetest/issues/5642 -- Connected Nodeboxes: Add `disconnected` boxes by Thomas--S 16:57 Fixer lol 16:57 rubenwardy Might as well just include sban in core 16:58 nerzhul Krock, :o lol i just said ":D" in the message 16:59 nerzhul rubenwardy, maybe i'm just adding unittests on existing things 16:59 nerzhul but the current banmanager is pretty useless and should be enhanced 16:59 rubenwardy I know 16:59 rubenwardy it was a partially related comment 17:00 rubenwardy test_flag is confusing as a string 17:00 rubenwardy test_username would be better 17:00 red-001 https://i.imgur.com/yRYgYjX.png 17:01 red-001 I wonder why github has a dagger emote 17:01 rubenwardy apart from that, LGTM 17:01 red-001 eh https://i.imgur.com/wyuUkjD.png 17:01 red-001 dunno what's with sharex 17:02 rubenwardy that's so annoying 17:02 rubenwardy :P too 17:02 rubenwardy because package 17:02 nerzhul rubenwardy, i can rename it if needed it's minor but anyway :p 17:03 nerzhul and it's now fixed 17:03 rubenwardy nice 17:04 rubenwardy wait 17:05 rubenwardy what happens if getBanDescription can't find the entry? Looks like it accesses bad indicies on the string. Not sure if stl string validates for that 17:05 red-001 I think only .at() does 17:06 nerzhul rubenwardy, outside of the PR scope and can be changed if needed, this code always worked (someone should use it heh) 17:35 nerzhul merging #6866 in ~ 5 mins 17:36 ShadowBot https://github.com/minetest/minetest/issues/6866 -- Add unittests on ActiveObject and BanManager class by nerzhul 21:11 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!vfjvgh: book` nerzhul Jordach ▄▄▄▄▄▄▄▄ 21:11 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!ofnytlns: Roger9 Krock book` ▄▄▄▄▄▄▄▄▄, 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!jqhwti: Sockbat BakerPrime thePalindrome ▄▄▄▄▄▄ 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!gobee: octacian Krock crazyR ▄▄▄▄▄▄▄▄▄▄▄, 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!nkmdwpoawu: Puka Dumbeldor book` ▄▄▄▄▄▄▄▄▄▄▄▄ 21:12 octacian ...someone please deal with this guy...... 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!yblvbdxa: popey clavi VargaD ▄▄▄▄▄▄▄, 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!pamsekjkj: book` Wayward_One Raven262 ▄▄▄▄▄▄▄▄▄▄ 21:12 SuicideScrub404 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!dgigbg: prawnsalad Hijiri davisonio â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!uevsxu: Fixer bigfoot547 Roger9 ▄▄▄▄▄▄▄▄▄▄▄▄ 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!sobzcljvlw: ShadowBot popey ircSparky ▄▄▄▄▄▄▄ 21:12 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!kvtfrg: Hijiri dmurph Sockbat ▄▄▄▄▄▄▄▄▄▄ 21:13 SuicideScrub404 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!ktvssgafs: basicer twahm celeron55 â–„â–„â–„â–„â–„â–„â–„â– 21:13 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!nyruzl: basicer BakerPrime Foz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 21:13 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!xmpmu: prawnsalad Roger9 dagreatnate ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 21:13 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!rfhzym: jas_ lisac octacian ▄▄▄▄▄▄▄▄ 21:13 SuicideScrub404 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!ikfcg: behalebabo Fixer prawnsalad â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â– 21:13 SuicideScrub404 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LADIES AND GENTLEMENT THERE IS STILL $1,000 UNTIL THE WEECHAT FUNDRAISER GOAL IS MET!! PLEASE GO TO #WEECHAT AND TYPE !donate FOR MORE INFORMATION OR ASK NILS_2 IN THE CHATROOM!!vykrd: Sokomine Taoki twahm ▄▄▄▄▄▄▄▄▄▄▄▄ 21:14 lisac Krock, nerzhul, help pls 21:14 red-001 I feel like donate as a fuck you to the spammers 21:15 sfan5 uh huh 21:17 lisac Looks like they disconnected already, I've taken measures to prevent them from reconnecting. 21:19 Lone-Star OC and his crew going strong ehh 21:19 sfan5 no that's completely unrelated 21:19 lisac Lone-Star: it's some idiot banned from #weechat 21:19 Lone-Star ahh 21:20 Lone-Star just got in and seen the other chan 21:55 ircSparky that moment when you think someone needs you but its just a spammer