Time |
Nick |
Message |
01:33 |
|
benrob0329 joined #minetest-hub |
03:55 |
|
ANAND joined #minetest-hub |
06:09 |
|
TommyTreasure joined #minetest-hub |
06:19 |
|
jas_ joined #minetest-hub |
06:19 |
|
jluc joined #minetest-hub |
06:25 |
|
ssieb joined #minetest-hub |
06:35 |
|
CWz joined #minetest-hub |
06:35 |
* jas_ |
scratches his head and wonders: why, for a luaentity sao, does self.object:get_yaw() work, but not self.object:get_texture_mod()? this crashes as it's a nil value. https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L5076 <-- maybe one is supposed to set a texture mod first before it can be gotten. |
06:49 |
|
DI3HARD139-m joined #minetest-hub |
07:09 |
jas_ |
(this was in an on_step function of a spawned entity. didn't test anything.) |
07:39 |
|
ChimneySwift joined #minetest-hub |
09:23 |
|
T4im joined #minetest-hub |
09:32 |
jas_ |
i hope the memory is cleared when minetest.sound_fade() does its thing and the sound is at its target, which is a required parameter. so a fade to zero on a looping sound will always play |
09:32 |
jas_ |
there's no way to stop a fading sound, because you can't access its handle with minetest.sound_stop once it's passed to minetest.sound_fade. |
09:33 |
jas_ |
so i just hope once the sound reaches its target dest, it clears memory or whatever? |
09:34 |
jas_ |
i took a screenshot of me running out of memory: https://i.imgur.com/6FPWI85.png |
09:34 |
jas_ |
but i chalk that up to my poor programming ha |
10:01 |
T4im |
on_step runs every server step; dtime should be that serverstep time most of the time but might increase to larger numbers when the entity gets unloaded for a while then loaded again, so reusing dtime in minetest.after already looks problematic |
10:03 |
T4im |
plus you do kinda run snd.play quite a lot here then when it passes a player |
10:03 |
T4im |
multiple times if more than one player |
10:04 |
jas_ |
https://www.youtube.com/watch?v=3GSWCrfCAr4 well geez i thought i summed all that up in "my poor programming" but that's good too |
10:05 |
jas_ |
ha |
10:05 |
jas_ |
i like to goof around |
10:05 |
T4im |
sorry, thought you asked for comments with that :) |
10:05 |
jas_ |
i guess i did, i dunno, i appreciate it. but i mentioned before about sound_fade, i really wonder about this one. |
10:06 |
jas_ |
it's always perplexed me. what pains me is that you can't minetest.stop_sound a sound that's fading |
10:11 |
T4im |
might just miss setting a stopping state, or doing a stopping check on such a state in the tweening code |
10:12 |
jas_ |
in c++? |
10:12 |
jas_ |
i looked at it once, i couldn't make heads or tails |
10:12 |
T4im |
yea |
10:35 |
|
Fixer joined #minetest-hub |
11:46 |
|
jas_ joined #minetest-hub |
11:55 |
|
calcul0n joined #minetest-hub |
13:09 |
|
Ruslan1 joined #minetest-hub |
13:38 |
|
FrostRanger joined #minetest-hub |
13:47 |
|
tenplus1 joined #minetest-hub |
13:47 |
tenplus1 |
hi folks :) |
14:32 |
* tenplus1 |
boops all da noses |
14:48 |
* xerox123 |
has been booped |
14:48 |
tenplus1 |
lol, hi xerox |
14:49 |
xerox123 |
oh, ubuntu 18/10 should be released today? |
14:49 |
xerox123 |
18.10* |
14:49 |
tenplus1 |
yup yup, am using final release/update as we speak |
14:50 |
tenplus1 |
Xubuntu is REALLY good... so many customers using it and lovin' it... just like mickey D's |
14:51 |
tenplus1 |
but I really do not like gnome3... it may look nice but themes are hacky |
14:51 |
xerox123 |
Checking for a new Ubuntu release |
14:51 |
xerox123 |
No new release found. |
14:51 |
tenplus1 |
they are building final iso's, but if you had beta isntalled you just update to final :D |
14:53 |
tenplus1 |
http://cdimage.ubuntu.com/xubuntu/daily-live/current/ |
14:55 |
rubenwardy |
<3 XFCE |
14:56 |
tenplus1 |
hi ruben :P |
14:56 |
rubenwardy |
Tried out i3wm yesterday, you can't even open programs |
14:56 |
rubenwardy |
How terrible |
14:56 |
tenplus1 |
you tried IceWM yet ? |
14:58 |
tenplus1 |
very small, kinda like windows95 but themeable :P |
15:00 |
|
benrob0329 joined #minetest-hub |
15:03 |
|
jluc joined #minetest-hub |
15:03 |
tenplus1 |
o/ benrob |
15:07 |
|
calcul0n joined #minetest-hub |
15:10 |
tenplus1 |
wb |
15:19 |
|
TMcSquared joined #minetest-hub |
15:19 |
tenplus1 |
hi tmc |
15:19 |
TMcSquared |
o/ |
15:20 |
TMcSquared |
for some reason I can't get into my bouncer D: |
15:21 |
|
FrostRanger joined #minetest-hub |
15:29 |
|
benrob0329 joined #minetest-hub |
15:29 |
tenplus1 |
wb ben |
15:30 |
benrob0329 |
ty |
15:30 |
benrob0329 |
laptop went to sleep |
15:30 |
tenplus1 |
heh |
15:34 |
tenplus1 |
heh nice theme :DDD |
15:44 |
VanessaE |
ah yes, the default Fisher-Price theme ;) |
15:44 |
tenplus1 |
ehehe, hi Vanessa |
15:44 |
VanessaE |
hi |
15:45 |
tenplus1 |
least it's not win 3.1 theme |
15:45 |
VanessaE |
heh |
15:50 |
|
tumeninodes joined #minetest-hub |
15:52 |
tenplus1 |
hji tumeni |
15:52 |
tumeninodes |
Hi ten |
15:52 |
TMcSquared |
o/ |
15:52 |
tumeninodes |
howdy |
15:53 |
tumeninodes |
5*c here today... I am not happy >:( |
15:53 |
tenplus1 |
cold... |
15:53 |
tumeninodes |
yah it is |
15:53 |
tenplus1 |
12c here but gonna be a coooooold night |
15:53 |
tumeninodes |
and windy... I do not like wind |
15:54 |
* tenplus1 |
hides the beans |
15:54 |
tumeninodes |
haha |
15:54 |
tumeninodes |
definitely getting into protein weather |
15:55 |
|
benrob0329 joined #minetest-hub |
15:56 |
tumeninodes |
I guess what ever yard work I have not done now will wait until next year :D |
15:58 |
sofar |
I just need like 1-2 more sessions on the scotch broom infestation this year |
15:58 |
sofar |
to bring it to acceptable levels |
15:59 |
tenplus1 |
heh |
15:59 |
tumeninodes |
you wont make it... its too cold |
16:01 |
tumeninodes |
rent a flame thrower and burn it |
16:04 |
tenplus1 |
it's almost Guy Fawkes Day anyhoo |
16:06 |
Fixer |
it is summer here |
16:06 |
tumeninodes |
way to celebrate a failure :D |
16:06 |
tenplus1 |
mwhehehe |
16:06 |
Fixer |
+25C |
16:06 |
Fixer |
._. |
16:06 |
tumeninodes |
I should have SO many days named after me by that standard |
16:07 |
tumeninodes |
Fixer, get that guest room ready... on my way |
16:07 |
Fixer |
most of Europe has those temps as well |
16:08 |
Fixer |
has/have/nobodycares |
16:09 |
tumeninodes |
US is headed into a mini iceage.... lovely... I'll get my arthritis ready |
16:09 |
tenplus1 |
Arthritic powers activate!! |
16:09 |
tumeninodes |
haha |
16:09 |
tumeninodes |
Arthritis Man! |
16:10 |
* tenplus1 |
places lava near tumeni to heat ya up |
16:10 |
tumeninodes |
YESsssss |
16:17 |
tenplus1 |
does anyone know offhand if the NSSM mod was LGPL-2.1+ or LGPL-3 ??? |
16:17 |
tenplus1 |
it only lists LGPL and Snark is trying to get it uploaded to the debian repos |
16:30 |
|
Gael-de-Sailly joined #minetest-hub |
16:30 |
tenplus1 |
hi gael |
16:30 |
Gael-de-Sailly |
hi |
16:32 |
tumeninodes |
why upload it to the deb repos? |
16:33 |
tenplus1 |
Snark is adding many mods to the debian repo's so that you can install Minetest and say mobs, farming, nssm, lucky blocks etc. from there |
16:33 |
tenplus1 |
at least until 5.0 is final and the mod tab works :D |
16:37 |
|
behalebabo joined #minetest-hub |
16:37 |
tenplus1 |
o/ behalebabo |
16:50 |
behalebabo |
\o |
17:01 |
Fixer |
\\o |
17:01 |
tenplus1 |
hey fixe |
17:01 |
tenplus1 |
*r what's new ? |
17:02 |
Shara |
It looked like mods there just get massively out of date and so on, from what I remember seeing |
17:02 |
|
behalebabo joined #minetest-hub |
17:02 |
tenplus1 |
hi Shara |
17:03 |
Shara |
Hi 11 :P |
17:03 |
tenplus1 |
yeah, would rather the mod tab be worked on and players can always get up-to-date mods |
17:09 |
tumeninodes |
all repos have that problem if the uploader does not maintain the package and, if others are not interested |
17:09 |
tenplus1 |
then a fork is born :D |
17:10 |
tumeninodes |
which then gets uploaded, and not maintained... the circle of life haha |
17:10 |
tenplus1 |
lolol |
17:11 |
tenplus1 |
I try my best to maintain the mods I have, even adding lucky blocks for the smaller one's |
17:11 |
tenplus1 |
e.g. added a Spar Bag to the bags for lucky blocks, only has 2 slots being a plastic carrier bag :D |
17:11 |
tenplus1 |
special item |
17:12 |
tumeninodes |
would be wise, when uploading to the major repos "Debian, Ubuntu" etc.. to add a note that the build may be outdated and a link to current dev sites |
17:12 |
tumeninodes |
PLASTIC?! |
17:12 |
tenplus1 |
lol yeah, is a joke item you only obtain when using lucky blocks, one of the plastic grocery bags from the Spar brand :D |
17:13 |
tumeninodes |
look here... plastic... is no joke friend |
17:13 |
tumeninodes |
:P |
17:14 |
tenplus1 |
players leaving them lying around the server, polluting the seas andkilling sharks :D |
17:14 |
tumeninodes |
you're gonna cause an occupy Minetest movement |
17:14 |
tenplus1 |
mwhehehe |
17:14 |
* Shara |
starts a protest |
17:14 |
tumeninodes |
we are doomed |
17:15 |
Shara |
Actually, if they kill MTG coral I'm okay with it. |
17:15 |
tenplus1 |
have still to see anyone build with it or do anything with it beyond bonemeal mod |
17:16 |
tumeninodes |
maybe iff you look along the rivers... you will find some tent cities.. with an abundance of plastic bags |
17:17 |
tumeninodes |
of course Shara, wants to kill our coral reefs |
17:17 |
tenplus1 |
yeah hobo-ville with plastic sheets from homedecor, bags and cardboard :D |
17:17 |
tumeninodes |
I can hear my MT stocks plummeting |
17:19 |
tumeninodes |
someone should really build that now |
17:21 |
VanessaE |
Minegeld ↓15% 0.85 |
17:21 |
VanessaE |
:P |
17:22 |
tumeninodes |
Nuuuuuuuuuu! |
17:22 |
tenplus1 |
:P |
17:43 |
|
Krock joined #minetest-hub |
17:43 |
Krock |
hi tenplus1 |
17:43 |
tenplus1 |
hey Krock, whassup :PP |
17:44 |
Krock |
tenplus1: totally happy about my secondary PC (backup) which gamers would already describe as "ancient" |
17:44 |
tenplus1 |
heh, what spec ya got ? |
17:46 |
tumeninodes |
and here I am, literally just removed the 60gb HDD from my HP AMD64/3200 1024mb ram |
17:48 |
|
jas_ joined #minetest-hub |
17:49 |
tenplus1 |
convert them into minetest servers |
17:49 |
tenplus1 |
sweet :D |
17:49 |
tumeninodes |
nah, just the cost of electricity they suck up would not be worth it |
17:50 |
tumeninodes |
g3 macs loves electricities |
17:50 |
tenplus1 |
very true, could get a Rock64Pro for that |
18:00 |
tenplus1 |
that'll be my xmas gift to myself, and I'll try and set it up to be a dedicated mt server :D |
18:07 |
|
ssieb joined #minetest-hub |
18:07 |
tenplus1 |
o/ ssieb |
18:08 |
ssieb |
hi |
18:43 |
tenplus1 |
PigIron mod updated with clear_recipe added for iron lump > steel ingot |
18:55 |
|
jas__ joined #minetest-hub |
18:55 |
tenplus1 |
hi jas |
19:05 |
|
garywhite joined #minetest-hub |
19:06 |
tenplus1 |
hi gary |
19:07 |
garywhite |
hi |
19:18 |
tenplus1 |
wait a sec, if paramat removed the abm to turn orange/brown coral into white coral then how do we get white coral from now on ?? |
19:19 |
tumeninodes |
~... magic ...~ |
19:20 |
tumeninodes |
They all float down here tenplus1 |
19:20 |
tenplus1 |
lol... we may need to add cooking recipes to make them white |
19:20 |
tenplus1 |
everyone floats down here tumeni :P |
19:20 |
tumeninodes |
ha |
19:26 |
tenplus1 |
https://github.com/minetest/minetest_game/pull/2246 |
19:26 |
tenplus1 |
!title |
19:26 |
MinetestBot |
tenplus1: cook coral into skeleton coral by tenplus1 · Pull Request #2246 · minetest/minetest_game · GitHub |
19:29 |
tenplus1 |
ignore that |
19:29 |
tenplus1 |
turns out when you dig coral it automatically turns into skeleton coral o.O |
19:29 |
tumeninodes |
you didn't read the fine print |
19:30 |
tenplus1 |
must have missed that bit :D |
19:30 |
tenplus1 |
digging coral shouldnt automatically make it turn into skeleton coral |
19:30 |
tenplus1 |
that requires drying |
19:30 |
tenplus1 |
but I suppose that was the easy way of doing it |
19:32 |
tumeninodes |
well, when you dig it, and remove it from water... it is already drying so... |
19:33 |
tenplus1 |
yeah, we'll stick with that one :P heh |
19:33 |
tumeninodes |
;) |
19:35 |
|
aerozoic joined #minetest-hub |
19:36 |
tenplus1 |
hi aerozoic |
19:36 |
aerozoic |
wazup tenplus1 ! |
19:36 |
tenplus1 |
tinkering as always :D |
19:36 |
tenplus1 |
you ? |
19:59 |
tenplus1 |
Lucky Block 1.0 released, added ability for modders to make custom lucky block nodes that contain their own list of features/blocks: https://notabug.org/TenPlus1/lucky_block |
20:01 |
Fixer |
thank you |
20:01 |
tenplus1 |
as for bots, in this day and age you never know who is what anymore :PP |
20:08 |
tumeninodes |
be boo boo bop? |
20:10 |
|
BillyS joined #minetest-hub |
20:11 |
tenplus1 |
hey billy |
20:27 |
|
Ruslan1 joined #minetest-hub |
20:37 |
tenplus1 |
nite all o// |
20:37 |
|
tenplus1 left #minetest-hub |
21:02 |
|
benrob0329 joined #minetest-hub |
21:15 |
|
garywhite joined #minetest-hub |
21:15 |
|
garywhite joined #minetest-hub |
22:21 |
|
Fixer_ joined #minetest-hub |
22:56 |
|
Fixer joined #minetest-hub |