Time |
Nick |
Message |
00:01 |
|
Tmanyo joined #minetest-dev |
00:20 |
|
diemartin joined #minetest-dev |
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:49 |
|
Fixer joined #minetest-dev |
01:54 |
|
octacian joined #minetest-dev |
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 |
02:13 |
|
AntumDeluge joined #minetest-dev |
02:49 |
|
Miner_48er joined #minetest-dev |
02:57 |
|
Sokomine joined #minetest-dev |
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:16 |
|
ssieb joined #minetest-dev |
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:25 |
|
Fritigern joined #minetest-dev |
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:30 |
|
ssieb joined #minetest-dev |
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? |
03:43 |
|
ssieb joined #minetest-dev |
04:26 |
|
Miner_48er joined #minetest-dev |
04:44 |
|
red joined #minetest-dev |
04:44 |
|
red joined #minetest-dev |
04:56 |
|
BakerPrime joined #minetest-dev |
05:04 |
|
EvergreenTree joined #minetest-dev |
05:26 |
|
EvergreenTree joined #minetest-dev |
05:41 |
|
twahm joined #minetest-dev |
06:16 |
|
AntumDeluge joined #minetest-dev |
06:52 |
|
thePalindrome joined #minetest-dev |
08:51 |
|
nerzhul joined #minetest-dev |
08:57 |
nerzhul |
Happy new year :) |
09:19 |
|
lisac joined #minetest-dev |
09:46 |
|
DI3HARD139 joined #minetest-dev |
09:52 |
|
AntumDeluge joined #minetest-dev |
09:56 |
|
paramat joined #minetest-dev |
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 |
10:42 |
|
Krock joined #minetest-dev |
11:46 |
|
paramat joined #minetest-dev |
12:00 |
|
YuGiOhJCJ joined #minetest-dev |
12:05 |
|
YuGiOhJCJ joined #minetest-dev |
12:16 |
|
YuGiOhJCJ joined #minetest-dev |
12:22 |
|
AntumDeluge joined #minetest-dev |
12:28 |
|
YuGiOhJCJ joined #minetest-dev |
12:34 |
|
Fixer joined #minetest-dev |
13:45 |
|
Jordach joined #minetest-dev |
14:08 |
|
fwhcat joined #minetest-dev |
14:48 |
|
compunerd joined #minetest-dev |
15:10 |
|
EvergreenTree joined #minetest-dev |
15:17 |
|
Darcidride joined #minetest-dev |
15:20 |
|
fireglow joined #minetest-dev |
15:24 |
|
mawaway joined #minetest-dev |
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 |
|
Darcidride joined #minetest-dev |
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 |
17:40 |
|
EvergreenTree joined #minetest-dev |
17:43 |
|
Icedream joined #minetest-dev |
18:19 |
|
AntumDeluge joined #minetest-dev |
18:36 |
|
Fixer joined #minetest-dev |
18:46 |
|
twahm joined #minetest-dev |
19:11 |
|
AntumDeluge joined #minetest-dev |
19:47 |
|
Darcidride joined #minetest-dev |
20:04 |
|
ssieb joined #minetest-dev |
20:19 |
|
octacian joined #minetest-dev |
21:11 |
|
SuicideScrub404 joined #minetest-dev |
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:13 |
|
EvergreenTree joined #minetest-dev |
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 |
<dax> 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 |
22:04 |
|
red-001_ joined #minetest-dev |
22:17 |
|
sfan5 joined #minetest-dev |
23:44 |
|
Tmanyo joined #minetest-dev |
23:52 |
|
EvergreenTree joined #minetest-dev |