Time |
Nick |
Message |
00:08 |
|
frecel joined #minetest |
00:08 |
|
ClaudeRoy joined #minetest |
00:22 |
srifqi |
anybody know why Minetest is deleted from Wikipedia? |
00:23 |
VanessaE |
srifqi: "not notable" enough |
00:23 |
srifqi |
like "no references"? |
00:23 |
VanessaE |
yep |
00:23 |
VanessaE |
not enough independent, significant refererences |
00:23 |
VanessaE |
references* |
00:24 |
VanessaE |
rubenwardy has an old work-in-progress article in his namespace |
00:28 |
|
midnight joined #minetest |
00:58 |
|
Viper168 joined #minetest |
01:04 |
|
err404 joined #minetest |
01:26 |
|
srifqi joined #minetest |
01:28 |
fireglow |
What is the current default mapgen for new maps? |
01:29 |
srifqi |
fireglow: the default is v6 |
01:29 |
srifqi |
it is the most stable 'till now AFAIK |
01:29 |
fireglow |
srifqi: okay, thank you |
01:29 |
srifqi |
np :D |
01:32 |
srifqi |
VanessaE, that's bad that no Minetest article in English Wikipedia, while another language has it. |
01:55 |
|
shadowzone joined #minetest |
02:46 |
jentron |
How do I give someone fly powers? |
02:46 |
jentron |
flying, freemove... |
02:49 |
VanessaE |
/grant <user> fly |
02:49 |
VanessaE |
then tell them to press 'k' to enable it |
02:50 |
est31 |
freemove is called noclip |
02:50 |
est31 |
/grant user noclip |
02:50 |
est31 |
accessible with h key |
02:51 |
fireglow |
http://38.media.tumblr.com/99b5006603f35dab2214f48a383c240e/tumblr_nhylf5LzMk1rl1jado1_500.gif cats, man |
02:51 |
fireglow |
hi est31 :) |
02:51 |
est31 |
hi fireglow :) |
02:51 |
est31 |
!cat |
02:51 |
MinetestBot |
http://i.imgur.com/iEyDY2z.jpg |
02:52 |
jentron |
Thanks VanessaE |
02:52 |
VanessaE |
sure |
02:52 |
fireglow |
caat |
02:52 |
jentron |
So noclip is only for horizontal walls? |
02:52 |
est31 |
no |
02:52 |
est31 |
all wall kinds |
02:53 |
est31 |
btw it only works with fly enabled |
02:53 |
est31 |
otherwise you'd start falling into nothingness |
02:53 |
|
Valley_Cat joined #minetest |
02:53 |
jentron |
Ah, I see that now. I didn't realize that before |
03:07 |
|
Tablet_One joined #minetest |
03:09 |
Sokomine |
i mean getting the list of files in a directory (especially *.we and *.mts). i don't remember if a way to get a list of files in a folder that's independent of the os exists |
03:10 |
est31 |
? |
03:10 |
est31 |
Sokomine, you sure you didnt miss the first part |
03:11 |
Sokomine |
er, which first part? |
03:11 |
Sokomine |
i asked a couple of hours ago :-) |
03:12 |
est31 |
not within the last 5 hours... |
03:12 |
* est31 |
checks public logs |
03:12 |
est31 |
ah |
03:12 |
est31 |
yea |
03:13 |
est31 |
mhh even if there was such a mechanism, the security patch would prevent reading or writing inside a mod's directory |
03:13 |
est31 |
dont know if there is. |
03:14 |
est31 |
that really has to be implemented. |
03:14 |
est31 |
even if its something like local modname.accesshandle = minetest.get_mod_directory_access() |
03:15 |
est31 |
it perhaps should be that |
03:16 |
Sokomine |
you probably mean *outside* a mod's directory? |
03:16 |
est31 |
nope |
03:16 |
Sokomine |
can files as such be read and written? |
03:16 |
est31 |
after a mod was loaded, it cant be accessed anymore |
03:16 |
est31 |
not even itself |
03:17 |
Sokomine |
how about savefiles for diffrent values? those are usually per world... |
03:17 |
est31 |
I agree that you dont know anymore then what "itself" means when code a from mod c calls code b from mod d |
03:17 |
est31 |
I think worlds have such. |
03:17 |
est31 |
ok all the internet sais is that you have to implement it in native code, so lua itself doesnt have such functionality. |
03:18 |
Sokomine |
i'm not sure in how far that security patch got coded? |
03:18 |
est31 |
almost finished |
03:18 |
est31 |
that was in fact the only problem I found with it |
03:18 |
est31 |
also that it likes to throw errors |
03:18 |
Sokomine |
but writing and reading a file in the world folder is still possible? |
03:19 |
est31 |
yes |
03:19 |
Sokomine |
that's something then. most of these things are per world anyway. or, in the case of schematics, maybe a shared directory... |
03:19 |
Sokomine |
and we don't have a way to get a directory listing of the world folder? |
03:19 |
est31 |
no |
03:20 |
Sokomine |
ok. thanks. i wasn't sure if something got implemented |
03:20 |
est31 |
what would you need it for? |
03:24 |
Sokomine |
a list of files in the schems/* folder of each world. after all that's what worldedit uses |
03:24 |
Sokomine |
perhaps that folder could be used for data exchange |
03:25 |
est31 |
exchange? |
03:25 |
|
GeHa joined #minetest |
03:26 |
Sokomine |
well, for worldedit and my build-chest, getting a list of all available schematics is sufficient... |
03:26 |
est31 |
worldedit doesnt have those lists either |
03:27 |
Sokomine |
hmm. could be useful though... |
03:27 |
est31 |
tab completion yes |
03:28 |
est31 |
I had some thoughts about that |
03:28 |
est31 |
a tab completion API |
03:28 |
Sokomine |
think of cornernotes towntest mod. what i want is something similar (though quite diffrent in detail) |
03:28 |
Sokomine |
that might be nice as well |
03:30 |
Sokomine |
i could save the filenames when people use my mod to save buildings, but...something more versatile would be better |
03:31 |
|
Warr1024 left #minetest |
03:34 |
est31 |
yes |
03:37 |
|
Shackra joined #minetest |
03:45 |
|
fuznuts joined #minetest |
04:24 |
|
Zeno` joined #minetest |
04:29 |
srifqi |
*playing with 2D fractal (mandelbrot) |
04:38 |
|
]DMackey[ joined #minetest |
04:44 |
|
Akagi201_ joined #minetest |
04:48 |
|
chchjesus joined #minetest |
05:20 |
|
OldCoder joined #minetest |
05:24 |
fireglow |
~seen windhero |
05:24 |
ShadowBot |
fireglow: I saw windhero in #minetest 11 weeks, 3 days, 9 hours, 23 minutes, and 41 seconds ago saying "Astronomers are getting desperate..." |
05:40 |
|
srifqi joined #minetest |
05:43 |
|
someguy_irc joined #minetest |
06:00 |
|
srifqi joined #minetest |
06:11 |
|
hmmmm joined #minetest |
06:13 |
|
hmmmm joined #minetest |
06:34 |
srifqi |
~seen Zeno` |
06:34 |
ShadowBot |
srifqi: I saw Zeno` in #minetest 1 day, 3 hours, 2 minutes, and 23 seconds ago saying "jolly good show" |
06:35 |
srifqi |
~seen srifqi |
06:35 |
ShadowBot |
srifqi: I saw srifqi in #minetest 25 seconds ago saying "~seen Zeno`" |
06:35 |
srifqi |
~seen hmmmm |
06:35 |
ShadowBot |
srifqi: I saw hmmmm in #minetest 1 day, 4 hours, 57 minutes, and 53 seconds ago saying "=]" |
06:36 |
|
chchjesus joined #minetest |
06:44 |
|
srifqi joined #minetest |
06:48 |
|
nore joined #minetest |
06:53 |
|
srifqi joined #minetest |
06:57 |
|
Viper168 joined #minetest |
07:01 |
|
srifqi joined #minetest |
07:18 |
|
jin_xi joined #minetest |
07:25 |
|
err404 joined #minetest |
07:41 |
|
fusion44 joined #minetest |
08:01 |
|
Yepoleb_ joined #minetest |
08:11 |
|
Krock joined #minetest |
08:22 |
|
Calinou joined #minetest |
08:37 |
|
zero-ghost joined #minetest |
08:46 |
srifqi |
Github still being attacked :( |
08:51 |
srifqi |
Krock, Calinou, do you get long time to open github.com ? |
08:51 |
MinetestBot |
[git] nerzhul -> minetest/minetest: queued_commands must be a std::deque. RunCommandQueues needs to push packet on front, not back dfe00ab http://git.io/j2gU (2015-03-29T10:49:43+02:00) |
08:51 |
Krock |
< 1s |
08:53 |
srifqi |
um.. |
08:53 |
srifqi |
ah, it loads fast now |
08:54 |
srifqi |
it took long time to load before |
08:58 |
Krock |
aargh. I've lost a complete hour while sleeping |
08:59 |
srifqi |
sleep? *calculates timezones |
09:00 |
srifqi |
10a.m.? |
09:02 |
Krock |
11 AM with GMT+1 |
09:04 |
srifqi |
argh... wrong timezone |
09:04 |
Calinou |
https://status.github.com/ |
09:05 |
Krock |
Uhm. I'm searching that poll-creating website with the note paper background and some pseudo-handwritten font |
09:06 |
Krock |
Does anyone know which one I mean? |
09:06 |
srifqi |
Calinou, still shows yellow icon? |
09:06 |
srifqi |
Krock, no, sorry |
09:06 |
srifqi |
Krock, can you answer this: https://forum.minetest.net/viewtopic.php?p=174305#p174305 |
09:07 |
Calinou |
Krock, I remember it, but I don't know the exact name |
09:09 |
Calinou |
oh, strawpoll.me |
09:09 |
Calinou |
someone just talked about it in #tox |
09:09 |
Krock |
thanks :D |
09:09 |
Calinou |
is well-suited to “What is your favorite pony?†questions |
09:09 |
Calinou |
john_minetest did that once here |
09:10 |
|
Zeno` joined #minetest |
09:11 |
Krock |
:3 |
09:12 |
|
theTroy joined #minetest |
09:15 |
Zeno` |
:3 |
09:15 |
Zeno` |
O-o |
09:15 |
Zeno` |
:-o |
09:15 |
srifqi |
#minetest has many banned client |
09:15 |
fireglow |
very ban |
09:15 |
fireglow |
wow |
09:16 |
Zeno` |
Well I have banned the whole of China on my server, so I guess that's true |
09:16 |
Zeno` |
(LOL) |
09:16 |
srifqi |
... |
09:16 |
Zeno` |
too many attacks |
09:16 |
Zeno` |
so I just drop all packets coming from chinese address ranges |
09:17 |
srifqi |
oh, |
09:17 |
srifqi |
just checked #wikipedia and get same result: many client |
09:17 |
Zeno` |
I tried to do it selectively at first but it was out of control and I couldn't keep up that way |
09:18 |
srifqi |
wait, is there Minetest in chinese translation? |
09:18 |
Zeno` |
I dunno |
09:18 |
Zeno` |
maybe |
09:19 |
Zeno` |
can't see it though |
09:19 |
srifqi |
um... |
09:19 |
Zeno` |
zh_CN maybe |
09:20 |
Zeno` |
which is apparently simplified Chinese |
09:23 |
Krock |
srifqi, try to find your own meaning for M I N E T E S T, I can't |
09:23 |
xenkey |
yo |
09:24 |
Zeno` |
Many Interesting New Extras That Exceed Server Thresholds |
09:25 |
Zeno` |
maybe Elements would be better than Extras |
09:25 |
|
srifqi joined #minetest |
09:26 |
|
theTroy joined #minetest |
09:26 |
Zeno` |
err |
09:26 |
Zeno` |
missed I |
09:27 |
Zeno` |
Many Innovative New Elements That Exceed Server Thresholds |
09:27 |
Zeno` |
that'll do |
09:28 |
srifqi |
nice Zeno`! |
09:30 |
Zeno` |
Mining Into Nether Extremes Takes Extra Special Tools |
09:30 |
Zeno` |
this is fun! :D |
09:31 |
fireglow |
post on the threadden |
09:32 |
srifqi |
Zeno`: yup! you always answer more than 1! |
09:33 |
Zeno` |
Maybe I Need Every Tool Ever, So There! |
09:34 |
Zeno` |
forums? |
09:34 |
Zeno` |
I forgot my passowrd |
09:34 |
srifqi |
Zeno`: yes |
09:34 |
srifqi |
how it can be? |
09:34 |
Zeno` |
bad memory |
09:36 |
srifqi |
poor Zeno` |
09:36 |
fireglow |
keepassx ;) |
09:37 |
Zeno` |
I can't remember my own name some days! |
09:38 |
srifqi |
XD that's weird |
09:38 |
|
ElectronLibre joined #minetest |
09:39 |
Zeno` |
Have we met, srifqi? |
09:39 |
srifqi |
argh... |
09:39 |
Zeno` |
I am Zeno`; pleased to meet you |
09:39 |
Zeno` |
lol |
09:39 |
Zeno` |
:D |
09:39 |
srifqi |
:P |
09:44 |
|
Haudegen joined #minetest |
09:45 |
Zeno` |
did you know that My Iguana Needlessly Eats Tacos Every Single Thursday? |
09:46 |
srifqi |
wat? |
09:46 |
srifqi |
woah |
09:46 |
Zeno` |
greedy thing |
09:46 |
fireglow |
lol |
09:46 |
srifqi |
have you post it into forum? |
09:47 |
Zeno` |
can't remember the URL |
09:47 |
Zeno` |
hehe I'll bbiab :D |
09:50 |
|
ipv6b joined #minetest |
09:55 |
|
SylvieLorxu joined #minetest |
10:13 |
|
DarkNekros joined #minetest |
10:17 |
|
MinetestForFun joined #minetest |
10:52 |
|
alket joined #minetest |
11:05 |
|
CoconutOfDeath joined #minetest |
11:10 |
Krock |
[Non-Git] SmallJoker -> modSearch.php: Added download and view source links for (sub)games (2015-03-29T13:00:00+02:00) |
11:10 |
|
Jousway joined #minetest |
11:13 |
|
jojoa1997 joined #minetest |
11:18 |
|
ClaudeRoy joined #minetest |
11:23 |
|
Zeno` joined #minetest |
11:27 |
|
assine joined #minetest |
11:28 |
|
SopaXorzTaker joined #minetest |
11:30 |
|
SouL joined #minetest |
11:32 |
MinetestBot |
[git] Zeno- -> minetest/minetest: Update credits e3d69f2 http://git.io/jaTJ (2015-03-29T21:31:13+10:00) |
11:33 |
Krock |
duh! I'm on top of the active contributor list but I wasn't even active that much |
11:34 |
Zeno` |
oh well |
11:34 |
Zeno` |
next release I'll move you |
11:34 |
Zeno` |
lol xD |
11:34 |
Krock |
:P |
11:35 |
|
Hirato joined #minetest |
11:38 |
|
roniz joined #minetest |
11:41 |
Krock |
Zeno`, do you know why the mutex speedtest never ends? I mean - it locks and unlocks forever |
11:41 |
Krock |
..or it's just damn slow |
11:41 |
Zeno` |
in unit tests? |
11:42 |
Krock |
--speedtest |
11:42 |
Zeno` |
oh I dunno... I can look I suppose |
11:42 |
Krock |
I looked into the codes but.. the loops should end somewhen |
11:43 |
Zeno` |
something seems broken doesn't it |
11:43 |
Krock |
Does it behave the same way on your machine? |
11:43 |
sfan5 |
13:43:44: INFO[main]: The following test should take around 20ms. |
11:43 |
sfan5 |
13:43:44: INFO[main]: Testing std::string speed took 0ms |
11:43 |
sfan5 |
gg |
11:44 |
Krock |
same on here. 0ms is quite good |
11:44 |
sfan5 |
huh |
11:44 |
sfan5 |
every test seems to take 0ms |
11:44 |
Krock |
then is the timetaker broken? |
11:46 |
|
FR^2 joined #minetest |
11:48 |
|
Ataron joined #minetest |
11:49 |
|
fusion44 joined #minetest |
11:54 |
Zeno` |
ok fixed it |
11:54 |
Zeno` |
will make a PR in a sec |
11:57 |
|
MinetestForFun joined #minetest |
12:02 |
|
turtleman_ joined #minetest |
12:05 |
|
SouL joined #minetest |
12:05 |
Zeno` |
Krock, https://github.com/minetest/minetest/pull/2573 |
12:06 |
Krock |
Lol, what a simple fix. Looks good :) |
12:08 |
MinetestBot |
[git] Zeno- -> minetest/minetest: Fix typo 3410101 http://git.io/jasc (2015-03-29T22:08:14+10:00) |
12:13 |
|
Trustable joined #minetest |
12:14 |
Zeno` |
Krock, do you want me to change the author name to you? |
12:15 |
Krock |
Zeno`, I'm happy with the current situation :) |
12:15 |
|
LazyJ joined #minetest |
12:16 |
Zeno` |
heh |
12:16 |
Zeno` |
you sure you don't want credit for moving 2 lines of code? |
12:16 |
Zeno` |
It's a big change |
12:17 |
Zeno` |
HUGE |
12:17 |
Krock |
I'm not sure if you're kidding. |
12:17 |
Zeno` |
well, yeah I am kidding. I'll add a note thanking you for reporting it |
12:18 |
Krock |
haha, that's fine :) |
12:18 |
Zeno` |
credit where credit is due! |
12:18 |
Zeno` |
heh |
12:21 |
MinetestBot |
[git] Zeno- -> minetest/minetest: Make sure g_timegetter is initalised before running speedtests e1475bd http://git.io/janN (2015-03-29T22:21:32+10:00) |
12:24 |
|
Jordach joined #minetest |
12:27 |
|
stormchaser3000 joined #minetest |
12:29 |
|
Tg1 joined #minetest |
12:29 |
MinetestBot |
[git] Zeno- -> minetest/minetest: Fix Android build-related bugs 5ee0d8a http://git.io/jaCx (2015-03-29T22:27:01+10:00) |
12:45 |
|
DMackey joined #minetest |
12:51 |
|
MinetestForFun joined #minetest |
12:53 |
|
MinetestForFun joined #minetest |
12:57 |
|
MinetestForFun joined #minetest |
12:59 |
|
zero-ghost joined #minetest |
12:59 |
|
behalebabo joined #minetest |
13:02 |
|
arsdragonfly joined #minetest |
13:02 |
arsdragonfly |
cannot open github these days... |
13:03 |
arsdragonfly |
if i could buy myself a free internet by spending 45$ a year on a VPN, i'm ok with that |
13:05 |
arsdragonfly |
but the Great Firewall here never seems to stop strengthening... |
13:11 |
|
Trustable_2 joined #minetest |
13:12 |
zero-ghost |
technology alone cant defeat evil |
13:12 |
zero-ghost |
the chinese need to stand up and fight |
13:12 |
zero-ghost |
or else they're headed down to 0% privacy from the 1% they have now |
13:19 |
|
Viper168 joined #minetest |
13:20 |
|
Krock2 joined #minetest |
13:22 |
|
Jordach_ joined #minetest |
13:26 |
xenkey |
appears there's a lot of players on my server |
13:26 |
|
SopaXorzTaker joined #minetest |
13:26 |
xenkey |
for some reason |
13:26 |
xenkey |
I just wanted a small server ;c |
13:29 |
|
raffahacks joined #minetest |
13:30 |
|
raffahacks left #minetest |
13:40 |
|
hmmmm joined #minetest |
13:43 |
xenkey |
Can I remove all areas which share an area with a selection? |
13:43 |
MinetestBot |
AttributeError: 'NoneType' object has no attribute 'groups' (file "/home/sfan5/mtbot/modules/rssnotify.py", line 16, in to_unix_time) |
13:43 |
xenkey |
cool MinetestBot |
13:44 |
sfan5 |
this sucks |
13:44 |
MinetestBot |
AttributeError: 'NoneType' object has no attribute 'groups' (file "/home/sfan5/mtbot/modules/rssnotify.py", line 16, in to_unix_time) |
13:44 |
sfan5 |
MinetestBot: quit |
13:45 |
xenkey |
3365120 nodes set to air... |
13:46 |
ElectronLibre |
Oh, it reminds me some few things I found while trying MinetestBot a few days ago.. I think I fixed it. |
13:52 |
xenkey |
I don't think players will be pleased that I destroyed most of their houses then protected the area. |
13:53 |
xenkey |
but at least it looks better |
13:53 |
|
MinetestBot joined #minetest |
14:01 |
xenkey |
https://a.pomf.se/rwqeov.png little issue |
14:04 |
sfan5 |
i think there is a command to clear objects (e.g items) from an area |
14:06 |
xenkey |
/clearobjects ain't it is it? |
14:09 |
sfan5 |
no |
14:10 |
sfan5 |
that one clears all objects |
14:10 |
sfan5 |
xenkey: //clearobjects (make sure it has // not /) |
14:10 |
xenkey |
Ah, right |
14:10 |
xenkey |
Thanks |
14:14 |
|
raymondillo joined #minetest |
14:20 |
|
fz72 joined #minetest |
14:21 |
|
rubenwardy joined #minetest |
14:22 |
|
luizrpgluiz joined #minetest |
14:25 |
|
Zeno` joined #minetest |
14:28 |
rubenwardy |
Hi all!# |
14:30 |
luizrpgluiz |
hi ruben ^^ |
14:32 |
zero-ghost |
whats fly command? |
14:34 |
rubenwardy |
k |
14:34 |
MinetestBot |
[git] Zeno- -> minetest/minetest: Let main menu scale (non-Android) bf06b68 http://git.io/jaFw (2015-03-30T00:33:07+10:00) |
14:34 |
rubenwardy |
You need the fly privilege, though. |
14:34 |
rubenwardy |
/grant singleplayer fly, if in singleplayer |
14:35 |
|
ipv6b joined #minetest |
14:35 |
xenkey |
`k` lol |
14:35 |
zero-ghost |
haha that helps |
14:35 |
xenkey |
k |
14:36 |
zero-ghost |
no i got it now! |
14:36 |
zero-ghost |
:-p |
14:36 |
xenkey |
Minetest is the reason that the universally accepted shorthand of "Okay" is "kk". |
14:36 |
xenkey |
Never three though. |
14:36 |
Zeno` |
kkk |
14:36 |
zero-ghost |
i see that now ;) |
14:36 |
xenkey |
*GASP* |
14:36 |
Zeno` |
oops |
14:36 |
zero-ghost |
whats so funny? kkk |
14:37 |
xenkey |
uh oh he doesn't know |
14:37 |
xenkey |
google it |
14:37 |
zero-ghost |
kkk <- korean sound for laughter ;) |
14:37 |
Zeno` |
no point in denying the sordid US history |
14:38 |
Zeno` |
even though they kind of want people to forget |
14:38 |
xenkey |
forget? they have a site for fucks sake |
14:38 |
xenkey |
and it's not even good web design ;c |
14:38 |
Zeno` |
yes well they're not very smart |
14:38 |
Zeno` |
lol |
14:38 |
xenkey |
yup |
14:39 |
xenkey |
Then again I'm a guy who wouldn't get a firewall to work. |
14:39 |
Zeno` |
firewall! |
14:39 |
xenkey |
calls DROP on everything from KKK |
14:42 |
MinetestBot |
[git] Zeno- -> minetest/minetest: On Android enable always fast ff924ef http://git.io/jaAt (2015-03-30T00:40:12+10:00) |
14:42 |
|
behalebabo left #minetest |
14:44 |
|
stormchaser3000 joined #minetest |
14:44 |
|
MinetestForFun joined #minetest |
14:45 |
|
MinetestForFun joined #minetest |
14:45 |
|
MinetestForFun joined #minetest |
14:47 |
|
ac|2 joined #minetest |
14:48 |
|
paxcoder joined #minetest |
14:48 |
* Krock |
looks at https://forum.minetest.net/viewtopic.php?f=17&p=174324#p174324 and facepalms |
14:49 |
paxcoder |
Hey, I've got a simplerobot, and it follows its programming until it hits a GOTO, then stops. Is GOTO not just a GOTO <line number>? I have a GOTO 1, and it just won't repeat the steps. Any advice please? |
14:49 |
|
Tux[Qyou] joined #minetest |
14:50 |
Hirato |
maybe I should register on the forum |
14:50 |
Krock |
"goto <x>" leads to a definition "<x>:" |
14:52 |
Krock |
paxcoder, something lik this? https://github.com/minetest/minetest/blob/master/src/clientiface.cpp#L331-L351 |
14:52 |
paxcoder |
Krock, are you sure you know what I'm talking about? This is not freeform programming. I don't get to prefix commands with that, and there's no deifnition button afaics. |
14:53 |
Krock |
uh no sorry, I didn't relly get what you're talking about |
14:53 |
|
H-H-H joined #minetest |
14:53 |
paxcoder |
*definition |
14:53 |
paxcoder |
Krock, that's ok. I still need an answer though :) |
14:54 |
* paxcoder |
googles for a simplerobot manual somewhere |
14:55 |
|
FreeFull joined #minetest |
14:59 |
|
ac|2 joined #minetest |
14:59 |
paxcoder |
hmmmm, it's like it cannot go forward |
14:59 |
paxcoder |
but there's nothing in its way |
14:59 |
paxcoder |
it goes forward the first time, but when it goto's back to the first command, then it's like it can't go forward anymore |
14:59 |
|
rubenwardy joined #minetest |
14:59 |
|
roniz joined #minetest |
15:04 |
paxcoder |
hmmmm, actually it's not moving forward that messes it up, it's placing down. |
15:04 |
hmmmm |
hmmmm |
15:04 |
paxcoder |
Could it be related to the permissions? The area is protected. However, it does place seeds down (that's allowed even in a protected area) |
15:05 |
paxcoder |
it places it down, but then it gets stuck |
15:05 |
paxcoder |
i better make another and test it in an unrestricted area |
15:10 |
paxcoder |
nope, that's not the issue. the issue is just with the seeds for some reason |
15:11 |
paxcoder |
so the robot is messed up by placing seeds |
15:11 |
paxcoder |
:/ |
15:12 |
paxcoder |
oh i know what :D |
15:12 |
paxcoder |
"if" it fails, i'll just let it go to the next line XD |
15:13 |
paxcoder |
haha, unlike a charm |
15:14 |
paxcoder |
*let it GOTO |
15:17 |
paxcoder |
cy |
15:17 |
paxcoder |
a |
15:18 |
|
raymondillo left #minetest |
15:22 |
Zeno` |
Krock, /me looks at https://forum.minetest.net/viewtopic.php?f=17&t=11600&p=174325#p174325 and facepalms |
15:27 |
Jordach_ |
Krock, figured it out |
15:30 |
|
cheapie joined #minetest |
15:33 |
Zeno` |
Jordach_, I ate your cake |
15:33 |
Jordach_ |
Zeno`, i stuck in an extra hardmode :P |
15:34 |
Zeno` |
next! |
15:40 |
|
prozacgod joined #minetest |
15:44 |
rubenwardy |
I read "Kitten" https://forum.minetest.net/viewtopic.php?p=174327#p174327 |
15:44 |
rubenwardy |
Zeno`, you forget next |
15:45 |
Jordach_ |
Zeno`, already solved NEXT |
15:47 |
|
Sockbat joined #minetest |
15:49 |
Krock |
Zeno`, oh mah gawd. I thought that's impossible to solve |
15:49 |
|
paxcoder joined #minetest |
15:49 |
Jordach_ |
> Posts: 4141 |
15:49 |
|
LazyJ joined #minetest |
15:49 |
Jordach_ |
wooooooo |
15:50 |
paxcoder |
so apparently you shouldn't try and make a simplerobot "punch" with a drill, or you're crash the server. and it will keep crashing as long as the robot is in the view. and you won't be able to get your drill back :( |
15:51 |
paxcoder |
or your character, really |
15:54 |
paxcoder |
Any idea what's happening? Could be that the drill has undefined punch method? I lack insight to know. |
15:57 |
|
prozacgod joined #minetest |
15:59 |
|
Viper168 joined #minetest |
16:09 |
|
err404 joined #minetest |
16:27 |
|
Tux[Qyou] joined #minetest |
16:35 |
|
Sockbat left #minetest |
16:35 |
|
luizrpgluiz left #minetest |
16:44 |
|
JeDa joined #minetest |
16:45 |
|
JeDa joined #minetest |
16:58 |
|
theTroy joined #minetest |
17:02 |
|
BlockMen joined #minetest |
17:08 |
BlockMen |
!up minejump.duckdns.org |
17:08 |
MinetestBot |
minejump.duckdns.org:30000 is up (30ms) |
17:08 |
BlockMen |
:) |
17:08 |
xenkey |
!server zenith |
17:09 |
xenkey |
I feel stupid, how does it work |
17:09 |
MinetestBot |
xenkey: No results |
17:09 |
xenkey |
oh ok |
17:12 |
xenkey |
guess who decided to segfault |
17:15 |
BlockMen |
huh, i cant announce to masterserver. always reaching timeout |
17:16 |
|
Robozman joined #minetest |
17:17 |
xenkey |
if at once you dont succeed |
17:18 |
|
nrzkt joined #minetest |
17:21 |
xenkey |
then report to masterserver again |
17:22 |
xenkey |
BlockMen: What's your server? |
17:22 |
BlockMen |
xenkey, yes working now again. And the MineJump Server |
17:22 |
Krock |
Spoiler: A hard jump n' run game |
17:22 |
xenkey |
no spoiler pls |
17:23 |
BlockMen |
Krock, not hard :\ |
17:23 |
xenkey |
I have yet to find server that has smart people |
17:23 |
xenkey |
by smart i mean older than 10 |
17:23 |
rubenwardy |
Yeah, I don't tend to play |
17:23 |
rubenwardy |
XD |
17:23 |
BlockMen |
also there are 5 courses now |
17:23 |
Krock |
BlockMen, I guess I'd have to buy a new keyboard to win it :P |
17:23 |
xenkey |
My server doesn't fit the criteria |
17:23 |
xenkey |
lol rubenwardy |
17:24 |
xenkey |
like, people who can feel insulted when i tell them "int fucks_given = 0;" to something they say |
17:24 |
xenkey |
or even better if i make it int signed |
17:24 |
rubenwardy |
It's mostly due to mobile clients, I'd guess |
17:24 |
xenkey |
AH |
17:24 |
xenkey |
FreeBSD Test Server |
17:25 |
|
Chanku joined #minetest |
17:25 |
xenkey |
Ugh |
17:25 |
xenkey |
I bet they read "free" and follow their android market instincts |
17:26 |
|
]DMackey[ joined #minetest |
17:26 |
xenkey |
I'm willing to bet that my server will get 0 players if i enable strick version checking |
17:26 |
|
Ataron joined #minetest |
17:29 |
|
Xenoth joined #minetest |
17:34 |
|
Player_2 joined #minetest |
17:35 |
|
Tablet_One joined #minetest |
17:40 |
|
SouL joined #minetest |
17:40 |
xenkey |
is it possible to remove all protection in an area? |
17:49 |
|
ElectronLibre joined #minetest |
17:54 |
Krock |
xenkey, worldedit? (works only with the protector mod) |
17:55 |
xenkey |
I got the areas mod |
17:56 |
Krock |
uh, no idea. edit the file where all areas are saved or remove each with a command |
17:58 |
xenkey |
can i find areas in a range? |
17:58 |
|
DMackey joined #minetest |
17:58 |
xenkey |
i have to math dont i? |
18:01 |
orbea |
is there a way to send messages into the game if you are running the server without actually starting a minetest client? |
18:01 |
orbea |
or doing it through irc |
18:01 |
ElectronLibre |
Using iRC mod by kaeza, yes, otherwise, no. |
18:02 |
orbea |
ah |
18:02 |
ElectronLibre |
There no way as far as I know to interact with server's chat once you're not a client. |
18:02 |
orbea |
I remember you could do that with minecraft, was handy... |
18:02 |
orbea |
idk if it was ootb tehre or a mod though |
18:02 |
xenkey |
orbea: I think in MC you can just do it from the terminal |
18:02 |
orbea |
yea |
18:03 |
xenkey |
And iirc something like that existed in minetest, you could write to a file and have it appear in the chat |
18:03 |
orbea |
would be cool if that was added to minetest, wish I could code better :/ |
18:03 |
xenkey |
i said it existed |
18:04 |
xenkey |
might not work now but i remember seeing something like that |
18:04 |
xenkey |
id suggest the irc mod though |
18:04 |
orbea |
Yea, I might just do that, not quite what I want, but it will be a fine subsitute |
18:05 |
orbea |
thanks |
18:05 |
xenkey |
...or you could write a mod |
18:05 |
xenkey |
that either periodically checks a file or uses a socket |
18:05 |
orbea |
I would if I could code well enough, maybe in time :) |
18:06 |
ElectronLibre |
What could be written in a file and appear on the chat was the random messages. |
18:06 |
ElectronLibre |
But you could only write them before starting the server. |
18:06 |
ElectronLibre |
Some versions allowed you to reload the lines while server wath running. |
18:08 |
|
Tux[Qyou] joined #minetest |
18:11 |
|
kattsmisk joined #minetest |
18:19 |
Sokomine |
for which purpose would you need that anyway? the irc mod is pretty practical - but other than that, why send messages without beeing connected? |
18:21 |
xenkey |
Can I "cure" griefed land? |
18:21 |
xenkey |
ie re-run the land generation on it |
18:22 |
Sokomine |
xenkey: usually you do a /rollback nameofgriefer timeinseconds |
18:22 |
xenkey |
i don't have rollback and it's more than one player along a period of days |
18:22 |
Krock |
/deleteblocks here <range> |
18:23 |
Krock |
Be careful with that one and test it first somewhere outside |
18:23 |
xenkey |
o nice |
18:41 |
* Krock |
listens to a bread |
18:41 |
Krock |
s/ a// |
18:48 |
Jordach_ |
~leet leet |
18:48 |
ShadowBot |
Jordach_: 133+ |
18:48 |
Jordach_ |
ShadowBot, pls |
18:50 |
Krock |
Found the source of Zeno's GitHub avatar: https://dorkhelmet.files.wordpress.com/2013/08/dark_helmet.jpg |
18:51 |
Calinou |
found Krock's avatar (circled) https://lut.im/IIiUZH19/5MEEDGlH |
18:52 |
Krock |
That's the one of PenguinDad IIRC |
18:52 |
Calinou |
where has PenguinDad been btw? |
18:54 |
|
Robby joined #minetest |
18:55 |
|
Amaz joined #minetest |
19:02 |
MinetestBot |
[git] kilbith -> minetest/minetest_game: Add vessels shelf 3f2e35e http://git.io/jwY9 (2015-03-29T21:00:32+02:00) |
19:10 |
|
VargaD joined #minetest |
19:17 |
|
Taoki joined #minetest |
19:18 |
|
]DMackey[ joined #minetest |
19:20 |
MinetestBot |
[git] BlockMen -> minetest/minetest_game: Add Meselamps 820a97e http://git.io/jwnI (2015-03-29T21:17:53+02:00) |
19:23 |
Tablet_One |
If someone puts a minetest app on an app store, aren't they supposed to have a link to the source code or something? |
19:24 |
sfan5 |
they need to provide the src code if requested |
19:25 |
Calinou |
>if requested |
19:25 |
Tablet_One |
Ah, ok |
19:25 |
Calinou |
no, they must provide it immediately |
19:25 |
Calinou |
not only “if requested†|
19:25 |
xenkey |
https://forum.minetest.net/viewtopic.php?f=10&t=11645 |
19:25 |
xenkey |
what is this |
19:25 |
xenkey |
do i have to make a [REAL ONE] thread |
19:26 |
Tablet_One |
Just looking through the minetest apps on the apple app store, and none of them even mentions the source code |
19:28 |
|
DFeniks joined #minetest |
19:28 |
MinetestBot |
[git] MT-Modder -> minetest/minetest_game: Slow down fire spread a bit 525f467 http://git.io/jwCr (2015-03-29T21:25:46+02:00) |
19:35 |
xenkey |
"xen plz give me administratr" |
19:35 |
MinetestBot |
[git] Rui914 -> minetest/minetest_game: Add max_hear_distance for fire 9c15ebc http://git.io/jwl2 (2015-03-29T21:35:03+02:00) |
19:35 |
xenkey |
"sure lol" *grants all* |
19:39 |
Tablet_One |
O.o |
19:43 |
|
Haudegen joined #minetest |
19:45 |
xenkey |
The server shuts down to perform backups at 10am GMT/5am EDT (The server computer is located in the state of New York, USA) |
19:45 |
xenkey |
24/7 uptime! (or, at least, that's what we strive for) |
19:45 |
xenkey |
Really |
19:50 |
|
STHGOM joined #minetest |
19:53 |
|
VargaD joined #minetest |
19:58 |
|
roniz joined #minetest |
20:02 |
|
Haudegen joined #minetest |
20:03 |
stormchaser3000 |
sfan5: can i have the script you used to use for your hunger games server. (the one that would restart the map when a round was over)? |
20:14 |
|
SylvieLorxu joined #minetest |
20:16 |
|
jordan4ibanez joined #minetest |
20:26 |
|
Tg1 joined #minetest |
20:36 |
|
Freejack joined #minetest |
20:39 |
|
Robby joined #minetest |
20:41 |
|
ecutruin joined #minetest |
20:46 |
|
bennybolivar joined #minetest |
20:47 |
bennybolivar |
hey |
20:48 |
bennybolivar |
is anyone here with knowledge about how to setup up a mintest server correctly? |
20:48 |
|
STHGOM joined #minetest |
20:49 |
xenkey |
Yep there is |
20:49 |
bennybolivar |
oh okay |
20:49 |
bennybolivar |
i have a problem with my server |
20:49 |
|
ElectronLibre left #minetest |
20:49 |
bennybolivar |
my friend cant connect with two clients with one ip adress over the internet |
20:58 |
sfan5 |
stormchaser3000: i don't have it any longer |
20:59 |
stormchaser3000 |
darn |
20:59 |
stormchaser3000 |
oh well |
20:59 |
stormchaser3000 |
hi |
20:59 |
sfan5 |
stormchaser3000: i think the script simple removed the map and extracted it again |
20:59 |
sfan5 |
simply |
20:59 |
sfan5 |
* |
20:59 |
stormchaser3000 |
well i guess that would work |
21:00 |
stormchaser3000 |
but how about the modification to the hungry games mod that shuts down the server when the round is done |
21:00 |
sfan5 |
i don't have that either |
21:00 |
sfan5 |
bennybolivar: did you forward the ports? |
21:01 |
sfan5 |
stormchaser3000: it's just doing calling the shutdown function at the right place in the code |
21:01 |
stormchaser3000 |
ok |
21:01 |
stormchaser3000 |
thanks |
21:02 |
bennybolivar |
yes |
21:02 |
bennybolivar |
its working for one but if i want to join with another it says connecting to server |
21:02 |
bennybolivar |
endlessly |
21:05 |
stormchaser3000 |
wierd |
21:06 |
|
technics_ joined #minetest |
21:08 |
|
Tuxedo[Qyou] joined #minetest |
21:16 |
bennybolivar |
i started minetest as client from the terminal and this is the output --> 23:15:59: VERBOSE[ConnectionSend]: con(9/0)RE-SENDING timed-out RELIABLE to 178.14.37.123(t/o=0.5): from_peer_id=0, channel=0, seqnum=65500 |
21:23 |
|
STHGOM joined #minetest |
21:23 |
bennybolivar |
23:23:16: INFO[ConnectionSend]: con(9/0)RunTimeouts(): Peer 1 has timed out. (source=peer->timeout_counter) |
21:25 |
technics_ |
creazy how much users are here o.O :D |
21:25 |
technics_ |
but noone has a solution :( |
21:25 |
technics_ |
ouh, whats going on with my english, damn beer xD |
21:26 |
|
STHGOM left #minetest |
21:27 |
|
H-H-H joined #minetest |
21:31 |
technics_ |
tja bennybolivar |
21:31 |
technics_ |
nix los hier |
21:43 |
|
jojoa1997 joined #minetest |
21:47 |
|
Shackra joined #minetest |
21:56 |
* Sokomine |
throws a few bugs at technics |
21:56 |
|
Jordach joined #minetest |
21:56 |
|
BlockMen left #minetest |
21:58 |
|
Viper168 joined #minetest |
22:12 |
|
Tg1 joined #minetest |
22:26 |
technics_ |
o.O Sokomine |
22:26 |
technics_ |
we found the problem, its the easybox firewall |
22:27 |
technics_ |
but we cant leave it disabled and the nat things doesnt change anything o.O |
22:31 |
|
Hirato joined #minetest |
22:31 |
* Jordach |
made another Minetest logo that looks very much like the Vox logo |
22:31 |
Jordach |
http://a.pomf.se/rybalp.svg |
22:32 |
Jordach |
...i should take up graphics design |
22:32 |
|
paxcoder joined #minetest |
22:33 |
paxcoder |
Darnit Mareks. |
22:35 |
technics_ |
now it works :D |
22:45 |
|
est31 joined #minetest |
22:45 |
est31 |
paxcoder?? |
22:46 |
paxcoder |
Ah, long storry |
22:46 |
paxcoder |
problems with a mod |
22:46 |
stormchaser3000 |
wth O_o |
22:46 |
stormchaser3000 |
i don't have the locate command |
22:46 |
stormchaser3000 |
on debian |
22:46 |
paxcoder |
i can't tell Mareks what because the srv keeps crashing |
22:46 |
est31 |
yea |
22:46 |
paxcoder |
he should lay off the mod before i tell him how to fix it |
22:48 |
paxcoder |
darnit, if i could just tell him -_- |
22:49 |
est31 |
yea :/ |
22:49 |
est31 |
thats one of the problems of minetest: the server is crashing, and therefore you cant talk with people in the server's chat |
22:49 |
paxcoder |
ok, i told him now |
22:49 |
paxcoder |
est31, XD |
22:55 |
|
srifqi joined #minetest |
22:56 |
srifqi |
kilbith, woah, that makes me scared at first |
22:58 |
srifqi |
LOL, wrong channel |
23:13 |
|
Pilcrow joined #minetest |
23:15 |
Pilcrow |
I've got a modding question. can anyone tell me if minetest.get_meta(pos) works when pos is in an unloaded chunk? |
23:16 |
|
phantombeta joined #minetest |
23:17 |
VanessaE |
nope. |
23:17 |
VanessaE |
the node returned from a get_node() of such a location will just be "ignore" |
23:18 |
VanessaE |
so you won't be able to get meta from that. |
23:19 |
Pilcrow |
not even if I use vm and get_name_from_content_id? |
23:19 |
VanessaE |
nope |
23:20 |
VanessaE |
because the chunk is unloaded, all you'll get from it is "ignore", and that's where the meta is stored is in the chunk with the node |
23:21 |
|
SmugLeaf joined #minetest |
23:21 |
|
SmugLeaf joined #minetest |
23:22 |
Pilcrow |
ah, ok. I was hoping there was some way to do it. I want to make a quarry/mining-laser that doesn't stop at unloaded chunks, but I guess there's no way to do that then. AFAIK, there's no way to force-generate a chunk either, right? |
23:26 |
MinetestBot |
[git] paramat -> minetest/minetest_game: Default/mapgen.lua: Remove ores absheight flags. Add aliases for mgv6 snow biomes 4a7a51a http://git.io/jrIW (2015-03-30T00:21:47+01:00) |
23:38 |
Pilcrow |
well, anyways, thank you for your help, VanessaE. |
23:38 |
|
jordan4ibanez joined #minetest |
23:47 |
|
Xenoth joined #minetest |
23:53 |
|
Chanku joined #minetest |
23:55 |
|
Chanku joined #minetest |
23:55 |
stormchaser3000 |
can anyone here help me add irc capability to minetest 0.2.2 |
23:55 |
stormchaser3000 |
i don't know enough c++ to code that myself |
23:55 |
|
Chanku joined #minetest |
23:56 |
sofar |
you can probably bridge chat with irc using just lua |
23:56 |
|
Chanku joined #minetest |
23:57 |
sofar |
stormchaser3000: have you seen https://forum.minetest.net/viewtopic.php?id=3905 |
23:57 |
stormchaser3000 |
lol |
23:57 |
stormchaser3000 |
yeah |
23:57 |
stormchaser3000 |
i am talking about adding irc capabilities to minetest version 0.2.x |
23:57 |
stormchaser3000 |
not 0.4.12 |
23:58 |
sofar |
why would anyone want to do that? |
23:58 |
|
Chanku joined #minetest |
23:58 |
sofar |
let me rephrase: why do you want that? Can't upgrade? |