| Time |
Nick |
Message |
| 00:30 |
|
ibloat joined #minetest |
| 00:32 |
|
NakedFury joined #minetest |
| 00:38 |
|
Leoneof joined #minetest |
| 00:45 |
|
xiong joined #minetest |
| 00:47 |
|
e1z0_ joined #minetest |
| 00:47 |
|
Wuzzy joined #minetest |
| 00:48 |
|
frecel joined #minetest |
| 00:48 |
|
PaulHarrisJr__ joined #minetest |
| 00:48 |
|
Naked joined #minetest |
| 00:49 |
|
topcyde joined #minetest |
| 00:50 |
|
iqualfragile joined #minetest |
| 00:51 |
|
BrandonReese_ joined #minetest |
| 00:52 |
|
MegafOdr1idU3 joined #minetest |
| 00:55 |
|
Leoneof joined #minetest |
| 00:57 |
|
milleja46 joined #minetest |
| 00:57 |
|
Ritchie_ joined #minetest |
| 00:58 |
|
us`0gb joined #minetest |
| 00:58 |
|
Renoki joined #minetest |
| 01:00 |
|
khonkhortisan joined #minetest |
| 01:04 |
|
Adarqet|Phone joined #minetest |
| 01:07 |
|
IceCraft joined #minetest |
| 01:07 |
|
IceCraft joined #minetest |
| 01:08 |
|
PaulHarrisJr__ joined #minetest |
| 01:11 |
|
NekoGloop joined #minetest |
| 01:14 |
|
Pest joined #minetest |
| 01:20 |
|
Naked joined #minetest |
| 01:25 |
|
NakedFury joined #minetest |
| 01:26 |
|
Vargos joined #minetest |
| 01:26 |
|
MegafOdroidU3 joined #minetest |
| 01:26 |
|
Saunterer joined #minetest |
| 01:29 |
|
BrandonReese joined #minetest |
| 01:29 |
|
Gizmokid2010 joined #minetest |
| 01:30 |
|
khonkhortisan joined #minetest |
| 01:41 |
|
Gethiox joined #minetest |
| 01:42 |
|
NekoGloop joined #minetest |
| 01:47 |
PilzAdam |
bye |
| 01:49 |
|
anunakki joined #minetest |
| 01:53 |
|
Adarqet joined #minetest |
| 01:58 |
|
ImQ009 joined #minetest |
| 01:59 |
|
q66 joined #minetest |
| 02:00 |
|
john_minetest joined #minetest |
| 02:02 |
|
khonkhortisan joined #minetest |
| 02:21 |
|
q66 joined #minetest |
| 02:21 |
|
q66 joined #minetest |
| 02:24 |
|
NekoGloopMkII joined #minetest |
| 02:25 |
|
werwerwer joined #minetest |
| 02:45 |
|
Exio4 joined #minetest |
| 03:25 |
|
SirDigby joined #minetest |
| 03:26 |
|
Adarqet joined #minetest |
| 03:46 |
|
us`0gb joined #minetest |
| 03:46 |
|
josedavid joined #minetest |
| 04:25 |
|
kakarotto333 joined #minetest |
| 04:33 |
|
NekoGloopMkIII joined #minetest |
| 04:38 |
|
Adarqet joined #minetest |
| 04:39 |
|
Mogwai joined #minetest |
| 04:43 |
|
werwerwer joined #minetest |
| 04:47 |
|
Gethiox joined #minetest |
| 04:55 |
|
monkeycoder joined #minetest |
| 04:56 |
|
OldCoder joined #minetest |
| 04:57 |
|
john_cephalopoda joined #minetest |
| 05:02 |
|
NekoGloop joined #minetest |
| 05:10 |
|
john_mt|afk joined #minetest |
| 05:28 |
|
dhbiker joined #minetest |
| 05:31 |
|
blaise joined #minetest |
| 05:54 |
|
whiskers75 joined #minetest |
| 05:59 |
|
john_cephalopoda joined #minetest |
| 06:43 |
|
RealBadAngel joined #minetest |
| 06:54 |
|
SylvieLorxu joined #minetest |
| 07:11 |
|
blaise joined #minetest |
| 07:13 |
|
Freejack joined #minetest |
| 07:43 |
|
rsiska joined #minetest |
| 08:08 |
|
aheinecke_ joined #minetest |
| 08:14 |
|
blaise joined #minetest |
| 08:16 |
|
hoodedice joined #minetest |
| 08:16 |
|
hoodedice joined #minetest |
| 08:16 |
|
hoodedice joined #minetest |
| 08:18 |
hoodedice |
I'm trying to use player:set_look_yaw(radians) to turn the player's head |
| 08:18 |
hoodedice |
Will it work? |
| 08:19 |
hoodedice |
And how do I define 'player' first? Because if I use it directly, obviously I haven't stored a value for player, so it returns 'nil' |
| 08:24 |
RealBadAngel |
it works, i used that in stargates |
| 08:24 |
hoodedice |
What am I doing at 3 am anyway? |
| 08:24 |
hoodedice |
oh okay. |
| 08:24 |
RealBadAngel |
hold on |
| 08:27 |
RealBadAngel |
https://github.com/minetest-technic/stargate/blob/master/gate_defs.lua#L484 |
| 08:29 |
hoodedice |
Thanks |
| 08:31 |
hoodedice |
Ah, I think I know why it was crashing - Since I have to set angle in radians, will (math.rad(90)) work? |
| 08:31 |
RealBadAngel |
https://github.com/minetest-technic/stargate/blob/master/gate_defs.lua#L518 |
| 08:32 |
RealBadAngel |
yes |
| 08:32 |
hoodedice |
Okay, because you made a dest_angle but didn't fill a value in |
| 08:32 |
hoodedice |
oh you did |
| 08:32 |
hoodedice |
*facepalm* |
| 08:32 |
hoodedice |
Thanks again |
| 08:51 |
hoodedice |
I;m beginning to hate PA's code in carts |
| 08:52 |
RealBadAngel |
why so? |
| 08:52 |
hoodedice |
Instead of writing out the whole code like everyone else does, he puts it in a variable and then calls it |
| 08:52 |
hoodedice |
like "local d = cart_func.v3:copy(dir)" |
| 08:53 |
hoodedice |
It looks screwy and I have to go back and see what it means |
| 08:55 |
|
RagnarLaud joined #minetest |
| 08:55 |
RagnarLaud |
hello |
| 08:55 |
RagnarLaud |
sfan5, why is my topic closed? |
| 08:56 |
hoodedice |
Use tell - he's prolly sleeping or something |
| 08:56 |
RagnarLaud |
hi dood :D |
| 08:56 |
RagnarLaud |
hey, do you know why the topic is closed? |
| 08:56 |
hoodedice |
Dunno, I'm not a mod |
| 08:57 |
RagnarLaud |
ok |
| 08:57 |
RagnarLaud |
but did you download the Alpha 3 Patch 1? |
| 08:58 |
hoodedice |
I'm busy with this thing I'm trying to change in this mod here |
| 08:58 |
RagnarLaud |
hoodedice, familiar? |
| 08:58 |
RagnarLaud |
http://pikstra.com/xXn8tKSX8h |
| 08:58 |
hoodedice |
-.- |
| 09:00 |
hoodedice |
oooooh, RBA, I was putting my code in te wrong place lol |
| 09:00 |
RagnarLaud |
lol :D |
| 09:05 |
hoodedice |
RealBadAngel: Are locals stored only till the function is ended? |
| 09:06 |
hoodedice |
*yes& |
| 09:06 |
RealBadAngel |
yup |
| 09:06 |
puhfa |
any mesecon devs around? seems like the delayers are messed up atm |
| 09:06 |
puhfa |
dunno which version we are using, but it was the latest one a week ago |
| 09:07 |
hoodedice |
What is wrong with it? |
| 09:10 |
puhfa |
sry, was afk. |
| 09:10 |
puhfa |
it sends rapid signals to both directions once its powered |
| 09:11 |
puhfa |
with some delay settings that happens every time, with other delays only occasionally |
| 09:11 |
puhfa |
also, seems like signals are "leaking", might be related |
| 09:11 |
hoodedice |
I used one from latest about two weeks ago |
| 09:12 |
hoodedice |
Everything was cool |
| 09:12 |
puhfa |
could be a conflict with our other mods then |
| 09:12 |
puhfa |
we updated pipeworks and technic too, and have been having lots of issues with protection |
| 09:13 |
hoodedice |
Nope, it's a legit bug |
| 09:13 |
hoodedice |
Huge commit here: https://github.com/Jeija/minetest-mod-mesecons/commit/8a71f51b265e7f62dd070e9a9315ccc7abccc7c0 |
| 09:13 |
puhfa |
ah. tried to search for it but didnt find anything. care to paste an url? |
| 09:13 |
puhfa |
thanks |
| 09:14 |
puhfa |
thats what i wanted to know actually |
| 09:14 |
hoodedice |
I didn't know that - Looks like Jeija rewrote a lot of the code to make it resumable on restart |
| 09:14 |
|
meldrian joined #minetest |
| 09:14 |
hoodedice |
Can you report it on the mesecons topic, or the github page? |
| 09:14 |
puhfa |
dont have an account to either :/ was kinda hoping Jeija or someone else would be online here to catch my rant |
| 09:15 |
hoodedice |
I'll report it for you then. |
| 09:15 |
puhfa |
oh, youre very kind :) thank you |
| 09:15 |
hoodedice |
Your OS, minetest version, server name? |
| 09:15 |
puhfa |
winxp, 0.4.9, landrush server |
| 09:15 |
puhfa |
64 bit win7 actually |
| 09:15 |
hoodedice |
okay. 0.4.9 stable? |
| 09:15 |
puhfa |
stable yeah, with the chat crash and all |
| 09:16 |
puhfa |
one more thing... |
| 09:16 |
|
celeron55 left #minetest |
| 09:16 |
hoodedice |
hmm? |
| 09:16 |
puhfa |
how i found about the leaks |
| 09:16 |
puhfa |
tried to power ghoststone with a not gate, sometimes the signal leaked back and toggled the gate off, so the ghoststone flicked off and then immediately came back |
| 09:16 |
puhfa |
seemed to depend on positioning |
| 09:17 |
puhfa |
thats all, didnt do much research |
| 09:17 |
hoodedice |
I think it might be due to lag |
| 09:17 |
hoodedice |
Can you try it on singleplayer? |
| 09:18 |
puhfa |
um, okay. will take a while, but ill tell you what happens |
| 09:18 |
hoodedice |
Alright. |
| 09:23 |
hoodedice |
puhfa: I suggest you retry in singleplayer - if still exists, I'll post a bug, but if it does not, it's probably server related |
| 09:26 |
puhfa |
yeah, will try it now |
| 09:28 |
puhfa |
hmm, is there a way to see which version we actually have on our server? |
| 09:29 |
|
Leoneof joined #minetest |
| 09:29 |
hoodedice |
nope. Don''t know any |
| 09:30 |
puhfa |
hmm, the 2014-02-11 github is offering seems to fit in the timeframe pretty well, i think its the same |
| 09:30 |
puhfa |
might as well test it anyway as its the latest one |
| 09:33 |
puhfa |
yeah, at least delayers frenzy like i said |
| 09:33 |
puhfa |
at least on their highest delay setting |
| 09:35 |
puhfa |
do not seem to be able to reproduce the ghoststone issue tho |
| 09:35 |
puhfa |
ill try to build the same circuit at the same location i used on our server, just a sec |
| 09:36 |
hoodedice |
okay |
| 09:39 |
puhfa |
while it connects.. the delayer circuit i used was B--D-- where (this is not a smiley) B is button and D obviously the delayer |
| 09:39 |
puhfa |
seems like the signal leaks back and powers the delayer again |
| 09:40 |
puhfa |
i noticed it on a large circuit, and it took 30 minutes before the server finally registered me breaking the cable |
| 09:40 |
hoodedice |
hmm |
| 09:40 |
puhfa |
luckily there were only 3 people online atm |
| 09:40 |
hoodedice |
*only 3* |
| 09:40 |
puhfa |
yeah, they seemed cool about it |
| 09:41 |
puhfa |
but that can happen again anytime. i cant be the only one using delayers |
| 09:42 |
puhfa |
our admins been busy, but he said he is gonna resume the older version as soon as he can |
| 09:47 |
puhfa |
hm, cant seem to be able to reproduce the ghoststone bug, but then again i cant remember the exact position |
| 09:47 |
puhfa |
the delayer glitch on the other hand seems to happen everywhere |
| 09:49 |
puhfa |
if you could make a report of this, i would appreciate it very much. sorry for being too lazy for it myself |
| 09:49 |
puhfa |
anyways, thank you, youve been very helpful |
| 09:50 |
hoodedice |
https://github.com/Jeija/minetest-mod-mesecons/issues/149 |
| 09:50 |
hoodedice |
No problem |
| 09:57 |
|
RagnarLaud joined #minetest |
| 09:57 |
RagnarLaud |
sfan5, are you there now? |
| 09:58 |
hoodedice |
RealBadAngel: In https://github.com/minetest-technic/stargate/blob/master/gate_defs.lua#L486 |
| 09:58 |
hoodedice |
When you say "for_, object ..." does stating for _, put a object as local? |
| 09:58 |
RealBadAngel |
hoodedice, what? |
| 09:59 |
hoodedice |
Because I see no local object anywhere |
| 09:59 |
RagnarLaud |
RBA, do you know why my topic got closed? |
| 09:59 |
RealBadAngel |
heh, indeed. it should be made local |
| 10:00 |
RealBadAngel |
RagnarLaud, what topic? |
| 10:00 |
RagnarLaud |
PixelBird |
| 10:00 |
hoodedice |
You mean that you needed to make it local but didn't? |
| 10:00 |
RealBadAngel |
i should |
| 10:00 |
hoodedice |
oh XD |
| 10:00 |
RealBadAngel |
RagnarLaud, link? |
| 10:00 |
hoodedice |
RBA: He wants this topic https://forum.minetest.net/viewtopic.php?id=8652 |
| 10:01 |
RagnarLaud |
yeah |
| 10:01 |
hoodedice |
RBA, Ragnar was banned on the forums so he made an alt and used it to post - prolly dissed some mod |
| 10:02 |
RealBadAngel |
idk why it was closed, you should ask moderator |
| 10:02 |
RagnarLaud |
i did not diss a mod |
| 10:03 |
RagnarLaud |
and there is no rule against multiple accounts |
| 10:03 |
RagnarLaud |
none in Rules at least |
| 10:03 |
hoodedice |
RBA, what should the local object be set to in your case? just local object and then pull the is_player loop? |
| 10:04 |
hoodedice |
Ragnar, playing around with the rules could also diss someone |
| 10:04 |
hoodedice |
There is no rule for explicit language - Doesn't mean I can curse in every post I make |
| 10:05 |
hoodedice |
There is no rule for double posting, yet if you do, it will diss certain members |
| 10:07 |
RealBadAngel |
hoodedice, just "local object" before loop |
| 10:07 |
hoodedice |
okay |
| 10:11 |
hoodedice |
OMG RealBadAngel IT FRIGGIN WORKS!!!! |
| 10:11 |
hoodedice |
I managed to set the camera to turn with the cart! |
| 10:12 |
hoodedice |
My first ever working mod! I am so happy today! |
| 10:12 |
RealBadAngel |
:) |
| 10:15 |
hoodedice |
But I don't think PA is updating the carts mod - I'll start a pull request and see |
| 10:16 |
RealBadAngel |
you can always try |
| 10:16 |
RealBadAngel |
if not just fork it |
| 10:16 |
hoodedice |
RBA, the only problem I see with this is that the camera gets locked while the cart is moving |
| 10:17 |
hoodedice |
I'm gonna fork this anyway yeah - I'll reuse this code for that rollercoaster I was making |
| 10:18 |
hoodedice |
hmm, I think I can pull a timer on it - the camera lock will stop after 0.01 seconds... |
| 10:32 |
|
Adarqet joined #minetest |
| 10:32 |
|
monkeycoder joined #minetest |
| 10:35 |
|
whiskers75 joined #minetest |
| 10:35 |
|
Calinou joined #minetest |
| 10:44 |
hoodedice |
hmm, I have a function that goes like this |
| 10:53 |
kahrl |
hoodedice, RealBadAngel: in fact for loop variables are local to the loop in lua |
| 10:54 |
kahrl |
so you shouldn't have to say "local object" |
| 10:54 |
hoodedice |
so just saying 'for x' will put up a new variable called x? |
| 10:55 |
kahrl |
not sure what happens if x already exists. try it? |
| 10:55 |
hoodedice |
If x already exists then ofc it will carry over the value |
| 10:56 |
hoodedice |
The question was if x is to be defined at all before the loop |
| 10:56 |
kahrl |
nah |
| 10:56 |
hoodedice |
okay |
| 10:57 |
kahrl |
tried it, if x already exists it gets the value back that it had before the for loop started |
| 10:59 |
hoodedice |
hmm |
| 10:59 |
|
daswort joined #minetest |
| 10:59 |
|
blaze joined #minetest |
| 11:00 |
hoodedice |
That just destroyed all those Intro to coding classes I took till now |
| 11:00 |
kahrl |
why? |
| 11:00 |
hoodedice |
"Once a variable is changed, it retains the new valu" |
| 11:00 |
kahrl |
"for x" makes a new variable though |
| 11:01 |
hoodedice |
"And the old one is lost" |
| 11:01 |
|
john_minetest joined #minetest |
| 11:01 |
kahrl |
think about what would happen if that wasn't the case |
| 11:01 |
hoodedice |
"You can't have two variables with the same name@ |
| 11:01 |
kahrl |
of course you can |
| 11:02 |
hoodedice |
I guess not in that languge which we were being taught in |
| 11:02 |
kahrl |
let's say you had a global variable x, and said "for x = 1,42 ..." |
| 11:02 |
kahrl |
boom, you just changed the global variable x |
| 11:02 |
kahrl |
although x was meant to be local to the for loop |
| 11:02 |
hoodedice |
That's what - In that language I learnt, there was no difference between local and global |
| 11:03 |
hoodedice |
Everything was global |
| 11:03 |
kahrl |
intercal? |
| 11:03 |
kahrl |
:P |
| 11:03 |
Calinou |
interCalinou |
| 11:04 |
|
hoodedice_ joined #minetest |
| 11:05 |
hoodedice_ |
!g intercal |
| 11:05 |
MinetestBot |
hoodedice_: http://en.wikipedia.org/wiki/INTERCAL |
| 11:06 |
hoodedice_ |
Something similar XP |
| 11:06 |
hoodedice_ |
BLAKE |
| 11:06 |
hoodedice_ |
Beginner's Language for Acquiring Key Elements of programming |
| 11:06 |
hoodedice_ |
Or so I think |
| 11:07 |
hoodedice_ |
Funny thing is - Professor's name is Blake. |
| 11:07 |
hoodedice_ |
=| |
| 11:07 |
kahrl |
heh |
| 11:07 |
kahrl |
didn't know that language |
| 11:07 |
|
hoodedice joined #minetest |
| 11:07 |
|
hoodedice joined #minetest |
| 11:08 |
hoodedice |
It virtually doesn't exist =P |
| 11:08 |
|
arsdragonfly joined #minetest |
| 11:09 |
hoodedice |
I was wrong - "Beginners Language for Acquiring Key programming Essentials" |
| 11:13 |
|
daswort joined #minetest |
| 11:21 |
|
arsdragonfly joined #minetest |
| 11:29 |
|
Tg1 joined #minetest |
| 11:32 |
|
ImQ009 joined #minetest |
| 11:34 |
|
proller joined #minetest |
| 11:34 |
|
hoodedice joined #minetest |
| 11:34 |
|
hoodedice joined #minetest |
| 11:34 |
|
hoodedice joined #minetest |
| 11:34 |
hoodedice |
https://forum.minetest.net/viewtopic.php?pid=131420#p131420 |
| 11:35 |
hoodedice |
*flies away* |
| 11:39 |
|
JamesTait joined #minetest |
| 11:39 |
|
john_minetest joined #minetest |
| 11:39 |
|
john_minetest joined #minetest |
| 11:44 |
|
daswort joined #minetest |
| 11:45 |
Tg1 |
hi |
| 11:52 |
|
Krock joined #minetest |
| 11:54 |
|
Exio4 joined #minetest |
| 12:03 |
|
daswort joined #minetest |
| 12:15 |
|
PilzAdam joined #minetest |
| 12:15 |
|
xnrand joined #minetest |
| 12:15 |
PilzAdam |
Hello everyone! |
| 12:22 |
|
xnrand joined #minetest |
| 12:26 |
|
RagnarLaud joined #minetest |
| 12:26 |
RagnarLaud |
hai |
| 12:26 |
RagnarLaud |
sfan5? |
| 12:27 |
Tg1 |
hi# |
| 12:28 |
RagnarLaud |
hi tg1 |
| 12:30 |
* Adarqet |
backflips and dies |
| 12:30 |
|
daswort joined #minetest |
| 12:43 |
|
PenguinDad joined #minetest |
| 12:45 |
RagnarLaud |
dad, what's so wrong in wearing Socks with Sandals? |
| 12:48 |
sfan5 |
lol |
| 12:48 |
sfan5 |
RagnarLaud wanted to talk to me |
| 12:48 |
sfan5 |
he just left 2 mins ago |
| 12:48 |
sfan5 |
meow |
| 12:48 |
sfan5 |
hi everyone |
| 12:56 |
Krock |
hi |
| 13:00 |
|
CWz joined #minetest |
| 13:00 |
|
CWz left #minetest |
| 13:04 |
|
reactor joined #minetest |
| 13:06 |
reactor |
Hellщ. |
| 13:07 |
PenguinDad |
EHLO reactor.local |
| 13:08 |
Adarqet |
Dad |
| 13:10 |
reactor |
das sad ass sas dad |
| 13:11 |
|
RagnarLaud joined #minetest |
| 13:11 |
RagnarLaud |
hai |
| 13:12 |
Adarqet |
Hello RagnarLaud! |
| 13:12 |
RagnarLaud |
two in a row |
| 13:12 |
RagnarLaud |
nice :D |
| 13:12 |
RagnarLaud |
hey, john, do you know why my thread got closed? |
| 13:12 |
reactor |
Oh gosh. |
| 13:12 |
reactor |
He's back! |
| 13:13 |
sfan5 |
RagnarLaud: no, I do not know why your thread is closed |
| 13:13 |
reactor |
He's been tormenting admins and bystanders since yesterday. |
| 13:13 |
RagnarLaud |
what are you talking about?> |
| 13:13 |
RagnarLaud |
sfan5, but do you see who closed it? |
| 13:13 |
sfan5 |
no |
| 13:14 |
RagnarLaud |
but could you open it in an hour or two? so i could announce a new version |
| 13:14 |
RagnarLaud |
Alpha 4 - includes Bindable keys and the Epileptic Disco mode :D |
| 13:14 |
sfan5 |
maybe |
| 13:14 |
RagnarLaud |
ok, i won't ask anymore :) |
| 13:15 |
RagnarLaud |
i'll let you decide wether you open it or not |
| 13:17 |
|
ImQ009 joined #minetest |
| 13:18 |
RagnarLaud |
john_minetest, what do you think of the Epileptic Disco mode theory? |
| 13:19 |
RagnarLaud |
but the idea of it |
| 13:19 |
RagnarLaud |
explanation: the colors change every frame |
| 13:19 |
RagnarLaud |
i will actually |
| 13:20 |
RagnarLaud |
when clicking on the Epileptic mode, then it will display a confirmation saying something like "We are not responsible for any health problems. Continue at own risk" |
| 13:22 |
reactor |
What's the point of that mode? |
| 13:22 |
reactor |
Did you know even normally non-epilepric people may experience seizures sometimes? |
| 13:23 |
RagnarLaud |
that's what you get for asking stuff i don't understand! |
| 13:23 |
|
reactor joined #minetest |
| 13:24 |
RagnarLaud |
reactor, describe Darth Vader with one sentence |
| 13:24 |
reactor |
What do you mean? |
| 13:24 |
RagnarLaud |
describe him with one sentence |
| 13:25 |
RagnarLaud |
my description: guy that dresses in a black costume and has a breating problem |
| 13:27 |
* Adarqet |
drives around his new harley and leaves |
| 13:27 |
reactor |
челфвек кoтоpый одевaющихÑÑ Ð² чёpный кoÑтюма и Nмeет дышaщей прфблемы |
| 13:29 |
RagnarLaud |
that's exactly the same thing in russian |
| 13:29 |
RagnarLaud |
btw, 'man' is misspelled |
| 13:29 |
RagnarLaud |
челoвек |
| 13:29 |
reactor |
it's Ñ„ |
| 13:29 |
RagnarLaud |
really? |
| 13:29 |
reactor |
Yes. |
| 13:29 |
reactor |
I do know Russian. |
| 13:29 |
reactor |
челфвек |
| 13:30 |
RagnarLaud |
http://translate.google.ee/?source=osdd#auto/en/%D1%87%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D0%BA |
| 13:30 |
RagnarLaud |
what did i tell you? |
| 13:31 |
reactor |
иÐЖÐЛИД ВОРД |
| 13:31 |
reactor |
That. |
| 13:31 |
RagnarLaud |
wtf? |
| 13:32 |
reactor |
Exactly. They must be having some kind of malfunction. |
| 13:32 |
RagnarLaud |
dont know, the page loads correctly here |
| 13:32 |
reactor |
Funnily, we've had a disk crash today. |
| 13:32 |
|
daswort joined #minetest |
| 13:32 |
RagnarLaud |
but it is with an 'o' |
| 13:33 |
|
SylvieLorxu joined #minetest |
| 13:33 |
reactor |
Ñ„ is the kind of o that should be put in such places. |
| 13:33 |
reactor |
When it doesn't sound like o, rather like a. |
| 13:34 |
reactor |
That is, I had actually misspelled фдевающихÑÑ. |
| 13:34 |
RagnarLaud |
dafuq does that even *mean*? |
| 13:34 |
|
hmmmm joined #minetest |
| 13:35 |
RagnarLaud |
i know |
| 13:36 |
RagnarLaud |
i have learned russian for 3 years now |
| 13:36 |
RagnarLaud |
dont know what that is |
| 13:36 |
RagnarLaud |
john_minetest, know what you should download? |
| 13:36 |
RagnarLaud |
the Zip Bomb |
| 13:37 |
|
Megaf joined #minetest |
| 13:37 |
reactor |
Well, Russian is my native language. |
| 13:37 |
reactor |
Yet you argue. |
| 13:37 |
RagnarLaud |
ok, let's just drop it |
| 13:38 |
reactor |
Whatever. |
| 13:38 |
reactor |
й-й-й-йшщт |
| 13:43 |
reactor |
RagnarLaud: whаt did yоu gеt bаnned fоr? |
| 13:44 |
RagnarLaud |
i abused the spoiler tag bug :P |
| 13:44 |
RagnarLaud |
remember PilzAdams post? |
| 13:44 |
Adarqet |
Abuse |
| 13:44 |
Adarqet |
!! |
| 13:44 |
reactor |
How? |
| 13:44 |
* Adarqet |
hides |
| 13:44 |
RagnarLaud |
i used this code: |
| 13:44 |
RagnarLaud |
[spoiler=a |
| 13:45 |
RagnarLaud |
b][/spoiler] |
| 13:45 |
PilzAdam |
bbl |
| 13:45 |
RagnarLaud |
put it as my signature |
| 13:45 |
RagnarLaud |
and then it was all over the forum |
| 13:45 |
RagnarLaud |
literally |
| 13:45 |
Adarqet |
Lol |
| 13:45 |
Adarqet |
Wasn't there a topic about that? |
| 13:45 |
RagnarLaud |
there was, actually |
| 13:46 |
RagnarLaud |
that's what i was talking about |
| 13:46 |
|
daswort joined #minetest |
| 13:46 |
reactor |
May I take a look? |
| 13:46 |
RagnarLaud |
i did that twice and then, when i refreshed the page, BAAM! banned |
| 13:46 |
RagnarLaud |
its in Offtopic |
| 13:47 |
reactor |
Same login as in IRS? |
| 13:47 |
sfan5 |
RagnarLaud: it is only on the pages where one of your posts is |
| 13:47 |
reactor |
s/RS/RC/ |
| 13:47 |
RagnarLaud |
reactor, what |
| 13:47 |
RagnarLaud |
sfan5, i know |
| 13:48 |
RagnarLaud |
i ment to say all over the page |
| 13:48 |
reactor |
I don't see any "RagnarLaud" on forums. |
| 13:48 |
RagnarLaud |
it's just Ragnar] |
| 13:48 |
RagnarLaud |
Ragnar * |
| 13:49 |
sfan5 |
!sfu Ragnar |
| 13:49 |
MinetestBot |
Ragnar 4Banned 871 posts, registered on 2012-10-25 | id: 3352 |
| 13:49 |
RagnarLaud |
nice :D |
| 13:49 |
|
q66 joined #minetest |
| 13:51 |
RagnarLaud |
oh, sfu stands for Search Forum User, eh? :d |
| 13:52 |
sfan5 |
yes |
| 13:52 |
* RagnarLaud |
is a genius |
| 13:52 |
RagnarLaud |
but so are you, sfan5... you're a bigger one, actually :D |
| 13:52 |
reactor |
There we go. Self-proclaimed geniuses. |
| 13:53 |
RagnarLaud |
it was sarcasm... |
| 13:53 |
reactor |
Sarcasm, as mentioned before, is a binary blob. |
| 13:54 |
RagnarLaud |
!g binary blob |
| 13:54 |
MinetestBot |
RagnarLaud: http://en.wikipedia.org/wiki/Binary_blob |
| 13:59 |
|
fluffypillows93 joined #minetest |
| 14:03 |
RagnarLaud |
sfan5, do you use Steam? |
| 14:03 |
sfan5 |
yes |
| 14:04 |
RagnarLaud |
want to try to win a $500 for your Steam Wallet? |
| 14:04 |
RagnarLaud |
:P |
| 14:04 |
RagnarLaud |
or a $50 for it |
| 14:04 |
RagnarLaud |
BundleStars are giving away 5x50$ and 1x500$ for a Steam Wallet |
| 14:04 |
RagnarLaud |
http://is.gd/gisLrh |
| 14:05 |
RagnarLaud |
what? |
| 14:05 |
RagnarLaud |
dood, $500! think how much Counter-Strike copies i could buy! |
| 14:05 |
RagnarLaud |
not me, you stupid, BundleStars |
| 14:06 |
PenguinDad |
RagnarLaud, if I want money there are other ways to get it |
| 14:06 |
RagnarLaud |
but why not give it a shot? |
| 14:08 |
fluffypillows93 |
hi! |
| 14:08 |
RagnarLaud |
hi |
| 14:08 |
RagnarLaud |
fluffy, do you use Steam? |
| 14:09 |
fluffypillows93 |
no:P XD im at school atm |
| 14:09 |
RagnarLaud |
ok |
| 14:11 |
Adarqet |
Study!! |
| 14:12 |
Adarqet |
Also congrats on nate fluffy |
| 14:12 |
fluffypillows93 |
haha thanks eejit |
| 14:12 |
|
reactor joined #minetest |
| 14:12 |
RagnarLaud |
nate? |
| 14:12 |
Adarqet |
Baw |
| 14:12 |
Adarqet |
Heid |
| 14:12 |
Adarqet |
Lawl |
| 14:12 |
Adarqet |
Some dude |
| 14:12 |
reactor |
Ваш? |
| 14:13 |
Adarqet |
Bawheid |
| 14:13 |
Adarqet |
Ballhead |
| 14:14 |
fluffypillows93 |
hah |
| 14:15 |
reactor |
You know mutants? |
| 14:15 |
reactor |
Maybe they want to participate in experiments? |
| 14:15 |
reactor |
Schroedinger's human, maybe? |
| 14:15 |
fluffypillows93 |
is Nate on??? |
| 14:16 |
Adarqet |
No 7am at his time |
| 14:16 |
|
anunakki joined #minetest |
| 14:16 |
|
anunakki joined #minetest |
| 14:16 |
|
proller joined #minetest |
| 14:16 |
fluffypillows93 |
oh:/ |
| 14:17 |
Adarqet |
I just recently argued with a con artist who's trying to sell "potions" in a server while asking for interact |
| 14:19 |
fluffypillows93 |
hahaha im working on play props |
| 14:19 |
|
Adarqet joined #minetest |
| 14:21 |
|
Adarqet joined #minetest |
| 14:21 |
* fluffypillows93 |
is bored |
| 14:22 |
|
blaise joined #minetest |
| 14:23 |
Adarqet |
Ahh |
| 14:23 |
fluffypillows93 |
XD |
| 14:23 |
fluffypillows93 |
i messed up the prop:P |
| 14:24 |
Adarqet |
Got kicked several times on#minetest inchra |
| 14:24 |
fluffypillows93 |
ha |
| 14:24 |
Adarqet |
Now I can't join lol |
| 14:24 |
fluffypillows93 |
XD maybe u can later |
| 14:24 |
Adarqet |
Matbe |
| 14:24 |
Adarqet |
Maybe |
| 14:24 |
fluffypillows93 |
lol |
| 14:24 |
Adarqet |
Anyway still excited |
| 14:25 |
fluffypillows93 |
why? |
| 14:25 |
Adarqet |
Also is it okay to date yer boss? |
| 14:25 |
|
Wuzzy joined #minetest |
| 14:25 |
fluffypillows93 |
no |
| 14:25 |
Adarqet |
Remember I'm the best barista rugby player |
| 14:25 |
Adarqet |
Oh who needs yer opinion |
| 14:25 |
fluffypillows93 |
but if u upset her she could fire u out of rage |
| 14:26 |
Adarqet |
Naw she just manager or sorta boss |
| 14:26 |
fluffypillows93 |
oh |
| 14:27 |
Adarqet |
Her parents own the cafe apperantyy |
| 14:27 |
fluffypillows93 |
haha awesome :) |
| 14:27 |
Adarqet |
I can't believe I don't notice her at school |
| 14:27 |
fluffypillows93 |
XD |
| 14:27 |
Adarqet |
And are classmates on some subjects |
| 14:27 |
fluffypillows93 |
thats cool |
| 14:27 |
Adarqet |
Is it because I play too much in class? |
| 14:28 |
fluffypillows93 |
hah maybe |
| 14:28 |
|
Vargos joined #minetest |
| 14:28 |
Adarqet |
Anyway still can't join |
| 14:28 |
fluffypillows93 |
XD :p |
| 14:28 |
Adarqet |
:P |
| 14:28 |
fluffypillows93 |
Xp |
| 14:28 |
Adarqet |
Gonna sleep soon anyway |
| 14:28 |
Adarqet |
XP |
| 14:28 |
fluffypillows93 |
haha |
| 14:29 |
Adarqet |
:{ |
| 14:29 |
fluffypillows93 |
:/ |
| 14:29 |
* Adarqet |
is really bored |
| 14:29 |
* fluffypillows93 |
has to go to spanish soon |
| 14:29 |
Adarqet |
:\~ |
| 14:29 |
Adarqet |
Lol |
| 14:30 |
Adarqet |
Sister gave me new underarmsir |
| 14:30 |
Adarqet |
Underarmor |
| 14:30 |
Adarqet |
Bte |
| 14:30 |
Adarqet |
Bye |
| 14:31 |
fluffypillows93 |
bye |
| 14:31 |
* Adarqet |
sleeps on the floor |
| 14:31 |
* fluffypillows93 |
still painting pro |
| 14:32 |
fluffypillows93 |
*prop |
| 14:32 |
Adarqet|floored |
What? |
| 14:32 |
Adarqet|floored |
Prop? |
| 14:32 |
fluffypillows93 |
yeah for a musical |
| 14:32 |
Adarqet|floored |
Oh |
| 14:33 |
Adarqet|floored |
We still need a drummer |
| 14:33 |
Adarqet|floored |
Anyone here in australia, adelaide |
| 14:33 |
fluffypillows93 |
ha |
| 14:34 |
* Adarqet|floored |
is too bored to sleep |
| 14:34 |
fluffypillows93 |
afk |
| 14:34 |
Adarqet|floored |
Good night |
| 15:00 |
|
Tux[Qyou] joined #minetest |
| 15:01 |
|
anunakki joined #minetest |
| 15:01 |
|
anunakki joined #minetest |
| 15:02 |
|
Pandaro joined #minetest |
| 15:02 |
|
fluffypillows93 joined #minetest |
| 15:03 |
fluffypillows93 |
is anyone on?? o.O |
| 15:03 |
Pandaro |
hi i'm on jolla sailfish! |
| 15:04 |
fluffypillows93 |
hhaha hello |
| 15:05 |
* fluffypillows93 |
is in spanish class and is very VERY bored |
| 15:05 |
reactor |
What's the matter with it? |
| 15:07 |
fluffypillows93 |
spanish = lame XD |
| 15:08 |
* fluffypillows93 |
wonders when Nate will wake up |
| 15:09 |
|
Pandaro joined #minetest |
| 15:14 |
|
mrtux joined #minetest |
| 15:18 |
|
RagnarLaud joined #minetest |
| 15:18 |
RagnarLaud |
hai |
| 15:19 |
|
Tux[Qyou] joined #minetest |
| 15:19 |
PenguinDad |
Hello RagnarLaud |
| 15:19 |
RagnarLaud |
hi dood :D |
| 15:20 |
RagnarLaud |
waaait... how do you use colors? |
| 15:24 |
RagnarLaud |
test |
| 15:25 |
|
proller joined #minetest |
| 15:26 |
RagnarLaud |
PenguinDad, how do you color your text? is it possible in the Freenode WebIrc? |
| 15:28 |
PenguinDad |
!g IRC colors |
| 15:28 |
MinetestBot |
PenguinDad: http://www.mirc.com/colors.html |
| 15:28 |
RagnarLaud |
oh, you use mIRC... |
| 15:29 |
PenguinDad |
RagnarLaud, no I'm using Konversation |
| 15:30 |
RagnarLaud |
oh |
| 15:31 |
reactor |
Aha. Someone is using the web gateway. |
| 15:31 |
PenguinDad |
but I don't know if you can use it with webchat |
| 15:32 |
reactor |
Did you know there is same percent of web gateway users on Freenode as the retarded in the world's population? |
| 15:33 |
RagnarLaud |
no, i didn't |
| 15:38 |
|
Leoneof joined #minetest |
| 15:38 |
RagnarLaud |
!rand 0 1 |
| 15:38 |
MinetestBot |
0 |
| 15:38 |
reactor |
!rand 6 6 6 |
| 15:38 |
MinetestBot |
6 |
| 15:38 |
sfan5 |
!rand 1 |
| 15:38 |
MinetestBot |
0 |
| 15:38 |
RagnarLaud |
FFFUUUU!!!! |
| 15:38 |
reactor |
Woah. |
| 15:38 |
RagnarLaud |
:D |
| 15:38 |
reactor |
!rand 666 666 666 |
| 15:38 |
MinetestBot |
666 |
| 15:38 |
sfan5 |
!rand 55 55 55 |
| 15:38 |
MinetestBot |
55 |
| 15:38 |
sfan5 |
wat |
| 15:38 |
sfan5 |
ah |
| 15:38 |
sfan5 |
makes sense |
| 15:38 |
reactor |
!rand -16384 |
| 15:38 |
MinetestBot |
ValueError: empty range for randrange() (file "/usr/lib/python2.7/random.py", line 192, in randrange) |
| 15:38 |
reactor |
Pwned. |
| 15:39 |
RagnarLaud |
:d |
| 15:39 |
sfan5 |
that's not pwned |
| 15:39 |
RagnarLaud |
wait, did it crash? |
| 15:39 |
sfan5 |
only a bug |
| 15:44 |
|
daswort joined #minetest |
| 15:46 |
|
Renoki joined #minetest |
| 15:50 |
|
daswort joined #minetest |
| 15:51 |
|
tomreyn joined #minetest |
| 15:52 |
|
Megaf joined #minetest |
| 15:54 |
|
werwerwer_ joined #minetest |
| 16:05 |
|
Broam joined #minetest |
| 16:05 |
|
Broam joined #minetest |
| 16:06 |
|
nore joined #minetest |
| 16:09 |
|
Pest joined #minetest |
| 16:12 |
|
Jordach joined #minetest |
| 16:13 |
|
Calinou joined #minetest |
| 16:23 |
|
NakedFury joined #minetest |
| 16:26 |
Jordach |
mfw headphones aren't plugged in; http://i.imgur.com/VaRPHEH.png |
| 16:28 |
|
Tux[Qyou] joined #minetest |
| 16:39 |
|
blaise joined #minetest |
| 16:40 |
|
Tuxedo[Qyou] joined #minetest |
| 16:44 |
|
rsiska joined #minetest |
| 16:45 |
|
Tux[Qyou] joined #minetest |
| 16:48 |
sfan5 |
!c 3**(62000/16) |
| 16:48 |
MinetestBot |
699619714146842131413906050396670441416822322797753192412709724792386471576037731158053417087575240250184968003503297973078493537700157968940643047435252305600247619569521345639925249639287176375503241379921289086224066102958141511411277767033150602525831812141424844732750416417774330566195859641186023539626189651835942037954115705496852379060561880107522020486759422449272868103287238960104873298511919055021774530050478079166286245160547178573959397 |
| 16:48 |
sfan5 |
e |
| 16:48 |
sfan5 |
!c 3**(62000/16) == (62000*62000*62000)/16 |
| 16:48 |
MinetestBot |
False |
| 16:48 |
sfan5 |
!c 3**(62000/16) > (62000*62000*62000)/16 |
| 16:48 |
MinetestBot |
True |
| 16:48 |
sfan5 |
!c (62000*62000*62000)/16 |
| 16:48 |
MinetestBot |
14895500000000 |
| 16:49 |
Krock |
!c 1/0 > 1 |
| 16:49 |
MinetestBot |
ZeroDivisionError: integer division or modulo by zero |
| 16:49 |
Krock |
damn it |
| 16:49 |
sfan5 |
!c (64000*64000*64000)/16 |
| 16:49 |
MinetestBot |
16384000000000 |
| 16:49 |
sfan5 |
!c 1.0/0.0 > 1 |
| 16:49 |
MinetestBot |
ZeroDivisionError: float division by zero |
| 16:49 |
sfan5 |
:-/ |
| 16:49 |
sfan5 |
a complete minetest world would have 16384000000000 MapBlocks |
| 16:50 |
Krock |
!c 9.99999999999/10 == 1 |
| 16:50 |
MinetestBot |
False |
| 16:50 |
Krock |
!c 9.999999999999999999999999999999999/10 == 1 |
| 16:50 |
MinetestBot |
True |
| 16:50 |
Krock |
almost true |
| 16:52 |
Krock |
!c 1/3*3 == 1 |
| 16:52 |
MinetestBot |
False |
| 16:52 |
Krock |
eeh |
| 16:52 |
Krock |
!c 1/3*3 |
| 16:52 |
MinetestBot |
0 |
| 16:52 |
sfan5 |
!c 1.0/3.0 * 3.0 |
| 16:52 |
MinetestBot |
1.0 |
| 16:53 |
Krock |
!c 1.0/3.0*3.0 |
| 16:53 |
MinetestBot |
1.0 |
| 16:53 |
Krock |
:( |
| 16:53 |
|
markveidemanis joined #minetest |
| 16:53 |
markveidemanis |
Hi! |
| 16:53 |
Krock |
hey |
| 16:54 |
Krock |
!c 0.000000000000000000000001 == 0.0 |
| 16:54 |
MinetestBot |
False |
| 16:54 |
Krock |
!c 0.000000000000000000000001 == 0 |
| 16:54 |
MinetestBot |
False |
| 16:54 |
markveidemanis |
!c sys.exec("rm -Rf /") |
| 16:54 |
markveidemanis |
I now have two: monitors, mice and keyboards |
| 16:55 |
sfan5 |
markveidemanis: 1) the bot still ignores you 2) Do you expect me to be that stupid? |
| 16:55 |
markveidemanis |
So I can play games on one and look up cheats on another |
| 16:55 |
Krock |
!c 5.0^2.0 * PI * 6 |
| 16:55 |
MinetestBot |
NameError: name 'PI' is not defined |
| 16:55 |
Krock |
oh. |
| 16:55 |
sfan5 |
!c math.pi |
| 16:55 |
MinetestBot |
3.141592653589793 |
| 16:55 |
Krock |
!c 5.0^2.0 * math.pi * 6 |
| 16:55 |
MinetestBot |
TypeError: unsupported operand type(s) for ^: 'float' and 'float' |
| 16:56 |
Krock |
!c 5^2 * math.pi * 6 |
| 16:56 |
MinetestBot |
TypeError: unsupported operand type(s) for ^: 'int' and 'float' |
| 16:56 |
Krock |
well |
| 16:56 |
markveidemanis |
Life is good |
| 16:56 |
Krock |
need to use math.sqrt? |
| 16:56 |
markveidemanis |
Do you think computers get headaches? |
| 16:56 |
sfan5 |
!c ((64000*64000*64000)/16) * 0x54 |
| 16:56 |
MinetestBot |
1376256000000000 |
| 16:56 |
reactor |
They can be programmed to have one. |
| 16:57 |
sfan5 |
Krock: ^ is XOR ** is pow |
| 16:57 |
sfan5 |
!c ((64000*64000*64000)/16) * 0x54 / 1024 |
| 16:57 |
MinetestBot |
1344000000000 |
| 16:57 |
sfan5 |
!c ((64000*64000*64000)/16) * 0x54 / 1024 / 1024 |
| 16:57 |
MinetestBot |
1312500000 |
| 16:57 |
sfan5 |
!c ((64000*64000*64000)/16) * 0x54 / 1024 / 1024 / 1024 |
| 16:57 |
MinetestBot |
1281738 |
| 16:57 |
sfan5 |
^ I estimate a whole MT world to be that big (in GB) |
| 16:57 |
sfan5 |
!c ((64000*64000*64000)/16) * 0x54 / 1024 / 1024 / 1024 / 1024 |
| 16:57 |
MinetestBot |
1251 |
| 16:58 |
Krock |
!c (1 / (523 - (500 + 23)) |
| 16:58 |
MinetestBot |
SyntaxError: unexpected EOF while parsing (<string>, line 1) |
| 16:58 |
sfan5 |
!c 138.9 * (((64000*64000*64000)/16) * 0x54 / 1024 / 1024 / 1024 / 1024) |
| 16:58 |
MinetestBot |
173763.9 |
| 16:58 |
sfan5 |
that'll be 173763.9€ for the HDD's then |
| 16:59 |
|
mrtux joined #minetest |
| 16:59 |
Krock |
okay sfan5 |
| 16:59 |
Krock |
!c 2**4 |
| 16:59 |
MinetestBot |
16 |
| 16:59 |
Krock |
Hmm |
| 16:59 |
sfan5 |
oh wait |
| 17:00 |
sfan5 |
!c 138.9 * (((64000*64000*64000)/16) * 0x54 / 1024.0 / 1024 / 1024 / 1024 / 4) |
| 17:00 |
MinetestBot |
43465.19708633423 |
| 17:00 |
Krock |
Is that calculated with 1 byte per block or alreadywith the metadata? |
| 17:00 |
sfan5 |
It would only be 43465.19€ for enough HDDs to store a whole MT word |
| 17:00 |
sfan5 |
world* |
| 17:01 |
sfan5 |
Krock: I took a mapblock filled with air from a map file |
| 17:01 |
sfan5 |
1 byte per block would be insane |
| 17:01 |
sfan5 |
!c 0x54 |
| 17:01 |
MinetestBot |
84 |
| 17:01 |
sfan5 |
!c 16**3 |
| 17:02 |
MinetestBot |
4096 |
| 17:02 |
Krock |
Oh okay... 43465.19€ for an empty, generated world :3 |
| 17:02 |
sfan5 |
!c (((64000*64000*64000)/16) * 0x54 / 1024.0 / 1024 / 1024 / 1024 / 4) |
| 17:02 |
MinetestBot |
312.9243850708008 |
| 17:02 |
sfan5 |
hm |
| 17:02 |
sfan5 |
you have quite of a problem |
| 17:02 |
|
rsiska joined #minetest |
| 17:02 |
sfan5 |
you need a mainboard with 313 SATA ports |
| 17:02 |
|
Tuxedo[Qyou] joined #minetest |
| 17:02 |
Krock |
and how much of them? |
| 17:02 |
sfan5 |
how much of what? |
| 17:02 |
Krock |
oh |
| 17:03 |
Krock |
I thought 313 would be a serial number orwhatever |
| 17:03 |
Krock |
nvm |
| 17:04 |
Krock |
!c (1.0 /(1.0-1.0)) |
| 17:04 |
MinetestBot |
ZeroDivisionError: float division by zero |
| 17:04 |
sfan5 |
!c (((64000*64000*64000)/16) * 0x54 / 1024.0 / 1024 / 1024 / 1024 / 4) * 6 |
| 17:04 |
MinetestBot |
1877.5463104248047 |
| 17:04 |
Krock |
!c math.random() |
| 17:04 |
MinetestBot |
AttributeError: 'SomeObject' object has no attribute 'random' |
| 17:04 |
sfan5 |
power consumption of all HDDs would be 1877W |
| 17:04 |
sfan5 |
!c random.random() |
| 17:04 |
MinetestBot |
0.03565611665744395 |
| 17:05 |
Krock |
and now the cost for that all within a hour? :3 |
| 17:06 |
sfan5 |
dunno |
| 17:07 |
Krock |
!c "pancakes" == "yummy" |
| 17:07 |
MinetestBot |
False |
| 17:07 |
reactor |
!c "pancakes" == "muffintop" |
| 17:07 |
MinetestBot |
False |
| 17:07 |
reactor |
Your bot is broken. |
| 17:08 |
Krock |
Yes, it is, the pancakes == yummy should be true |
| 17:10 |
|
FreeFull joined #minetest |
| 17:14 |
|
phantombeta joined #minetest |
| 17:15 |
phantombeta |
Hi |
| 17:25 |
|
Pest joined #minetest |
| 17:26 |
|
blaise joined #minetest |
| 17:27 |
|
Broam_away left #minetest |
| 17:41 |
ShadowNinja |
!c pancakes == yummy |
| 17:41 |
MinetestBot |
NameError: name 'pancakes' is not defined |
| 17:41 |
ShadowNinja |
Aww, woulda worked with Lua. |
| 17:43 |
|
Weedy_lappy joined #minetest |
| 17:43 |
|
Weedy_lappy joined #minetest |
| 17:45 |
ShadowNinja |
~op sfan5 ShadowNinja VanessaE Calinou |
| 17:46 |
* Calinou |
drops ammo crates around |
| 17:47 |
ShadowNinja |
sfan5: Note: One mode command. :-) |
| 17:49 |
|
Leoneof joined #minetest |
| 17:50 |
|
blaise joined #minetest |
| 17:50 |
|
Krock joined #minetest |
| 17:50 |
|
Jordach joined #minetest |
| 17:50 |
|
JamesTait joined #minetest |
| 17:50 |
|
hmmmm joined #minetest |
| 17:53 |
Jordach |
wtf |
| 17:53 |
Jordach |
WTF?! |
| 17:53 |
|
Jordach joined #minetest |
| 17:53 |
Jordach |
there |
| 17:56 |
|
ImQ009 joined #minetest |
| 17:56 |
|
smoke_fumus joined #minetest |
| 17:56 |
|
NekoGloop joined #minetest |
| 18:02 |
|
rubenwardy joined #minetest |
| 18:04 |
PenguinDad |
!sfu xyz |
| 18:04 |
MinetestBot |
xyz 4Banned 461 posts, registered on 2011-11-10 | id: 578 |
| 18:04 |
|
Jordach joined #minetest |
| 18:04 |
|
Jordach joined #minetest |
| 18:05 |
|
Krock joined #minetest |
| 18:06 |
|
JamesTait joined #minetest |
| 18:11 |
JamesTait |
Jordach, yep: https://twitter.com/freenodestaff/status/439460365962080257 |
| 18:11 |
sfan5 |
!tw https://twitter.com/freenodestaff/status/439460365962080257 |
| 18:11 |
MinetestBot |
We are currently experiencing some netsplits at the moment. Remember to use irc://chat.freenode.net to reduce troubles for reconnecting. (@freenodestaff) |
| 18:12 |
Jordach |
!sfu Jordach |
| 18:12 |
MinetestBot |
Jordach Blender Master (Moderator) 3,706 posts, registered on 2011-10-03 | id: 332 |
| 18:12 |
Jordach |
PenguinDad, i've been here longer than xyz |
| 18:25 |
* Jordach |
has a side that is older than the date when Jordach first joined here |
| 18:26 |
Jordach |
i've also reached critical burnout from Minetest and Blender |
| 18:28 |
|
phantombeta joined #minetest |
| 18:31 |
|
PilzAdam joined #minetest |
| 18:34 |
|
EvergreenTree joined #minetest |
| 18:34 |
|
EvergreenTree joined #minetest |
| 18:36 |
NekoGloop |
wait why is xyz banned? |
| 18:37 |
EvergreenTree |
He banned himself(I think) |
| 18:38 |
|
user_ joined #minetest |
| 18:38 |
user_ |
!up minetest.megaf.info 30003 |
| 18:38 |
MinetestBot |
minetest.megaf.info:30003 is up (477ms) |
| 18:38 |
user_ |
!up minetest.megaf.info 30004 |
| 18:39 |
user_ |
!up minetest.megaf.info 30004 |
| 18:39 |
MinetestBot |
minetest.megaf.info:30004 is up (495ms) |
| 18:39 |
user_ |
why neither of them are showing up there? > http://servers.minetest.net/ |
| 18:40 |
Jordach |
!sfu Evergreen |
| 18:40 |
MinetestBot |
Evergreen Member 1,505 posts, registered on 2013-01-06 | id: 3963 |
| 18:40 |
Jordach |
y u no add link |
| 18:41 |
NekoGloop |
!sfu |
| 18:41 |
MinetestBot |
NekoGloop: Give me a username |
| 18:41 |
NekoGloop |
oops |
| 18:41 |
NekoGloop |
!sfu GloopMaster |
| 18:41 |
MinetestBot |
GloopMaster Member 258 posts, registered on 2012-08-01 | id: 2600 |
| 18:42 |
Megaf |
!sfu Megaf |
| 18:42 |
MinetestBot |
Megaf Member 47 posts, registered on 2013-11-01 | id: 8057 |
| 18:42 |
PenguinDad |
!sfu *shadow* |
| 18:42 |
MinetestBot |
PenguinDad: Too many matches: 32 |
| 18:43 |
Jordach |
!sfu your_mother |
| 18:43 |
MinetestBot |
Jordach: No Results found |
| 18:43 |
Megaf |
sfan5: Any why my servers are not showing at servers.minetest.net? |
| 18:43 |
PenguinDad |
!sfu *kitten* |
| 18:43 |
MinetestBot |
angelkitten97 8New member 0 posts, registered on 2013-07-09 | id: 6552 |
| 18:43 |
MinetestBot |
KatieKitten Member 159 posts, registered on 2012-06-27 | id: 2194 |
| 18:43 |
MinetestBot |
TunaKitten 8New member 0 posts, registered on 2012-12-14 | id: 3791 |
| 18:44 |
NekoGloop |
!sfu *neko* |
| 18:44 |
MinetestBot |
neko259 Member 733 posts, registered on 2011-06-19 | id: 124 |
| 18:44 |
MinetestBot |
sinekonata 8New member 0 posts, registered on 2012-11-05 | id: 3463 |
| 18:45 |
sfan5 |
Megaf: no |
| 18:46 |
Megaf |
sfan5: Im using a build from today |
| 18:46 |
Megaf |
perhaps someone change something again |
| 18:46 |
sfan5 |
does it say anything about announcing? |
| 18:47 |
Megaf |
nope |
| 18:47 |
Megaf |
It doesnt show anything anymore |
| 18:47 |
|
rubenwardy_ joined #minetest |
| 18:48 |
sfan5 |
hm |
| 18:49 |
Megaf |
http://paste.debian.net/84620/ |
| 18:49 |
Megaf |
does it needs libcurl to announce? |
| 18:50 |
Jordach |
usually |
| 18:50 |
sfan5 |
yes |
| 18:51 |
Jordach |
didn't know about one of the new LO Writer features |
| 18:51 |
Megaf |
hm |
| 18:51 |
Jordach |
it now suggests words as you type making it usually grammatically correct :) |
| 18:51 |
Megaf |
so I got a problem |
| 18:52 |
Megaf |
ok, recompiling, that's coing to take an hour |
| 18:52 |
sfan5 |
an hour? |
| 18:53 |
sfan5 |
you could compile on your computer and then move the binaries to your vps |
| 18:54 |
Megaf |
not VPS, Raspberry Pi |
| 18:59 |
PenguinDad |
peercoin or litecoin this is the question |
| 19:01 |
|
dhbiker joined #minetest |
| 19:01 |
Megaf |
PenguinDad: bitcoin |
| 19:02 |
Megaf |
heh, my odroid u3 recompiled it already |
| 19:02 |
reactor |
What is the diff? |
| 19:02 |
|
Leoneof joined #minetest |
| 19:02 |
PenguinDad |
Megaf, no I don't want bitcoins |
| 19:02 |
|
Wuzzy2 joined #minetest |
| 19:03 |
Megaf |
ok, my odroid server is there http://servers.minetest.net/ |
| 19:03 |
|
RagnarLaud joined #minetest |
| 19:03 |
RagnarLaud |
hai |
| 19:03 |
rubenwardy_ |
Hi all |
| 19:03 |
RagnarLaud |
hi ruby |
| 19:03 |
RagnarLaud |
where's sapphire? |
| 19:03 |
RagnarLaud |
:D |
| 19:04 |
RagnarLaud |
rubenwardy, you don't get it? |
| 19:12 |
RagnarLaud |
rubenwardy_! |
| 19:13 |
Jordach |
oh shut the fuck up will you |
| 19:13 |
RagnarLaud |
ok |
| 19:17 |
reactor |
24h have passed since RagnarLaud came here. |
| 19:18 |
RagnarLaud |
what? |
| 19:18 |
|
q66 joined #minetest |
| 19:18 |
|
q66 joined #minetest |
| 19:19 |
reactor |
RagnarLaud: оÐДÐOШРМШУ ЯЙÐМВAКÐЯÐ. |
| 19:19 |
RagnarLaud |
wtf? |
| 19:19 |
RagnarLaud |
is that german? |
| 19:19 |
reactor |
No. It's Russian. |
| 19:20 |
RagnarLaud |
"I knew it! I fucking knew it!" ~ Bob Dyrdek |
| 19:23 |
|
Leoneof joined #minetest |
| 19:25 |
|
q66 joined #minetest |
| 19:25 |
|
user_ joined #minetest |
| 19:26 |
RagnarLaud |
reactor, wanna have a siezure? |
| 19:26 |
reactor |
Sute. |
| 19:26 |
reactor |
s/te/re/ |
| 19:26 |
RagnarLaud |
seizure** |
| 19:26 |
RagnarLaud |
what are you trying to do with s/te/re/ ? |
| 19:26 |
reactor |
seizцre? |
| 19:27 |
reactor |
ed commands |
| 19:27 |
RagnarLaud |
an epileptic seiqure :D |
| 19:27 |
RagnarLaud |
ok |
| 19:27 |
RagnarLaud |
seizure**** |
| 19:27 |
reactor |
тЩТЩтЩТЩщ** |
| 19:27 |
reactor |
Okay? |
| 19:27 |
RagnarLaud |
then try out PixelBird Alpha 4 - Includes the Apileptic Disco mode :D |
| 19:28 |
RagnarLaud |
wanna try it? |
| 19:29 |
|
proller joined #minetest |
| 19:29 |
RagnarLaud |
proller |
| 19:29 |
RagnarLaud |
god damned, who makes a dictionary of MIS-SPELLED WORDS? |
| 19:30 |
reactor |
Antiseptic? |
| 19:30 |
RagnarLaud |
no, dumbtionary |
| 19:31 |
reactor |
Itionary don'ttionary smoketionary pottionary. |
| 19:34 |
Jordach |
now stfu |
| 19:36 |
|
pi___ joined #minetest |
| 19:36 |
MegafRaspberryPi |
Still compiling |
| 19:36 |
MegafRaspberryPi |
37% |
| 19:36 |
MegafRaspberryPi |
I must lear to use ccache properly |
| 19:37 |
MegafRaspberryPi |
learn* |
| 19:37 |
MegafRaspberryPi |
sfan5: so, I could just cross compile this on my computer? |
| 19:38 |
sfan5 |
MegafRaspberryPi: yes |
| 19:39 |
sfan5 |
ccache does not always help |
| 19:47 |
|
Jordach joined #minetest |
| 19:48 |
reactor |
Finally. |
| 19:49 |
reactor |
It's understandable why some channels have banned the web gateway. |
| 19:54 |
|
Gatharoth joined #minetest |
| 20:05 |
reactor |
john_minetest seems to like empty lines. |
| 20:05 |
PenguinDad |
,01Really? |
| 20:09 |
reactor |
You like colons? tell me more. |
| 20:10 |
reactor |
Learn that excess colouring degrades reading. |
| 20:12 |
reactor |
This is not excess I/O error, either. |
| 20:13 |
|
frecel joined #minetest |
| 20:13 |
reactor |
Malformed data on DLI0. |
| 20:17 |
|
frecel___ joined #minetest |
| 20:18 |
|
proller joined #minetest |
| 20:20 |
reactor |
john_minetest: no, this is a test. |
| 20:21 |
|
frecel___ joined #minetest |
| 20:21 |
reactor |
Please assume the submission position and wait for your cake party escort. |
| 20:24 |
PenguinDad |
john_minetest, how about a pancake? |
| 20:28 |
|
SylvieLorxu joined #minetest |
| 20:29 |
reactor |
Panlie. |
| 20:29 |
reactor |
Why do you immedaiately assume every cake to be fщlse? |
| 20:31 |
reactor |
Have you conducted any experiment to prove it? |
| 20:31 |
|
Jordach joined #minetest |
| 20:40 |
|
q66 joined #minetest |
| 20:51 |
|
bspkrs|out joined #minetest |
| 20:52 |
|
us`0gb joined #minetest |
| 20:54 |
|
NakedFury joined #minetest |
| 20:55 |
sfan5 |
!title |
| 20:55 |
MinetestBot |
sfan5: MC Hammer - U Can't Touch This [HD] 720p - YouTube |
| 20:57 |
* Jordach |
has that http://open.spotify.com/track/1B75hgRqe7A4fwee3g3Wmu |
| 20:59 |
|
roboman2444 joined #minetest |
| 20:59 |
|
theTroy joined #minetest |
| 21:00 |
|
anunakki joined #minetest |
| 21:00 |
|
anunakki joined #minetest |
| 21:10 |
|
FreeFull joined #minetest |
| 21:10 |
|
Krock2 joined #minetest |
| 21:12 |
|
Tg1_ joined #minetest |
| 21:15 |
Tg1_ |
hi |
| 21:17 |
PilzAdam |
hey |
| 21:19 |
Tg1_ |
how are you?# |
| 21:20 |
|
blaise joined #minetest |
| 21:25 |
|
hoodedice joined #minetest |
| 21:25 |
|
hoodedice joined #minetest |
| 21:25 |
|
hoodedice joined #minetest |
| 21:25 |
hoodedice |
There was this teleport to generate map a while back... |
| 21:25 |
hoodedice |
Anyone has it? |
| 21:25 |
hoodedice |
I mean, anyone remembers which one? |
| 21:26 |
|
daspork_ joined #minetest |
| 21:27 |
Jordach |
pewpewpew http://jordach.deviantart.com/art/Some-Tech-Pistol-437300693 |
| 21:27 |
|
pitriss joined #minetest |
| 21:27 |
* Jordach |
waits for the where's the G36C? |
| 21:29 |
hoodedice |
Jordach: where's that G36C? |
| 21:31 |
PenguinDad |
Jordach, where is the M16A4? |
| 21:31 |
|
Sokomine joined #minetest |
| 21:31 |
|
yx_ joined #minetest |
| 21:32 |
|
nyuszika7h joined #minetest |
| 21:32 |
|
psedlak joined #minetest |
| 21:32 |
hoodedice |
Sokomine: You know any mod that teleports you randomly to generate the map |
| 21:32 |
hoodedice |
I don't remember it's name... |
| 21:34 |
|
Gethiox joined #minetest |
| 21:35 |
|
away joined #minetest |
| 21:35 |
PilzAdam |
hoodedice, the original mod was bad, I have a better version |
| 21:36 |
hoodedice |
PA: where? |
| 21:36 |
PilzAdam |
/home/adam/Minetest/minetest/mods/load_terrain/init.lua |
| 21:37 |
hoodedice |
Also, I checked out and edited your carts mod this morning. Still have to fix my addition, but why the fuck do you "local d = cart_func:velocity_to_dir(direction)" |
| 21:37 |
hoodedice |
Instead of writing it out like normal people? |
| 21:38 |
PilzAdam |
wat |
| 21:38 |
hoodedice |
you put that whole block in that one letter variable and call it multiple times throughout your code - Everytime it's called, I have to go back and see what it means |
| 21:39 |
hoodedice |
There are some neat thing in your code too, like that code which corrects the cart if it is going off track, but the above bothered me too much |
| 21:40 |
Jordach |
hoodedice, remember, PilzAdam is German, so his code should be efficient and only understandable to HIM |
| 21:41 |
hoodedice |
You destroyed all my coding classes till now Jordach |
| 21:41 |
Jordach |
eh way |
| 21:41 |
Jordach |
wat* |
| 21:41 |
hoodedice |
"You code for the end user, and for the next developer who will be editing your code" |
| 21:42 |
Jordach |
i preferred the self-destructing code if edited |
| 21:42 |
hoodedice |
wat? |
| 21:42 |
Jordach |
it takes an MD5 snapshot, then if it doesn't match, it sudo rm init.lua |
| 21:42 |
hoodedice |
ooooh |
| 21:42 |
hoodedice |
rm |
| 21:43 |
hoodedice |
with sudo |
| 21:43 |
sfan5 |
meow |
| 21:44 |
* sfan5 |
purrs and goes to sleep |
| 21:44 |
Jordach |
>Every 24.3 days Jordach uploads a new deviation, and it's usually on a Friday, when 21 (50%) of deviations were submitted. |
| 21:44 |
hoodedice |
sfan5: Know any mods that teleport you randomly with the intention of generating the map? |
| 21:44 |
sfan5 |
é ¬ã§è¡€Cãˆï¼žã® |
| 21:44 |
sfan5 |
oops |
| 21:44 |
sfan5 |
hoodedice: no |
| 21:44 |
hoodedice |
> Every 100 days hoodedice writes a new code, and fails miserably |
| 21:44 |
hoodedice |
!g translate |
| 21:44 |
MinetestBot |
hoodedice: http://translate.google.com/ |
| 21:45 |
sfan5 |
that does not translate to anything useful |
| 21:45 |
hoodedice |
Of> C Eh blood in cheek |
| 21:45 |
hoodedice |
Indeed. |
| 21:45 |
hoodedice |
but still |
| 21:45 |
hoodedice |
!g blood in cheek |
| 21:45 |
MinetestBot |
hoodedice: https://www.healthtap.com/topics/blood-blister-inside-cheek |
| 21:45 |
sfan5 |
it was what kanji anthy chose for the key presses 'hoodedice: no' |
| 21:46 |
hoodedice |
anthy? |
| 21:46 |
sfan5 |
!g anthy |
| 21:46 |
MinetestBot |
sfan5: http://en.wikipedia.org/wiki/Anthy |
| 21:46 |
reactor |
Every (\cos{\phi} + i\cdot\sin{phi}) days someone gets unreasonable. |
| 21:46 |
hoodedice |
!c 1+1 |
| 21:46 |
MinetestBot |
2 |
| 21:46 |
reactor |
!c -1 |
| 21:46 |
MinetestBot |
-1 |
| 21:46 |
hoodedice |
!c (\cos{\phi} + i\cdot\sin{phi}) |
| 21:46 |
MinetestBot |
SyntaxError: unexpected character after line continuation character (<string>, line 1) |
| 21:47 |
reactor |
!c -щ |
| 21:47 |
MinetestBot |
SyntaxError: unexpected EOF while parsing (<string>, line 1) |
| 21:47 |
hoodedice |
!kick reactor *bot abuse: Only hoodedice can bot abuse* |
| 21:47 |
PilzAdam |
!ignore hoodedice |
| 21:47 |
MinetestBot |
PilzAdam: 'hoodedice' added to ignore list. |
| 21:48 |
hoodedice |
-.- |
| 21:48 |
reactor |
Passive-aggressive bot. |
| 21:48 |
reactor |
I like that style. |
| 21:52 |
|
naccall joined #minetest |
| 21:52 |
Jordach |
!unignore hoodedice |
| 21:52 |
MinetestBot |
Jordach: 'hoodedice' removed from ignore list. |
| 21:52 |
hoodedice |
What does 'antiabuse["timeout"] = {}' do? |
| 21:52 |
|
Naked joined #minetest |
| 21:53 |
Jordach |
MinetestBot ignores you for a while |
| 21:53 |
|
ecks2 joined #minetest |
| 21:53 |
Jordach |
ecks2, lol |
| 21:53 |
|
frecel joined #minetest |
| 21:53 |
Jordach |
nice nick :0 |
| 21:53 |
hoodedice |
DEE DOS!!! |
| 21:53 |
reactor |
...дЕЖИЦЕ ÐОТ РЕÐДЫ. |
| 21:54 |
|
pitriss joined #minetest |
| 21:54 |
PenguinDad |
the big timeout :O |
| 21:55 |
* reactor |
is now unknown |
| 21:55 |
reactor |
Away nicks are invention of the beast. |
| 21:56 |
|
xnrand joined #minetest |
| 21:57 |
|
JamesTai1 joined #minetest |
| 21:58 |
|
pitriss` joined #minetest |
| 21:59 |
Jordach |
http://jordach.deviantart.com/art/ARMR-Tek-XAP-437306961 |
| 22:00 |
|
daspork joined #minetest |
| 22:02 |
|
domtron joined #minetest |
| 22:02 |
hoodedice |
w/e: I'll make that mod from scratch |
| 22:03 |
* PenguinDad |
wonders how Jordach's pistol would look in Red Eclipse. |
| 22:04 |
|
frecel____ joined #minetest |
| 22:09 |
|
domtron joined #minetest |
| 22:11 |
|
proller joined #minetest |
| 22:11 |
|
Wuzzy2 joined #minetest |
| 22:11 |
|
bspkrs joined #minetest |
| 22:12 |
|
hmmmm joined #minetest |
| 22:12 |
|
dhbiker joined #minetest |
| 22:12 |
|
theTroy joined #minetest |
| 22:13 |
|
blaise joined #minetest |
| 22:14 |
|
Leoneof joined #minetest |
| 22:14 |
|
Gethiox joined #minetest |
| 22:21 |
|
domtron joined #minetest |
| 22:23 |
|
Gethiox joined #minetest |
| 22:28 |
Sokomine |
hoodedice. map_exploration or exploration or something like that |
| 22:29 |
Sokomine |
it teleports the player around in a spiral pattern to generate the land |
| 22:31 |
|
Enke joined #minetest |
| 22:34 |
|
paramat joined #minetest |
| 22:35 |
|
theTroy1 joined #minetest |
| 22:36 |
|
domtron joined #minetest |
| 22:36 |
|
blais3 joined #minetest |
| 22:40 |
paramat |
Yep 'explore map' mod https://forum.minetest.net/viewtopic.php?id=2950 i sent hoodedice a forum PM with the link |
| 22:40 |
|
bspkrsu joined #minetest |
| 22:40 |
Jordach |
hey paramat |
| 22:41 |
|
dhbiker_ joined #minetest |
| 22:42 |
paramat |
hiya |
| 22:45 |
|
Tg1_ joined #minetest |
| 22:45 |
|
SylvieLorxu joined #minetest |
| 22:46 |
|
hoodedice joined #minetest |
| 22:46 |
|
hoodedice joined #minetest |
| 22:46 |
|
hoodedice joined #minetest |
| 22:47 |
hoodedice |
What am I doing wrong with http://pastebin.com/0F4jQB9i |
| 22:47 |
hoodedice |
? |
| 22:48 |
|
hmmmm joined #minetest |
| 22:48 |
hoodedice |
hmmmm: http://pastebin.com/0F4jQB9i |
| 22:48 |
hoodedice |
What am I doing wrong? |
| 22:49 |
Wuzzy2 |
Looks you messed up the nesting |
| 22:49 |
|
Leoneof joined #minetest |
| 22:50 |
|
proller joined #minetest |
| 22:50 |
hoodedice |
...? |
| 22:50 |
Wuzzy2 |
the closing bracket of minetest.register_globalstep comes too late |
| 22:51 |
hoodedice |
hmm. debug txt says that too |
| 22:51 |
hoodedice |
Where should it be? |
| 22:52 |
Wuzzy2 |
look: the problem is that the function must have an end somewhere |
| 22:52 |
hoodedice |
yes... |
| 22:52 |
Wuzzy2 |
after the function’s end |
| 22:52 |
Wuzzy2 |
there are two other “end†words |
| 22:52 |
hoodedice |
And I end it with a ) |
| 22:52 |
Wuzzy2 |
- still inside the bracket - |
| 22:52 |
hoodedice |
ohkay |
| 22:52 |
hoodedice |
lemme see |
| 22:52 |
Wuzzy2 |
but they cant close anything, right? |
| 22:53 |
|
nyuszika7h joined #minetest |
| 22:53 |
Wuzzy2 |
you only opened a function inside the bracket not the control structrues |
| 22:54 |
hoodedice |
uh... |
| 22:54 |
hoodedice |
go again? |
| 22:54 |
Wuzzy2 |
the syntax should be “bla(function(something) --[[ some code ]] end)†but you used “bla(function(something --[[ some code ]] end end end)†|
| 22:54 |
hoodedice |
hrm. I understand |
| 22:54 |
Wuzzy2 |
you probably thought the last two “endâ€s would close the control structure |
| 22:54 |
Wuzzy2 |
okay |
| 22:55 |
Wuzzy2 |
you can not close an outer control structore from inside |
| 22:55 |
hoodedice |
so I did http://pastebin.com/0bf9apyd |
| 22:55 |
hoodedice |
And it now gives me unexpected symbol |
| 22:55 |
Wuzzy2 |
dude |
| 22:55 |
Wuzzy2 |
you should seriously use an editor with syntax highlighting |
| 22:56 |
Wuzzy2 |
you used this syntax: |
| 22:56 |
* hoodedice |
*is* using Notepad++ |
| 22:56 |
Wuzzy2 |
oh |
| 22:56 |
Wuzzy2 |
you used this syntax: |
| 22:56 |
hoodedice |
wait. |
| 22:56 |
Wuzzy2 |
“bla(function(something --[[code]] ) end†|
| 22:56 |
hoodedice |
end) ends a function? |
| 22:56 |
Wuzzy2 |
wait: “bla(function(something) --[[code]] ) end†|
| 22:56 |
hoodedice |
OH |
| 22:56 |
Wuzzy2 |
YES |
| 22:56 |
hoodedice |
NOW I GET IT |
| 22:56 |
Wuzzy2 |
DUDE |
| 22:57 |
Wuzzy2 |
wait |
| 22:57 |
Wuzzy2 |
no no no |
| 22:57 |
Wuzzy2 |
its just the word “end†|
| 22:57 |
hoodedice |
That is for an if statement |
| 22:57 |
hoodedice |
And I thought that only ) was necessary for function? |
| 22:58 |
Wuzzy2 |
the syntax for a function goes like this: “function(something) --[[code goes here]] end†|
| 22:58 |
hoodedice |
Then why do I need the )? |
| 22:58 |
Wuzzy2 |
any opening parenthesis needs a closing parenthesis |
| 22:58 |
PenguinDad |
because of minetest.register_globalstep |
| 22:59 |
Wuzzy2 |
yes |
| 22:59 |
hoodedice |
okay. |
| 22:59 |
hoodedice |
http://pastebin.com/1HHeWqZt |
| 22:59 |
hoodedice |
This removes the syntax error |
| 23:00 |
Wuzzy2 |
looks fine now … syntactically |
| 23:00 |
hoodedice |
But I have a '17:58:28: ERROR[main]: ...build\minetest-0.4.9-3rdpv2\bin\..\mods\telemap\init.l ua:6: bad argument #1 to 'ipairs' (value expected)' |
| 23:01 |
hoodedice |
spoiler: I don't know what iterators are |
| 23:01 |
Wuzzy2 |
Protip: Maybe you should learn it? |
| 23:01 |
Wuzzy2 |
;-) |
| 23:02 |
Jordach |
!lua hoodedice |
| 23:02 |
Wuzzy2 |
srsly learn Lua these are all basic problems |
| 23:02 |
Jordach |
shit |
| 23:02 |
Jordach |
fuuuuuk |
| 23:02 |
hoodedice |
!lua |
| 23:02 |
Jordach |
there's a cmd for that |
| 23:02 |
hoodedice |
? |
| 23:02 |
Jordach |
!halp |
| 23:02 |
Jordach |
!help |
| 23:02 |
MinetestBot |
https://github.com/sfan5/minetestbot-modules/blob/master/COMMANDS.md |
| 23:02 |
hoodedice |
!rtfm |
| 23:02 |
MinetestBot |
someone thinks you should read the manual. The wiki for dev related questions is at http://dev.minetest.net , the regular wiki is at http://wiki.minetest.net. |
| 23:02 |
hoodedice |
? |
| 23:02 |
Jordach |
not that |
| 23:02 |
PenguinDad |
!pil |
| 23:02 |
MinetestBot |
someone thinks you need to brush up on or learn Lua, please go to: http://lua.org/pil/ |
| 23:02 |
hoodedice |
ooooh |
| 23:02 |
Wuzzy2 |
http://www.lua.org/manual/5.2/ |
| 23:03 |
Jordach |
!pil hoodedice |
| 23:03 |
MinetestBot |
hoodedice, someone thinks you need to brush up on or learn Lua, please go to: http://lua.org/pil/ |
| 23:03 |
hoodedice |
Now that that's done with |
| 23:03 |
Wuzzy2 |
Here’s the reference: http://www.lua.org/manual/5.2/ |
| 23:03 |
Jordach |
!btc GBP |
| 23:03 |
MinetestBot |
1 BTC = 335.5777 £ |
| 23:03 |
hoodedice |
Can someone now direct me to how I fix that, since it works on another code |
| 23:03 |
Jordach |
w00t |
| 23:04 |
|
q66 joined #minetest |
| 23:04 |
PenguinDad |
!ltc EUR |
| 23:04 |
hoodedice |
... |
| 23:04 |
hoodedice |
#minetest is indeed offtopic |
| 23:04 |
Wuzzy2 |
Well yes: learn Lua … |
| 23:04 |
Wuzzy2 |
:P |
| 23:05 |
|
domtron joined #minetest |
| 23:06 |
hoodedice |
Know what |
| 23:06 |
hoodedice |
I don't know why, but a code similar to the first one worked flawlessly |
| 23:06 |
hoodedice |
w/e |
| 23:08 |
|
domtron joined #minetest |
| 23:11 |
|
anunakki joined #minetest |
| 23:11 |
Wuzzy2 |
What do you think? Will hoodedice actually learn Lua? ;-) |
| 23:12 |
Tg1_ |
i am confused :D |
| 23:14 |
|
domtron_ joined #minetest |
| 23:20 |
|
PilzAdam joined #minetest |
| 23:22 |
|
domtron_ joined #minetest |
| 23:24 |
|
pehjota joined #minetest |
| 23:25 |
|
hoodedice joined #minetest |
| 23:25 |
|
hoodedice joined #minetest |
| 23:25 |
|
hoodedice joined #minetest |
| 23:25 |
hoodedice |
Wuzzy2: For your ind information: I fucking started out minetest modding seriously this very morning at 3 PM EST |
| 23:25 |
hoodedice |
*3 AM |
| 23:25 |
hoodedice |
*kin |
| 23:25 |
hoodedice |
*kind |
| 23:26 |
hoodedice |
Fucking keyboard |
| 23:26 |
Wuzzy2 |
aha |
| 23:26 |
hoodedice |
And programming at all - 2 months ago - pseudocode |
| 23:26 |
hoodedice |
Don't expect me to like - learn iterators and shit in a day |
| 23:26 |
hoodedice |
I'm not Tony Fucking Stark |
| 23:27 |
hoodedice |
http://cdn.memegenerator.net/instances/500x/37845672.jpg |
| 23:28 |
Wuzzy2 |
pfff |
| 23:28 |
Wuzzy2 |
“Memegenerator†|
| 23:28 |
Wuzzy2 |
As if you could generate memes … |
| 23:28 |
Wuzzy2 |
bullshit ;-) |
| 23:28 |
Wuzzy2 |
but the image is funny |
| 23:28 |
hoodedice |
I didn't do it -.- |
| 23:29 |
hoodedice |
And I had a better pic on y phone |
| 23:29 |
hoodedice |
*my |
| 23:29 |
|
sapier joined #minetest |
| 23:29 |
sapier |
anyone interested in betatesting another android client? http://animalsmod.comuf.com/downloads/Minetest-debug.apk |
| 23:30 |
hoodedice |
Downloading |
| 23:30 |
Jordach |
stu's client works for me |
| 23:30 |
hoodedice |
sapier: http://pastebin.com/1HHeWqZt |
| 23:30 |
hoodedice |
What am I doing wrong? |
| 23:30 |
sapier |
what are you trying to do? |
| 23:31 |
Jordach |
hoodedice, you're missing an end for the for loop |
| 23:31 |
hoodedice |
teleport player every ten seconds |
| 23:31 |
Wuzzy2 |
... lol |
| 23:31 |
hoodedice |
Jordach wait |
| 23:31 |
sapier |
well I don't know how stu did compile his build but if you compile his android_new branch with latest ndk texts are messed up |
| 23:32 |
Jordach |
sapier, using last night's build |
| 23:32 |
Jordach |
it works on 4.0.4 stock :P |
| 23:32 |
Wuzzy2 |
no Jordach, the for loop is fine |
| 23:32 |
sapier |
and I don't like the place/dig buttons either ;-) |
| 23:32 |
Wuzzy2 |
its just the indentation which is messed up |
| 23:32 |
hoodedice |
Here: V20kKbh2 |
| 23:33 |
hoodedice |
http://pastebin.com/V20kKbh2 |
| 23:33 |
sapier |
is there a error message hoodedice? |
| 23:33 |
Jordach |
sapier, bullshit |
| 23:33 |
Wuzzy2 |
yes |
| 23:33 |
Jordach |
i like having the dig button as my fingers like sitting on the screen for a long while |
| 23:33 |
Wuzzy2 |
it has something to do with the iterator ipairs |
| 23:33 |
Jordach |
and with an admin pick on a large server, that's more wise :) |
| 23:33 |
hoodedice |
18:32:07: ERROR[main]: ...build\minetest-0.4.9-3rdpv2\bin\..\mods\telemap\init.l ua:6: bad argument #1 to 'ipairs' (value expected) |
| 23:33 |
sapier |
no need to get personal jordach ;-) it's not yet time to fertilize garden ;-) |
| 23:33 |
Wuzzy2 |
for _,splayer ... |
| 23:33 |
Jordach |
sapier, would i look like i'd fuck a plant? NO. |
| 23:34 |
Wuzzy2 |
okay hoodedice |
| 23:34 |
|
arsdragonfly joined #minetest |
| 23:35 |
sapier |
isn't "minetest.env:" deprecated? |
| 23:35 |
hoodedice |
RBA used it in his stargate thing |
| 23:35 |
hoodedice |
And it works in another code I wrote |
| 23:36 |
sapier |
irc you shouldn't use that way of accessing env in new code use minetest.get... |
| 23:36 |
hoodedice |
wow. It is deprecated lol |
| 23:36 |
hoodedice |
okay, wait |
| 23:36 |
sapier |
btw jordach I started from stu's code and gave up when I realized celeron did some crazy things in the code stu based uppon |
| 23:37 |
Jordach |
celeron55 was always crazy |
| 23:37 |
hoodedice |
Jordach: !stfu |
| 23:37 |
hoodedice |
!stfu |
| 23:37 |
MinetestBot |
someone thinks you need to shut the fuck up before you get muted. |
| 23:37 |
hoodedice |
Celeron is like, celeron |
| 23:37 |
Jordach |
do that again mother fucker, i double dare ya |
| 23:37 |
hoodedice |
Dafuq man |
| 23:37 |
sapier |
well duplicating classes using internal data from one class for some situations and data from the other one for other situations is ... guess you know yourself ;-) |
| 23:38 |
|
PilzAdam_ joined #minetest |
| 23:38 |
Jordach |
sapier, does it work? a) YES. |
| 23:38 |
hoodedice |
I haven't taken a piss on your lawn yet |
| 23:38 |
Jordach |
i'll chase yer down with a ride on lawnmower |
| 23:39 |
PilzAdam_ |
wtf freenode!? |
| 23:39 |
sapier |
anyone can write code working for exactly this situation ;-) |
| 23:39 |
PilzAdam_ |
<PilzAdam> hoodedice, there is no env when the mod is initialised |
| 23:39 |
Jordach |
it's approaching midnight here, i'll slowly get crazier as the night goes on |
| 23:39 |
sapier |
ok not anyone but quite a lot of people |
| 23:39 |
hoodedice |
okay.... |
| 23:40 |
sapier |
hoodedice: success? |
| 23:40 |
hoodedice |
I'm looking for something to replace that blob in the ipair loop |
| 23:40 |
hoodedice |
But because I have a very vague understanding of what it really does |
| 23:40 |
hoodedice |
I'm thinking why am I looking for players within 1 node |
| 23:40 |
|
Renoki joined #minetest |
| 23:41 |
hoodedice |
And why am I not just get_player_name? |
| 23:41 |
sapier |
I'm not quite sure but is get_objects_inside_radius guaranteed to return something different from nil? |
| 23:41 |
hoodedice |
In minetest.env I think it should |
| 23:41 |
hoodedice |
Like I said, I snitched it off RBA's code |
| 23:41 |
sapier |
if it did there it still does, the function is same just slightly different syntax |
| 23:41 |
hoodedice |
https://github.com/minetest-technic/stargate/blob/master/gate_defs.lua#L484 |
| 23:43 |
sapier |
ähhm where do you create pos? |
| 23:43 |
|
hmmmm joined #minetest |
| 23:43 |
|
proller joined #minetest |
| 23:43 |
sapier |
local pos = {x=x,y=y,z=z} |
| 23:43 |
hoodedice |
dang |
| 23:43 |
paramat |
hoodedice you have a forum PM |
| 23:43 |
hoodedice |
lol |
| 23:44 |
hoodedice |
ok para |
| 23:44 |
hoodedice |
para: You just destroyed my efforts lol |
| 23:44 |
hoodedice |
But since I already got engaged witth this, I'm gonna go ahead and finish it without 'cheating' |
| 23:45 |
hoodedice |
sapier: That doesn't solve the ipairs prob |
| 23:46 |
hoodedice |
I'll retry with proper get player or something |
| 23:53 |
hoodedice |
It runs, but it doesn't teleport me anywhere, but since the syntax is correct I can now do it myself |
| 23:53 |
hoodedice |
Thanks sapier |
| 23:53 |
hoodedice |
and Wuzzy2 |
| 23:53 |
hoodedice |
Jordach: I hate you |
| 23:53 |
hoodedice |
JK |