Time |
Nick |
Message |
00:01 |
|
ChimneySwift joined #minetest-hub |
00:17 |
|
Ruslan1 joined #minetest-hub |
00:44 |
|
tumeninodes left #minetest-hub |
01:29 |
|
JPP_kimsufi joined #minetest-hub |
01:39 |
|
emigrant13 joined #minetest-hub |
01:40 |
|
Tmanyo joined #minetest-hub |
01:42 |
|
pavlix28 joined #minetest-hub |
01:45 |
|
garywhite1 joined #minetest-hub |
01:47 |
|
garywhite joined #minetest-hub |
02:17 |
ChimneySwift |
does anyone know of any mods which use mapgen to generate a hollow box at a pre-defined location? or similar |
02:45 |
|
paramat joined #minetest-hub |
03:14 |
|
zzzeek21 joined #minetest-hub |
03:39 |
|
BillyS joined #minetest-hub |
03:57 |
|
ssieb joined #minetest-hub |
04:41 |
|
lumberJ joined #minetest-hub |
05:30 |
|
Guest22191 joined #minetest-hub |
05:33 |
|
Myrsloik1 joined #minetest-hub |
06:01 |
|
potatonomicon joined #minetest-hub |
06:44 |
|
CWz joined #minetest-hub |
07:03 |
|
radens joined #minetest-hub |
07:40 |
|
Gael-de-Sailly joined #minetest-hub |
08:19 |
|
jluc joined #minetest-hub |
08:37 |
|
Darcidride joined #minetest-hub |
09:07 |
|
NewbieG joined #minetest-hub |
09:38 |
|
luigi1111w9 joined #minetest-hub |
10:01 |
|
noonehere4u10 joined #minetest-hub |
10:10 |
|
pSub_ joined #minetest-hub |
10:52 |
|
aerozoic joined #minetest-hub |
10:53 |
|
Krock joined #minetest-hub |
11:17 |
|
Fixer joined #minetest-hub |
11:39 |
|
jluc joined #minetest-hub |
11:42 |
|
calcul0n joined #minetest-hub |
11:54 |
|
minyng joined #minetest-hub |
11:59 |
|
Jordach joined #minetest-hub |
12:09 |
|
nerzhul joined #minetest-hub |
12:31 |
|
Krock joined #minetest-hub |
12:40 |
|
aerozoic joined #minetest-hub |
12:59 |
|
riaqn10 joined #minetest-hub |
13:14 |
|
lumberJ joined #minetest-hub |
13:36 |
|
calcul0n joined #minetest-hub |
13:44 |
|
IhrFussel joined #minetest-hub |
13:45 |
IhrFussel |
Can it be that 3d_armor does NOT check whether or not the weared armor even exists still? I think that is the case cause some player (after armor definition changes) told me they have unbreakable armor... not sure if the values still apply there though |
13:50 |
|
mishiranu20 joined #minetest-hub |
13:51 |
|
Ruslan1 joined #minetest-hub |
14:09 |
|
bcc8 joined #minetest-hub |
15:02 |
|
nerzhul joined #minetest-hub |
15:44 |
|
atorian37 joined #minetest-hub |
15:47 |
|
eisbaer-north25 joined #minetest-hub |
15:59 |
rubenwardy |
`set_width(listname, width)`: set width of list; currently used for crafting |
16:00 |
rubenwardy |
`list[<inventory location>;<list name>;<X>,<Y>;<W>,<H>;]` |
16:00 |
Krock |
yes, list[ ignores it |
16:00 |
rubenwardy |
right |
16:00 |
rubenwardy |
thanks |
16:00 |
Krock |
!next (I assume) |
16:00 |
MinetestBot |
Another satisfied customer. Next! |
16:00 |
rubenwardy |
I didn't even have to type the question, lol |
16:00 |
Krock |
^^ |
16:00 |
rubenwardy |
this seems weird to me |
16:01 |
rubenwardy |
it would be more intuitive to have the list be a subgrid of the list |
16:01 |
rubenwardy |
so having the list[] be less than the set_width would result in the right most column being ignored |
16:01 |
rubenwardy |
for example |
16:02 |
Krock |
sounds like a CSM exploit to me |
16:02 |
Krock |
people will assume they can restrict inventory space this way |
16:02 |
rubenwardy |
ah true |
16:03 |
Krock |
but std::min(formspec_list_width, inventory_list_width) would be reasonable for the list[] width |
16:03 |
|
tumeninodes joined #minetest-hub |
16:03 |
Krock |
hi tumeninodes |
16:03 |
tumeninodes |
Hi Krock |
16:04 |
rubenwardy |
maybe a version of list with no W,H could fix this a bit |
16:04 |
rubenwardy |
idk |
16:07 |
rubenwardy |
nice PR |
16:07 |
tumeninodes |
hi rubenwardy |
16:07 |
rubenwardy |
yo! |
16:09 |
rubenwardy |
proposal: make setting to a global which not the same name as your mod at load time an error |
16:09 |
rubenwardy |
s/setting to/declaring/g |
16:10 |
rubenwardy |
obviously you can still use _G.abc |
16:10 |
rubenwardy |
will make a pet peeve of mine harder to do |
16:11 |
Krock |
one of my mods would be affected by that.. not too bad |
16:11 |
rubenwardy |
break all the mods! |
16:11 |
rubenwardy |
mw hahaha |
16:11 |
rubenwardy |
progress! Woo |
16:12 |
tumeninodes |
Ima be breaking all the mods on my game actually (fun days ahead) |
16:12 |
tumeninodes |
MTG should do the same, so it makes it easier on me |
16:13 |
tumeninodes |
just sayin |
16:14 |
Krock |
you could add a metatable function for _G which then uses minetest.get_current_modname() to ensure the variable is named correctly |
16:15 |
rubenwardy |
that already happens |
16:15 |
rubenwardy |
builtin/common/strict.lua |
16:15 |
rubenwardy |
it's just a warning, not an error |
16:26 |
|
royal_screwup21 joined #minetest-hub |
16:30 |
Krock |
oh yes it is |
16:41 |
tumeninodes |
heh, that should be my username |
16:51 |
rdococ |
how is capitalism_game going? I'd love to see a game where it's difficult to live fully independently, and therefore necessitates cooperation or competition with other players |
16:52 |
tumeninodes |
socialism_game is killing it xP |
16:52 |
rdococ |
but how was the first stonecutter made? |
16:52 |
|
paramat joined #minetest-hub |
16:53 |
rdococ |
we need feudalism_game :P |
16:53 |
rubenwardy |
slowly |
16:53 |
tumeninodes |
haha, mintest_revolution |
16:53 |
tumeninodes |
afk for a few |
16:54 |
rdococ |
seize the nodes of production |
16:55 |
rubenwardy |
wonder if it should have different countries |
16:55 |
* rubenwardy |
thinks |
16:55 |
rubenwardy |
politics_and_capitalism_game |
16:55 |
rdococ |
politics_game with both capitalist and socialist regions |
16:55 |
rdococ |
and maybe one feudalist region |
16:56 |
rdococ |
I'm not sure how socialism would work in a Minetest survival server anyway |
16:57 |
|
corvus_ joined #minetest-hub |
16:58 |
|
lisac_ joined #minetest-hub |
17:02 |
|
Tashtari14 joined #minetest-hub |
17:08 |
|
corvus_ joined #minetest-hub |
17:09 |
|
lisac__ joined #minetest-hub |
17:32 |
|
nerzhul joined #minetest-hub |
17:38 |
Fixer |
minecraft_beta |
17:39 |
Krock |
minetest DLC commit 432ab53a |
17:39 |
Krock |
pay $1 to unlock this commit |
17:40 |
tumeninodes |
hahahaha |
17:40 |
tumeninodes |
may be on to something there |
17:48 |
Fixer |
pay $5 to revert this commit |
17:51 |
rubenwardy |
Buy old move and sneak for $10 at https://rubenwardy.com/store/ |
17:53 |
paramat |
lol |
17:55 |
tumeninodes |
$ = progress |
17:56 |
tumeninodes |
MT financing center |
17:58 |
Krock |
I totally missed the chance to post "September" yesterday |
17:58 |
tumeninodes |
order your custom builds & mods here, we do financing. one stop shopping |
17:58 |
Krock |
aww. would've been a good timing |
17:58 |
Krock |
rubenwardy: still the cQ link? |
18:01 |
Krock |
curl -H -I -L https://rubenwardy.com/store/ | grep '<title>' |
18:02 |
Krock |
err. without -H |
18:02 |
Krock |
curl -I -L https://rubenwardy.com/store/ | grep '<title>' |
18:02 |
Krock |
nvm, now the header request works correctly and breaks it again. whatever, you see what I meant |
18:14 |
Jordach |
needs 5.0-dev so be careful |
18:14 |
tumeninodes |
yep, I know |
18:15 |
|
thddx25 joined #minetest-hub |
18:18 |
Krock |
works for me (TM) |
18:18 |
Krock |
!up game.jordach.net 30000 |
18:18 |
MinetestBot |
game.jordach.net:30000 is up (15ms) |
18:19 |
Krock |
(I hope I don't time out now9 |
18:19 |
tumeninodes |
[why am I naked?! 0_o |
18:20 |
Krock |
Jordach: https://i.imgur.com/wGrFy6w.png |
18:21 |
Jordach |
Krock: not on my client 81c06de |
18:21 |
Jordach |
relog |
18:21 |
Jordach |
that usually fixes it because Wuzzy's code is trash |
18:22 |
tumeninodes |
why do I always forget how to chat |
18:22 |
Jordach |
press T |
18:22 |
Jordach |
or / |
18:23 |
tumeninodes |
oh yeh... haha I am not usually on servers |
18:27 |
|
Raven262 joined #minetest-hub |
18:27 |
|
lisac joined #minetest-hub |
18:36 |
|
aerozoic joined #minetest-hub |
19:02 |
Fixer |
Krock: i remember this |
19:03 |
|
{41444d494e}23 joined #minetest-hub |
19:39 |
|
Gael-de-Sailly joined #minetest-hub |
19:41 |
|
skeees17 joined #minetest-hub |
19:45 |
|
Tmanyo joined #minetest-hub |
19:46 |
|
Guest81132 joined #minetest-hub |
19:55 |
|
jluc joined #minetest-hub |
20:03 |
|
paramat joined #minetest-hub |
20:30 |
|
Unix_Dude joined #minetest-hub |
21:01 |
|
albanc20 joined #minetest-hub |
21:03 |
Fixer |
*,,,,,* |
21:09 |
|
captain_morgan10 joined #minetest-hub |
22:03 |
|
corvus_ joined #minetest-hub |
22:07 |
rubenwardy |
!title |
22:07 |
MinetestBot |
rubenwardy: #0172 Tune kocmouch__D Performed by Arduino Nano - YouTube |
22:12 |
|
davidcl3 joined #minetest-hub |
22:32 |
|
ChimneySwift joined #minetest-hub |
22:35 |
|
tumeninodes left #minetest-hub |
22:41 |
paramat |
!title |
22:41 |
MinetestBot |
paramat: Amiga Music: Xtd Compilation #4 - YouTube |
22:41 |
Jordach |
my headphones are currently drying out |
22:42 |
Jordach |
i washed the goddamn pads, they're a bit uh, dirty |
22:51 |
|
Ruslan1 joined #minetest-hub |
22:57 |
|
tcurdt13 joined #minetest-hub |
23:06 |
|
zersh14 joined #minetest-hub |
23:11 |
|
wprins14 joined #minetest-hub |
23:18 |
|
ChimneySwift joined #minetest-hub |
23:46 |
|
BakerPrime joined #minetest-hub |
23:57 |
|
tumeninodes joined #minetest-hub |
23:57 |
tumeninodes |
jordach: you needs some hugz https://earhugz.com/ |