Time |
Nick |
Message |
00:00 |
bcnjr5 |
Nah... all that happens is occasional freezes... like now. |
00:00 |
MiJyn |
oh |
00:00 |
MiJyn |
what did he break? |
00:00 |
bcnjr5 |
I have 27 gbs open for RAM now :) |
00:00 |
VanessaE |
so much for running a server anymore I guess |
00:00 |
VanessaE |
maybe now's a good time to try to fix that old desktop machine |
00:01 |
bcnjr5 |
dang... I thought I knew the LUA codes... |
00:01 |
bcnjr5 |
WOW! |
00:01 |
MiJyn |
? |
00:01 |
VanessaE |
? |
00:01 |
NakedFury |
elaborate please |
00:01 |
bcnjr5 |
a LOT of new content! |
00:01 |
NakedFury |
yes |
00:01 |
VanessaE |
oh hell yeah |
00:01 |
MiJyn |
yeah |
00:01 |
NakedFury |
nodebox opened doors |
00:02 |
VanessaE |
bcnjr5: get my homedecor, unifieddyes and animatedtorches |
00:02 |
VanessaE |
build something against pipeworks also :-) |
00:03 |
MiJyn |
dang, I should really update my nether mod :D |
00:04 |
bcnjr5 |
So you were the one who made it! |
00:04 |
NakedFury |
yep |
00:04 |
NakedFury |
you hsould come back to minetest |
00:04 |
NakedFury |
should* |
00:04 |
VanessaE |
which> |
00:05 |
MiJyn |
? |
00:05 |
MiJyn |
who are you talking to? |
00:05 |
VanessaE |
bcnjr5: who made what? |
00:05 |
bcnjr5 |
the nether |
00:05 |
VanessaE |
ohh |
00:05 |
MiJyn |
oh |
00:05 |
MiJyn |
yeah |
00:05 |
|
XavierCR84 joined #minetest |
00:06 |
MiJyn |
and who should come back to minetest? |
00:06 |
VanessaE |
MiJyn: it should be fairly trivial for me to translate animated torches over for Nether (e.g. the color of flame needed) |
00:06 |
MiJyn |
cool! |
00:06 |
MiJyn |
Vanessa, make a library! |
00:06 |
MiJyn |
so that anyone can create an animated torch! |
00:06 |
VanessaE |
a library? |
00:06 |
MiJyn |
yeah |
00:06 |
MiJyn |
in your lua code |
00:06 |
VanessaE |
oh |
00:06 |
VanessaE |
er |
00:06 |
MiJyn |
so my mod depends on your mod |
00:06 |
VanessaE |
it doesn't need it - go look at the code :-) |
00:06 |
MiJyn |
and you don't have to do any work |
00:06 |
MiJyn |
I mean something like this: |
00:06 |
VanessaE |
all one has to do is replace the textures |
00:06 |
VanessaE |
OH |
00:06 |
MiJyn |
function genAnimatedTorch(something) |
00:07 |
VanessaE |
I gotchya |
00:07 |
VanessaE |
I'll look into that |
00:07 |
MiJyn |
{textures, light, etc...} |
00:07 |
MiJyn |
you know, I would do more on minetest if the memory wasn't so leaky... |
00:07 |
marktraceur |
VanessaE: Even more better, registerAnimatedTorch(modname, prefix, basetexture) |
00:07 |
marktraceur |
Or similar |
00:08 |
MiJyn |
marktraceur, exactly |
00:08 |
VanessaE |
I'm gonna need help with that kind of code when I'm ready to tackle it |
00:08 |
VanessaE |
I've only done some very basic stuff in lua so far |
00:08 |
MiJyn |
ah ok |
00:08 |
marktraceur |
VanessaE: I'll add it to my TODO list, seems like I'm the go-to person for general functions |
00:08 |
MiJyn |
are there any things that help me make 3d lua models? |
00:08 |
VanessaE |
heh |
00:09 |
VanessaE |
I don't think so yet, though there is a tutorial in spanish on the forums |
00:09 |
MiJyn |
where is that? |
00:09 |
VanessaE |
not sure, the whole thread is in a foreign language, so I can't even gues at a title |
00:10 |
VanessaE |
but it's there; look for stuff about nodeboxes, one guy links ba...wait... |
00:10 |
VanessaE |
look for 3dforniture (spelled as such) |
00:10 |
NakedFury |
moviliario |
00:10 |
VanessaE |
the guy who created that has links in his signature to the poist you want |
00:10 |
NakedFury |
the nodebox line is: x y z x y z |
00:11 |
MiJyn |
right, yeah |
00:11 |
MiJyn |
uh, that's a tutorial? |
00:11 |
VanessaE |
of a sort :-) |
00:12 |
NakedFury |
it tells you how to use the {0, 0, 0, 0, 0, 0} |
00:13 |
MiJyn |
oh right |
00:13 |
MiJyn |
I'll write a tutorial someday |
00:14 |
MiJyn |
hmm |
00:15 |
MiJyn |
ok! |
00:15 |
MiJyn |
I've got a clear sense of where I'm going now :D |
00:15 |
MiJyn |
and the most important thing is to talk to myself :P |
00:16 |
Bad_Command |
just not in public |
00:16 |
VanessaE |
well there's nothing wrong with thta part |
00:16 |
NakedFury |
http://a3.sphotos.ak.fbcdn.net/hphotos-ak-ash4/413611_455552917790282_763454397_o.jpg |
00:16 |
VanessaE |
it's if you start *answering* yourself that you have a problem :-) |
00:17 |
VanessaE |
OH, point of note on nodeboxes: |
00:17 |
VanessaE |
X1,Y1,Z1 should all be lower than X2,Y2,Z2 |
00:17 |
VanessaE |
otherwise the game will render some nodeboxes sort of inside-out |
00:18 |
NakedFury |
yes |
00:18 |
MiJyn |
ah |
00:18 |
MiJyn |
awesome! |
00:18 |
MiJyn |
I love inside-out nodeboxes! |
00:18 |
MiJyn |
xD |
00:18 |
VanessaE |
haha |
00:19 |
MiJyn |
could anyone help me with ideas for the new nether? |
00:19 |
VanessaE |
wish I knew - I know exactly zero about Nether, save for it being dark and in shades of red. |
00:19 |
MiJyn |
hmm |
00:19 |
MiJyn |
ok |
00:19 |
MiJyn |
it's like hell |
00:20 |
MiJyn |
don't care about my old nether mod |
00:20 |
MiJyn |
I'm gonna rewrite a lot of it |
00:20 |
VanessaE |
just be sure you don't change the texture filenames :-) |
00:24 |
MiJyn |
I'll add new ones :D |
00:25 |
|
roboman2444 joined #minetest |
00:25 |
MiJyn |
hmm |
00:25 |
|
roboman2444 joined #minetest |
00:25 |
MiJyn |
does anyone want that weird effect that happens in minecraft? |
00:25 |
MiJyn |
when teleporting? |
00:25 |
VanessaE |
what effect? |
00:25 |
VanessaE |
(not a minecraft player) |
00:26 |
MiJyn |
when using the portal to the nether, your vision starts screwing up |
00:26 |
VanessaE |
I like the effect used in Openarena (a spiral flash of light) |
00:26 |
Bad_Command |
MiJyn: I was thinking about adding a flurry of particles when players teleport |
00:26 |
NakedFury |
a purple swirling effect |
00:26 |
MiJyn |
VanessaE, here: http://www.youtube.com/watch?v=XKq0zgGVAnY |
00:28 |
VanessaE |
interesting |
00:28 |
VanessaE |
I don't know if such an effect is possible |
00:28 |
MiJyn |
in C++ |
00:28 |
VanessaE |
well yeah |
00:28 |
MiJyn |
like if anyone is willing to patch their installation |
00:28 |
VanessaE |
if you submit a patch, but c55 is very much against minecraft-like features right now |
00:29 |
MiJyn |
hmm |
00:29 |
NakedFury |
doesnt have to be minecraft like |
00:29 |
MiJyn |
I want an effect |
00:29 |
NakedFury |
he is adding player screen e3ffects |
00:30 |
VanessaE |
mm...I suppose if it's generic/mlti-purpose enough |
00:30 |
|
MiJyn joined #minetest |
00:32 |
|
MiJyn joined #minetest |
00:32 |
|
roboman2444 joined #minetest |
00:37 |
MiJyn |
hmm |
00:38 |
MiJyn |
anyone willing to help me with textures? |
00:38 |
MiJyn |
I'm terrible at that kind of stuff |
00:38 |
VanessaE |
I'm all textured out for a while :-) |
00:38 |
MiJyn |
ok |
00:44 |
MiJyn |
oh well, I'll work on Wire Studio |
00:55 |
|
XavierCR84 joined #minetest |
00:56 |
|
marktraceur joined #minetest |
01:09 |
MiJyn |
awesome! I got datapoints working! |
01:09 |
VanessaE |
what's that do? :-) |
01:09 |
MiJyn |
gonna be a surprise :D |
01:12 |
MiJyn |
it's still fun working on C++ code :D |
01:12 |
VanessaE |
toldya so. :-) |
01:12 |
NakedFury |
good good |
01:12 |
MiJyn |
C++ is fun, when the source files are not that big |
01:12 |
MiJyn |
and when you have valgrind |
01:13 |
NakedFury |
valgrind? |
01:13 |
NakedFury |
sounds like some rpg name |
01:13 |
MiJyn |
valgrind is a memory analyzer |
01:13 |
MiJyn |
letting you find source leaks |
01:13 |
MiJyn |
not source leaks, memory leaks (dang, it's this time of the evening :S) |
01:14 |
MiJyn |
so only 2K of memory lost each time I run it (nothing by this program, only SDL memory leaks) |
01:57 |
|
LandMine joined #minetest |
01:58 |
LandMine |
anybody can help me with something? |
02:09 |
MiJyn |
LandMine, well, if you explain your problem, maybe |
02:10 |
LandMine |
ohh ok |
02:10 |
LandMine |
hes the problem |
02:10 |
LandMine |
i am making a mod |
02:10 |
LandMine |
and it has its own reactor (furnacne |
02:10 |
LandMine |
furnace*** |
02:10 |
MiJyn |
ok |
02:10 |
LandMine |
so i copied the original furnace code and edited a little bit |
02:10 |
LandMine |
and resulted with this |
02:10 |
LandMine |
http://pastebin.com/uMg1f9yh |
02:11 |
LandMine |
but i get an error when starting the game |
02:11 |
LandMine |
it doesnt crash i just get an error |
02:15 |
MiJyn |
whats the error? |
02:16 |
NakedFury |
its located on debug file inside bin folder |
02:16 |
NakedFury |
always appears near the end of the file |
02:16 |
NakedFury |
post it, its important to help |
02:19 |
LandMine |
let me see |
02:21 |
LandMine |
i guess its this |
02:21 |
LandMine |
http://pastebin.com/gR1FrEmQ |
02:21 |
NakedFury |
it.lua:222: function arguments expected near '=' |
02:22 |
NakedFury |
thats the error or close to that location |
02:22 |
NakedFury |
at line 222 a = is expected |
02:24 |
LandMine |
this is line 222 and below |
02:24 |
LandMine |
http://pastebin.com/WTTK7PAw |
02:25 |
NakedFury |
is that part exactly as the original just names modified? |
02:27 |
LandMine |
yeah its the same |
02:27 |
LandMine |
just chaged the name |
02:27 |
LandMine |
and the images |
02:28 |
LandMine |
Original: http://pastebin.com/1KQ4CYRn |
02:28 |
LandMine |
mine : http://pastebin.com/uMg1f9yh |
02:33 |
LandMine |
wait i thiknk i got it |
02:33 |
NakedFury |
line 184 from your pastebin |
02:33 |
NakedFury |
meta:set_string("formspec", uranium:reactor_inactive_formspec) |
02:34 |
LandMine |
let me see |
02:34 |
LandMine |
wait continue |
02:34 |
NakedFury |
uranium.reactor etc etc |
02:34 |
NakedFury |
you have : instead of . |
02:35 |
NakedFury |
meta:set_string("formspec", uranium:reactor_inactive_formspec) |
02:35 |
LandMine |
ohhh let me apply the changes and ill see |
02:35 |
NakedFury |
same, should be 1 dot . not : |
02:36 |
NakedFury |
maybe thats it |
02:37 |
NakedFury |
edit and try it |
02:40 |
LandMine |
that wasnt the problem |
02:40 |
LandMine |
still dont know what it is |
02:40 |
LandMine |
gonna go check it out some more |
02:47 |
LandMine |
would it be uranium.ractor? or default.uranium:reactor? |
02:48 |
|
mrdragons joined #minetest |
03:00 |
LandMine |
help me again plz |
03:01 |
LandMine |
i fixed it but still get an error |
03:01 |
LandMine |
MINE: http://pastebin.com/vBvDwy88 |
03:01 |
LandMine |
ORIGINAL: http://pastebin.com/1KQ4CYRn |
03:01 |
LandMine |
error is |
03:02 |
LandMine |
21:59:09: ERROR[main]: C:\Users\FuzzyWuzzy\Downloads\minetest-0.4.dev-20120606-c57e508-win32\minetest-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:21:59:09: ERROR[main]: ...est-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:214: function arguments expected near '=' |
03:02 |
LandMine |
line 214 is the 1 line in the pastebin |
03:05 |
NakedFury |
checking |
03:10 |
NakedFury |
http://pastebin.com/WrEgLaUn |
03:14 |
NakedFury |
uranium:reactor_inactive_formspec be careful with : its used to register nodes but in this case is not needed |
03:15 |
NakedFury |
minetest.register_node("uranium:reactor" here is correct |
03:17 |
LandMine |
i already fixed those errors |
03:18 |
LandMine |
this is the new one |
03:18 |
LandMine |
http://pastebin.com/vBvDwy88 |
03:18 |
LandMine |
says expected = |
03:18 |
LandMine |
on the first line of the pastebin |
03:18 |
NakedFury |
uranium.uranium:reactor_inactive_formspec = |
03:19 |
NakedFury |
use my pastebin |
03:19 |
NakedFury |
fixes those |
03:19 |
NakedFury |
uranium.reactor_inactive_formspec = |
03:19 |
LandMine |
ok |
03:19 |
LandMine |
let me see |
03:19 |
NakedFury |
everything else looks the same as default |
03:21 |
LandMine |
22:20:19: ERROR[main]: ...est-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:377: function arguments expected near ')' |
03:21 |
LandMine |
the differece between my new one and yours is |
03:21 |
LandMine |
mine is |
03:22 |
LandMine |
uranium.uranium:reactor_inactive_formspec = |
03:22 |
NakedFury |
yes |
03:22 |
LandMine |
and yours i |
03:22 |
LandMine |
uranium.reactor_inactive_formspec = |
03:22 |
LandMine |
and the furnace orginal is |
03:22 |
LandMine |
default.furnace_inactive |
03:22 |
NakedFury |
I fixed all the uranium.uranium: |
03:23 |
NakedFury |
where would line 377 be? |
03:23 |
LandMine |
srcstack:take_item() |
03:23 |
NakedFury |
I missed a line on my pastebin. 164 meta:set_string("formspec", uranium.uranium:reactor_inactive_formspec) |
03:25 |
MiJyn |
Sorry for being off-topic, but does anyone want to help me make the nether mod? I'll add them as a contributor on github |
03:25 |
LandMine |
can you put it all complete in a new pastebin please |
03:25 |
NakedFury |
ok one second |
03:25 |
LandMine |
what is it about and what doyou need help with...........and thanks naked fury |
03:25 |
marktraceur |
MiJyn: Not off-topic! I sadly have other things to do, but best of luck :) |
03:25 |
MiJyn |
I can't do it myself anymore (I have 3 projects that have equal but incredible amout of stress) |
03:26 |
MiJyn |
LandMine, it's a mod for old versions of minetest (before the new nodebox change). I want to make it compatible, and make it cooler :D |
03:26 |
MiJyn |
marktraceur, thanks! |
03:27 |
LandMine |
nakid? |
03:29 |
NakedFury |
http://pastebin.com/RYt8Ts9Q |
03:30 |
MiJyn |
also, another thing that anyone can help with (no code needed) is to add feature requests :D https://github.com/lkjoel/minetest-nether/issues (issue can either be bug or feature request) |
03:30 |
MiJyn |
I will thank everyone who will help :D |
03:30 |
LandMine |
22:29:32: ERROR[main]: ...-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:220: in main chunk still get that |
03:30 |
LandMine |
its the first line in the paste bon |
03:31 |
MiJyn |
whats the full error LM? |
03:31 |
LandMine |
wait no im lying its actually this line |
03:31 |
LandMine |
t"list[current_player;main;0,5;8,4;]" |
03:31 |
LandMine |
22:29:32: ERROR[main]: ...-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:220: attempt to index global 'uranium' (a nil value) 22:29:32: ERROR[main]: stack traceback: 22:29:32: ERROR[main]: ...-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:220: in main chunk |
03:32 |
NakedFury |
never seen that error |
03:34 |
MiJyn |
LM, could you give me the WHOLE error? |
03:34 |
LandMine |
basically its this |
03:34 |
LandMine |
-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:220: attempt to index global 'uranium' (a nil value) |
03:34 |
MiJyn |
oh |
03:34 |
MiJyn |
that's easy |
03:34 |
LandMine |
thats the error |
03:35 |
MiJyn |
could you copy and paste the whole init.lua to pastebin for me? |
03:35 |
MiJyn |
I've had that error a lot of times before |
03:35 |
LandMine |
and how did you fix it? |
03:35 |
MiJyn |
depends |
03:35 |
MiJyn |
could you show me the file? |
03:35 |
NakedFury |
mijyn can help, he knows more about lua than me |
03:36 |
LandMine |
k basically what im trying to do |
03:36 |
LandMine |
is make a "custom" furnance |
03:36 |
MiJyn |
LandMine, yep, I tried that too (except before the new node changes lol, had to patch C++) |
03:36 |
LandMine |
so i copied the original furnace code |
03:36 |
MiJyn |
ok |
03:37 |
LandMine |
but i get tons of errors |
03:37 |
MiJyn |
could you send me the file? |
03:37 |
LandMine |
k |
03:38 |
LandMine |
Original furnace code http://pastebin.com/1KQ4CYRn |
03:38 |
LandMine |
what i made http://pastebin.com/LRPuswGK |
03:39 |
LandMine |
it is exactly the smae |
03:39 |
MiJyn |
uh, that's not the whole file |
03:39 |
MiJyn |
could you copy and paste EVERYTHING of the file? |
03:39 |
LandMine |
well thats the only problem, if i delete that part it runs well |
03:39 |
MiJyn |
just so that line numbers go together :D |
03:39 |
LandMine |
well the error is always on top |
03:39 |
MiJyn |
if not, I'll have to run lua checker |
03:39 |
MiJyn |
ok, but could you copy and paste the whole file so that I can see which line has the problem? |
03:41 |
LandMine |
sure |
03:41 |
LandMine |
aiiht this is all |
03:41 |
LandMine |
http://pastebin.com/NJ3xjEXR |
03:43 |
MiJyn |
ah, ok, so it's this line? |
03:43 |
MiJyn |
"list[current_player;main;0,5;8,4;]" |
03:43 |
LandMine |
yeha |
03:43 |
LandMine |
says in my debug |
03:43 |
MiJyn |
ok, wait a sec |
03:43 |
MiJyn |
is this the only file? |
03:44 |
LandMine |
yeha |
03:44 |
MiJyn |
ok |
03:44 |
MiJyn |
that explains |
03:44 |
MiJyn |
where is uranium defined? |
03:44 |
LandMine |
no where i guess |
03:45 |
MiJyn |
ok! |
03:45 |
MiJyn |
so somewhere you gotta put this line (before line 220) |
03:45 |
MiJyn |
uranium = {} |
03:45 |
MiJyn |
and then change every occurance of this line: |
03:45 |
MiJyn |
uranium.uranium:reactor_inactive_formspec = |
03:45 |
MiJyn |
to this: |
03:45 |
MiJyn |
uranium.uranium_reactor_inactive_formspec = |
03:45 |
MiJyn |
and then it should fix that issue |
03:46 |
LandMine |
lets see can i put uranium = {} |
03:46 |
LandMine |
on top of line 212? |
03:46 |
LandMine |
214 imean |
03:46 |
MiJyn |
sure |
03:47 |
MiJyn |
yeah, on top of 214 |
03:47 |
MiJyn |
make sure it doesn't look ugly ;) |
03:47 |
LandMine |
k added and changed replace what you told me lets see |
03:48 |
MiJyn |
ok |
03:48 |
NakedFury |
why is the letter i used so much in lua? |
03:48 |
LandMine |
..est-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:231: function arguments expected near ')' |
03:48 |
MiJyn |
NakedFury, dunno |
03:48 |
MiJyn |
LandMine, ok, gonna check that out |
03:49 |
NakedFury |
for i, ipairs... |
03:49 |
MiJyn |
LandMine, uh ok, lets try something else |
03:49 |
MiJyn |
remove uranium = {} |
03:49 |
MiJyn |
and change this: |
03:49 |
MiJyn |
uranium.uranium_reactor_inactive_formspec = |
03:49 |
MiJyn |
to this: |
03:49 |
LandMine |
done |
03:50 |
MiJyn |
uranium_reactor_inactive_formspec = |
03:50 |
LandMine |
same |
03:50 |
LandMine |
st-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:231: function arguments expected near ')' |
03:50 |
LandMine |
i think you got it wrong |
03:51 |
MiJyn |
could you reupload it then? |
03:51 |
MiJyn |
I'm not sure now |
03:51 |
MiJyn |
I can't visualize it that well |
03:51 |
LandMine |
uranium.uranium:rector_inactive has to be like that cause original is default.furnace_inactive |
03:51 |
LandMine |
so its folder.node_inactive |
03:51 |
MiJyn |
oh |
03:51 |
MiJyn |
I get it |
03:51 |
MiJyn |
right |
03:51 |
LandMine |
well thats what i think |
03:51 |
MiJyn |
ok, give me a se |
03:51 |
MiJyn |
*sec |
03:52 |
LandMine |
k |
03:53 |
MiJyn |
ok, add uranium = {} at the top of the file (or close to the top) |
03:53 |
LandMine |
still get very first one |
03:53 |
LandMine |
..est-0.4.dev-20120606-c57e508-win32\bin\..\mods\minetest\uranium\init.lua:216: function arguments expected near '=' |
03:54 |
MiJyn |
don't worry |
03:54 |
MiJyn |
I'm figuring this out |
03:54 |
MiJyn |
ok |
03:54 |
LandMine |
its the same as the furnace one |
03:54 |
MiJyn |
I got it |
03:54 |
LandMine |
ok |
03:54 |
MiJyn |
or at least I think I have |
03:54 |
MiJyn |
so you added uranium = {} near the top |
03:54 |
LandMine |
yeha |
03:54 |
MiJyn |
now change this: |
03:54 |
MiJyn |
uranium_reactor_inactive_formspec = |
03:54 |
MiJyn |
to this: uranium.uranium_reactor_inactive_formspec = |
03:55 |
MiJyn |
and then try again. If it doesn't work, please reupload the file |
03:55 |
LandMine |
underscore instead of :? |
03:55 |
MiJyn |
yes |
03:55 |
MiJyn |
: means a function |
03:55 |
MiJyn |
and that is NOT a function |
03:56 |
LandMine |
well i didnt get an error |
03:57 |
MiJyn |
cool! |
03:57 |
LandMine |
yeah |
03:57 |
LandMine |
let me see if i can get it to work like i want |
03:57 |
LandMine |
will report ina while |
03:57 |
LandMine |
dont leave or i WILL hunt you down in your SLEEP :) |
03:58 |
NakedFury |
you plan on making new textures? |
03:58 |
LandMine |
i have them already |
03:58 |
MiJyn |
lol |
03:58 |
LandMine |
yeah its different texture |
03:58 |
NakedFury |
ok |
04:01 |
LandMine |
OMG OMG OMG I LOVE YOU!!!! |
04:01 |
LandMine |
lol |
04:01 |
LandMine |
it works :) |
04:01 |
MiJyn |
YAY!!! |
04:02 |
LandMine |
awesome thank you |
04:03 |
LandMine |
time to finish it |
04:03 |
MiJyn |
:D |
04:06 |
|
triplei joined #minetest |
04:23 |
MiJyn |
now I have to compile minetest again :S |
04:29 |
LandMine |
well bye guys :) |
04:30 |
MiJyn |
see ya! |
04:30 |
MiJyn |
oops |
05:12 |
|
Japa_werk joined #minetest |
06:13 |
cy1 |
anyone on any servers? |
06:40 |
marktraceur |
cy1: I'll hop on mine |
06:42 |
|
Jeija joined #minetest |
06:43 |
marktraceur |
cy1: darkrose is on mine, too |
07:16 |
|
Japa joined #minetest |
07:20 |
|
Japa| joined #minetest |
07:28 |
|
Japa_werk_ joined #minetest |
07:42 |
|
Japa joined #minetest |
07:45 |
|
SpeedProg joined #minetest |
07:49 |
|
Calinou joined #minetest |
08:10 |
brobostigon |
good morning everyone. |
08:43 |
|
jordach joined #minetest |
08:43 |
jordach |
sup |
08:52 |
jordach |
good morning Calinou |
08:57 |
|
Antonius joined #minetest |
09:23 |
|
Jousway joined #minetest |
09:40 |
Calinou |
WTF marktraceur |
09:40 |
Calinou |
tooltips in more ores are buggy |
09:40 |
Calinou |
"Silver Sshovel" |
09:40 |
Calinou |
"Silver Ssword" |
09:40 |
Calinou |
"Silver Ppick" |
09:42 |
jordach |
ppp pick up a penguin |
09:49 |
Calinou |
hi brobostigon |
09:49 |
Calinou |
more blocks, map tools, doorsplus update :) |
09:50 |
VanessaE |
homedecor update also (added fancy exterior doors):-) |
09:50 |
VanessaE |
also, hi :-) |
09:50 |
jordach |
hey VanessaE |
09:50 |
brobostigon |
hi Calinou |
09:50 |
jordach |
DAY 2 |
09:50 |
jordach |
ill be back |
09:50 |
jordach |
dont you worry |
09:55 |
* Calinou |
is working on stair/slab renders for the wiki |
09:55 |
VanessaE |
fix the stacking of upside-down slabs :-) |
10:10 |
Calinou |
91 3D block renders and counting. |
10:10 |
Calinou |
VanessaE, nope.avi |
10:10 |
Calinou |
I will NEVER add stacking |
10:10 |
VanessaE |
*shrug* ok |
10:10 |
Calinou |
I will add two slabs > full block crafting recipe, yes |
10:10 |
Calinou |
but stacking just sucks |
10:11 |
VanessaE |
yeah, stacking should have allowed for different materials |
10:12 |
VanessaE |
can't have two nodes in the same node area blah blah blah |
10:12 |
jordach |
but MC HAS THE SAME RULES |
10:12 |
thexyz |
lol |
10:12 |
VanessaE |
so? :-) |
10:12 |
thexyz |
that's because Calinou cannot into it, i guess |
10:13 |
thexyz |
so that's USELESS |
10:13 |
jordach |
VanessaE, that would be very trivial and celeron would never do so |
10:13 |
Calinou |
-_- |
10:13 |
Calinou |
thexyz, code it then |
10:13 |
Calinou |
kthx |
10:13 |
Calinou |
anyway I won't add stacking by placing slabs |
10:13 |
thexyz |
code what? |
10:13 |
Calinou |
see how the default game does it, it is HORRIBLE |
10:13 |
Calinou |
if you place a slab on the side of another slab, they combine. |
10:13 |
Calinou |
no builder is gonna like that |
10:13 |
VanessaE |
now THAt needs fixed |
10:13 |
VanessaE |
that was just stupid |
10:13 |
Calinou |
^ |
10:14 |
VanessaE |
plus, cobble->slab->that restack bug = wasted cobble |
10:14 |
jordach |
<VanessaE> now THAt needs fixed - oh and i thought i had bad spelling |
10:15 |
VanessaE |
a type != bad spelling :-) |
10:15 |
VanessaE |
typo too |
10:18 |
thexyz |
ok, now i can't code that because i don't know what he was talking about |
10:21 |
thexyz |
i guess he was talking about slabs |
10:22 |
|
q66[mac] joined #minetest |
10:23 |
|
q66 joined #minetest |
10:33 |
|
Antonius joined #minetest |
10:53 |
|
Calinou joined #minetest |
11:07 |
VanessaE |
bbl |
11:16 |
Taoki |
http://minetest.net/forum/viewtopic.php?pid=28982 Am curious to hear more ideas about this |
11:16 |
Taoki |
Very inerested in the feature for some custom games |
11:20 |
Calinou |
finally added stair/slab crafting to wiki :) |
11:20 |
Calinou |
(still fixing it up actually) |
11:20 |
Calinou |
</notch> |
11:46 |
Calinou |
http://wiki.minetest.com/wiki/Special:ActiveUsers |
11:46 |
Calinou |
lol |
11:48 |
thexyz |
so popular |
11:52 |
|
aspiremint joined #minetest |
11:52 |
aspiremint |
hello, in why dont work key J to fast move? |
11:56 |
sfan5 |
​/grant singleplayer fast |
11:56 |
sfan5 |
@aspiremint |
11:58 |
Calinou |
<thexyz> so popular |
11:58 |
Calinou |
then tell people to contribute? |
11:58 |
aspiremint |
in multiplayer J dont work |
11:58 |
Calinou |
aspiremint, some servers don't allow fly/fast |
11:59 |
aspiremint |
but other player flying, and using J and E to fast move :( |
12:00 |
aspiremint |
on same server |
12:00 |
|
Anelisa joined #minetest |
12:00 |
Anelisa |
hello |
12:01 |
Calinou |
hi Anelisa :) |
12:01 |
aspiremint |
hello :) |
12:01 |
Calinou |
salut ^^ |
12:01 |
Anelisa |
^^' |
12:02 |
Anelisa |
I have a problem in Minetest, i can't run faster ! |
12:03 |
Taoki |
salut :) |
12:03 |
Calinou |
Anelisa, enable fast mode (press J) then hold the "use" key |
12:03 |
Calinou |
(use is E by default) |
12:03 |
Taoki |
As for running faster, hopefully there will be sprinting |
12:03 |
Taoki |
Like in MC |
12:03 |
Taoki |
but probably a later feature if anything |
12:03 |
Anelisa |
Yes but that's doen't work.. :( |
12:03 |
Calinou |
Anelisa, 0.3 ou 0.4? |
12:03 |
Anelisa |
0.3 |
12:04 |
Calinou |
ah |
12:04 |
Calinou |
bah appuie sur J > "fast_move enabled" |
12:04 |
Calinou |
et appuie sur E enfoncée (la touche "Use") |
12:04 |
Calinou |
(tu peux la changer dans le menu) |
12:04 |
Anelisa |
j'essaye. |
12:05 |
Anelisa |
Ça marche, merci !!! |
12:05 |
Anelisa |
Fallait juste changer dans le menu (c'était u) LOL |
12:06 |
Calinou |
:) |
12:06 |
Calinou |
de rien |
12:07 |
Anelisa |
je suis trop contente, je passais une heure à faire 7000 pas ! xDD |
12:07 |
Calinou |
Anelisa, je peux t'aider pour la compilation 0.4 si tu veux ^^ |
12:07 |
Calinou |
vu que tu es sur IRC c'est plus pratique |
12:08 |
Anelisa |
euuh oui |
12:09 |
Anelisa |
Mais pourquoi il y a 2 Calinou ?? |
12:09 |
Calinou |
euh non, un seul :) |
12:10 |
Calinou |
bon alors, j'explique pour compiler: |
12:10 |
Calinou |
ouvre un terminal: Controle+Alt+T |
12:10 |
Calinou |
après tu tapes ça: |
12:10 |
Calinou |
sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev |
12:10 |
Calinou |
(tu tapes ton mot de passe root comme d'habitude) |
12:10 |
Calinou |
tu me dis quand c'est bon, Anelisa |
12:12 |
Anelisa |
j'arrive pas à copier ton message |
12:13 |
thexyz |
Calinou: why should i? |
12:14 |
thexyz |
also, wtf |
12:14 |
thexyz |
http://wiki.minetest.com/images/thumb/0/0f/Furnace.png/64px-Furnace.png |
12:14 |
thexyz |
shouldn't furnace front be on another side? |
12:14 |
thexyz |
it is quite hard to see it |
12:15 |
thexyz |
and, btw, i don't really like how that wiki is designed |
12:16 |
thexyz |
i mean, no templates are used |
12:16 |
thexyz |
but tons of COPYPASTA! |
12:16 |
thexyz |
i prefer my own one :) |
12:17 |
Anelisa |
Lecture des informations d'état... Fait |
12:17 |
Anelisa |
E: Impossible de trouver le paquet build-enssential |
12:17 |
Anelisa |
E: Impossible de trouver le paquet libirrlicht-de |
12:17 |
Anelisa |
E: Impossible de trouver le paquet lipjpeg8-dev |
12:17 |
Anelisa |
E: Impossible de trouver le paquet ligl1-mesa-dev |
12:17 |
Anelisa |
E: Impossible de trouver le paquet lipopenal-dev |
12:20 |
|
krayon joined #minetest |
12:21 |
Anelisa |
Calinou ? |
12:22 |
thexyz |
Anelisa: sudo apt-get update |
12:23 |
Anelisa |
thanks |
12:34 |
Anelisa |
again he's say E : Impossible de trouver la paquet "...." |
12:35 |
thexyz |
that's strange |
12:35 |
thexyz |
could you pastebin full error? |
12:35 |
thexyz |
starting with "apt-get install …" |
12:43 |
Anelisa |
... |
12:43 |
thexyz |
? |
12:43 |
thexyz |
(04:35:09 PM) thexyz: could you pastebin full error? |
12:46 |
thexyz |
lol |
12:46 |
|
jordach joined #minetest |
12:47 |
Calinou |
<Anelisa> E: Impossible de trouver le paquet build-enssential |
12:47 |
Calinou |
<Anelisa> E: Impossible de trouver le paquet libirrlicht-de |
12:47 |
Calinou |
<Anelisa> E: Impossible de trouver le paquet lipjpeg8-dev |
12:47 |
Calinou |
<Anelisa> E: Impossible de trouver le paquet ligl1-mesa-dev |
12:47 |
Calinou |
<Anelisa> E: Impossible de trouver le paquet lipopenal-dev |
12:47 |
Calinou |
le copier coller ça existe |
12:47 |
Calinou |
kthx |
12:47 |
Calinou |
<thexyz> i mean, no templates are used |
12:47 |
Anelisa |
heiin ? |
12:47 |
Calinou |
doitthen |
12:47 |
Calinou |
Anelisa, |
12:47 |
Calinou |
sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev |
12:48 |
Calinou |
tu séléctionnes cette ligne |
12:48 |
Calinou |
controle+c |
12:48 |
Calinou |
puis dans le terminal: majuscule+controle+v |
12:48 |
Anelisa |
ok |
12:48 |
thexyz |
Calinou: ? |
12:48 |
Anelisa |
ça marche |
12:48 |
Calinou |
thexyz, too much work for small benefit |
12:48 |
Calinou |
the wiki is quite small |
12:48 |
thexyz |
no |
12:48 |
thexyz |
not too much |
12:49 |
thexyz |
let's compare |
12:49 |
thexyz |
{| class="wikitable" style="margin:10px" |
12:49 |
thexyz |
|- |
12:49 |
thexyz |
|[[File:blank.png|24px|link=]] |
12:49 |
thexyz |
| |
12:49 |
thexyz |
| |
12:49 |
thexyz |
|rowspan="3"|[[File:arrow.png|link=]] |
12:49 |
thexyz |
|rowspan="3"|[[File:wood.png|64px|link=wood]]<br /> '''4''' |
12:49 |
thexyz |
|- |
12:49 |
thexyz |
| |
12:49 |
thexyz |
| |
12:49 |
|
Cerise joined #minetest |
12:49 |
thexyz |
|[[File:blank.png|24px|link=]] |
12:49 |
thexyz |
|- |
12:49 |
thexyz |
| |
12:49 |
thexyz |
|[[File:tree.png|24px|link=tree]] |
12:49 |
thexyz |
| |
12:49 |
thexyz |
|} |
12:50 |
thexyz |
aww |
12:50 |
thexyz |
that's not flooding, you stupid freenode |
12:50 |
thexyz |
(04:49:40 PM) thexyz: vs. |
12:50 |
thexyz |
(04:49:49 PM) thexyz: {{template>tpl:craft|1=s|2=s|3=s|4=s|5=default_tree|6=s|7=s|8=s|9=s|out=default_wood|cnt=4}} |
12:51 |
thexyz |
see the difference |
12:51 |
Calinou |
:o |
12:51 |
Calinou |
yeah, but how do you code the crafting template? |
12:51 |
thexyz |
btw, that's dokuwiki template |
12:51 |
thexyz |
but, anyway |
12:51 |
|
Japa| joined #minetest |
12:51 |
thexyz |
see that page source http://minetest.ru/wiki/tpl:craft |
12:52 |
thexyz |
you need to create page named Template:Craft |
12:54 |
thexyz |
btw, better read documentation on templates |
12:55 |
thexyz |
http://www.mediawiki.org/wiki/Help:Templates |
12:56 |
Anelisa |
.... |
12:57 |
Anelisa |
je suis en 0.4, maintenant ?? |
13:02 |
|
LandMine joined #minetest |
13:04 |
Anelisa |
Calinou ?? |
13:05 |
Calinou |
Anelisa, tu as installé les dépendances? |
13:05 |
Calinou |
désolé j'étais pas là ^^ |
13:05 |
Anelisa |
ce que tu as donnée ? oui |
13:06 |
Calinou |
ok |
13:06 |
Calinou |
maintenant télécharge le dépôt git: |
13:06 |
Calinou |
ouvre un terminal |
13:06 |
Calinou |
tape ceci: |
13:06 |
Calinou |
git clone https://github.com/celeron55/minetest.git |
13:07 |
Anelisa |
ça veut pas s'ouvrir |
13:07 |
Calinou |
ctrl+alt+t |
13:07 |
Anelisa |
c'est bon |
13:07 |
Calinou |
ok |
13:07 |
Calinou |
(copie-colle, encore) |
13:08 |
Anelisa |
il charge, ;) |
13:09 |
Calinou |
tu me dis quand c'est fini. ^^ |
13:09 |
Calinou |
aussi ouvre un deuxième terminal, une fois que c'est fini |
13:09 |
Anelisa |
c'est fini |
13:10 |
Calinou |
ok |
13:10 |
Calinou |
donc dans le deuxième terminal tape ceci: |
13:10 |
Calinou |
cd minetest |
13:10 |
Calinou |
et ensuite |
13:10 |
Calinou |
cd games |
13:10 |
Calinou |
et enfin: |
13:10 |
Calinou |
git clone https://github.com/celeron55/minetest_game.git |
13:10 |
Anelisa |
ok |
13:11 |
Calinou |
après rends toi dans le premier terminal |
13:11 |
Calinou |
et tape ceci: |
13:11 |
Calinou |
cd minetest |
13:11 |
Calinou |
cd src |
13:12 |
Anelisa |
ah j'ai fermée l'autre |
13:12 |
Calinou |
oops attends |
13:12 |
Calinou |
bon ok rouvre un nouveau terminal, tape ceci: |
13:12 |
Calinou |
cd minetest |
13:12 |
Calinou |
cmake . |
13:12 |
Calinou |
cd src |
13:12 |
Calinou |
make -j2 |
13:12 |
Calinou |
(dans l'ordre, attends que chaque commande soit finie) |
13:12 |
Anelisa |
jeok |
13:12 |
Anelisa |
ok |
13:12 |
thexyz |
you don't need to cd to src |
13:13 |
Anelisa |
il dit "aucun fichier de ce type." |
13:13 |
Calinou |
tu n'as pas tapé cmake . |
13:13 |
Calinou |
après avoir fait cd minetest |
13:14 |
Anelisa |
il marche âs |
13:14 |
Anelisa |
pas |
13:14 |
Calinou |
Anelisa, je peux t'aider sur teamviewer si tu veux au pire |
13:15 |
Anelisa |
ok.. |
13:16 |
Anelisa |
je trouve pas, c'est quoi ? |
13:16 |
Calinou |
http://www.teamviewer.com/fr/index.aspx |
13:16 |
Calinou |
googlze |
13:16 |
Calinou |
-z |
13:18 |
Calinou |
Anelisa, après tu me passes ton ID/pass de teamviewer par message privé: /msg Calinou <message ici> |
13:18 |
Calinou |
^^ |
13:19 |
Anelisa |
ok |
13:20 |
Anelisa |
ah je pourrais pas.. u_u |
13:21 |
Calinou |
pourquoi |
13:22 |
Anelisa |
ben j'aime pas les trucs ou on installe, etc.. je trouve ça trop long TT |
13:22 |
Calinou |
._. |
13:22 |
* Calinou |
baffe le mainteneur de paquet ubuntu avec un large thon |
13:23 |
Calinou |
Anelisa, où ça, pourquoi as-tu un message d'erreur? |
13:23 |
Calinou |
le premier git clone que tu as fait a créé un dossier minetest |
13:23 |
Anelisa |
@_@ |
13:24 |
Calinou |
la commande "cd minetest" te déplace dans le dossier de minetest |
13:25 |
Calinou |
et après, cmake . crée les fichiers de compilation |
13:25 |
Calinou |
cd src && make -j2 compilent, finalement. |
13:25 |
|
CanauckTux joined #minetest |
13:25 |
Anelisa |
NON |
13:25 |
Anelisa |
oups |
13:25 |
CanauckTux |
? |
13:25 |
Anelisa |
non ça me dirige vers rien |
13:26 |
|
roboman2444 joined #minetest |
13:27 |
Calinou |
hi CanauckTux |
13:27 |
Calinou |
Anelisa, je sais pas pourquoi alors... le dossier n'a pas été créé? |
13:27 |
Calinou |
c'est pourquoi je voulais t'aider avec teamviewer ^^ |
13:27 |
Anelisa |
euuh je sais pas mais j'arrive jamais à trouver de dossiers... |
13:27 |
|
graphitemaster joined #minetest |
13:28 |
Anelisa |
et je sais pas si ça a un liens mais depuis 3 mois flash player m'as lâchée... Les jeux avec flash marchent plus. |
13:28 |
Calinou |
non, ça doit être une mise à jour qui a cassé ça |
13:28 |
Calinou |
rien à voir |
13:29 |
Anelisa |
ok |
13:29 |
|
LandMine joined #minetest |
13:29 |
LandMine |
calinou assiste me with something plz |
13:29 |
Calinou |
hi griefer |
13:29 |
Calinou |
nope.avi |
13:29 |
LandMine |
lol |
13:29 |
LandMine |
whyy? |
13:29 |
Calinou |
Anelisa, ça aurait été bien que t'installes teamviewer quand même ^^ |
13:29 |
Calinou |
LandMine, because you're a griefer. |
13:29 |
LandMine |
so? |
13:29 |
LandMine |
just want to ask something |
13:30 |
Calinou |
also don't ask to ask |
13:30 |
Calinou |
:P |
13:30 |
LandMine |
can you make a entity spawn out of another one? |
13:30 |
Anelisa |
oui mais c'est pas la mort non plus si je reste en 0.3 ? (Au pire pendant les vacances je verrais pour la 0.4 ^^') |
13:30 |
Calinou |
probably, not sure |
13:30 |
LandMine |
hmmmm |
13:30 |
Calinou |
Anelisa, c'est pas la mort mais la 0.4 est nettement mieux |
13:30 |
Calinou |
en plus ton paquet est cassé (typo manquante) |
13:31 |
Anelisa |
Ben je l'ai pris dans la Logithèque.. |
13:31 |
Calinou |
^ paquet prépackagé par un noob |
13:31 |
Anelisa |
Où je peux le télécharger en mieux sinon ? |
13:31 |
Anelisa |
sans faire un tralala ? |
13:32 |
Calinou |
pas vraiment, faut compiler, c'est la meilleure méthode mais que vois que tu n'est pas très fort(e) en linux ^^ |
13:32 |
Calinou |
je vois* |
13:33 |
Anelisa |
euuh oui... /SORT/ /RE-ENTRE/ mais c'est pas de ma faute si mon ordi supporte plus Windows ! /SORT/ |
13:34 |
Calinou |
pas un problème ^^ |
13:36 |
CanauckTux |
Landmine, are you tying to make baby entities? |
13:36 |
Calinou |
there's a thing called tab complete btw, CanauckTux |
13:36 |
Anelisa |
UN BÉBÉ ?! |
13:37 |
Anelisa |
Sinon les portes existent sur Minetest ? |
13:37 |
|
klaxa joined #minetest |
13:39 |
klaxa |
hi, i'm pretty sure someone has come across this problem: I'm running minecraft on arch linux (3.3.7-1-ARCH) 64-bit and whenever i start the game my mouse keeps moving up so i eventually end up starring up in the sky, is there a fix to this? |
13:40 |
klaxa |
everything works fine in the menu, so i'm not sure why this happens? |
13:40 |
* Calinou |
burns the archlinuxian |
13:40 |
klaxa |
is there any more info you need? running latest minetest-git build |
13:40 |
Calinou |
klaxa, did you enable random_input? |
13:40 |
Calinou |
disable your touchpad too if any |
13:40 |
Calinou |
and use a mouse; ) |
13:40 |
klaxa |
i don't think so |
13:40 |
Calinou |
;)* |
13:41 |
Anelisa |
The door existe in Minetest ? |
13:41 |
klaxa |
uh... okay that might be a problem, i don't have a mouse :P |
13:41 |
Calinou |
Anelisa, oui dans la 0.4 seulement |
13:41 |
Anelisa |
T__T |
13:41 |
klaxa |
using my touchpad :/ |
13:41 |
Anelisa |
Et c'est en multi ou en simple ? |
13:41 |
Calinou |
get a mouse |
13:41 |
Calinou |
5 euros too expensive for you? too bad |
13:41 |
Calinou |
Anelisa, dans les deux modes |
13:41 |
Anelisa |
euuh cool ! 8D |
13:42 |
klaxa |
okay locally it works for some reason, let me try to connect to my server again... |
13:42 |
Calinou |
Anelisa, j'essaierai de faire des binaires précompilés quand je serai sur mon ordi avec linux |
13:42 |
klaxa |
wtf... issue is gone now for some reason... |
13:43 |
klaxa |
nvm then |
13:43 |
Calinou |
:P |
13:43 |
Calinou |
*arch's fault* |
13:43 |
Calinou |
j/k |
13:43 |
Anelisa |
Calinou ! |
13:44 |
Anelisa |
mince, Calinou : OK |
13:44 |
Calinou |
qu'est ce qu'il y a? |
13:44 |
thexyz |
yes-yes, everything not working is arch fault |
13:45 |
Calinou |
yep |
13:45 |
thexyz |
and everything working is just a bug that should be reported |
13:45 |
thexyz |
^ something working |
13:45 |
Calinou |
a rare occurence under arch |
13:45 |
Anelisa |
Sneak : Ça veux dire quoi en français ?? |
13:46 |
Calinou |
s'accroupir |
13:46 |
|
rsiska joined #minetest |
13:46 |
rsiska |
Hi there. |
13:46 |
Calinou |
hi arch linuxian |
13:47 |
rsiska |
i'm debian linuxian, but whatever :) Does anyone here play on gameboom.net? |
13:47 |
Calinou |
:D debian |
13:47 |
Calinou |
rsiska, not really... sometimes I do |
13:47 |
Calinou |
I play on redcrab's |
13:48 |
Anelisa |
sneak... @_@ |
13:48 |
thexyz |
Calinou: what is not-shitty distro then? |
13:48 |
Calinou |
debian |
13:48 |
* Calinou |
ignores thexyz for further comments |
13:49 |
rsiska |
Calinou: RedCrab's looks cool, but I already have some places on gameboom. Haven't been here for like 6 months, though. |
13:49 |
thexyz |
OH, NICE |
13:49 |
* Anelisa |
test |
13:49 |
thexyz |
now i can write shit about him |
13:49 |
thexyz |
and he'll not notice |
13:49 |
Anelisa |
euuh cool, ça marche !! |
13:50 |
* Anelisa |
mange des Aero ! <3 |
13:50 |
* Calinou |
manges des apéros lunaires |
13:50 |
thexyz |
hey, bot |
13:50 |
rsiska |
What version are you using with gameboom? Their server still uses protocol v10... And I don't want the shitty 0.3.2 stable version :( |
13:50 |
* Anelisa |
mange du nutella ! |
13:51 |
rsiska |
Calinou^ |
13:51 |
* Anelisa |
a cassé Calinou /SORT/ |
13:52 |
Calinou |
rsiska, protocol 10 = 0.4_20120606, not latest git/nightly |
13:52 |
Calinou |
https://github.com/celeron55/minetest/zipball/0.4.dev-20120606 |
13:52 |
Calinou |
^ this |
13:54 |
rsiska |
Calinou: That's EXACTLY what I wanted to know. Thanks! |
13:54 |
Calinou |
no problem |
13:55 |
|
xy joined #minetest |
13:55 |
|
xy joined #minetest |
13:56 |
Anelisa |
qui as une page web pour résumé tout ce que l'on peux consruire avec Minetest ? |
13:56 |
Anelisa |
*construire, pardo, |
13:56 |
Anelisa |
padon |
13:56 |
Anelisa |
PARDON rooh clavier .... |
13:57 |
Calinou |
http://wiki.minetest.com/ |
13:58 |
rsiska |
Woah, they finally made mobs? Sweet! |
13:59 |
Calinou |
-_- no |
13:59 |
Calinou |
only in 0.3 and prior |
13:59 |
Calinou |
mobs were removed in 0.4 |
14:00 |
rsiska |
oh, I see :( |
14:02 |
|
moruk|ZNC joined #minetest |
14:05 |
Anelisa |
Calinou, la moitié des choses que la page de minetest mets pour le crafting, ne marche pas... |
14:05 |
Calinou |
Anelisa, quand tu auras le temps tu installeras teamviewer... comme ça je pourrai t'aider ^^ |
14:05 |
Calinou |
Anelisa, c'est normal, pas mal de recettes sont indisponibles sur la 0.3 |
14:06 |
Calinou |
par rapport à la 0.4 |
14:06 |
Calinou |
- seaux |
14:06 |
Calinou |
- portes |
14:06 |
Calinou |
- escaliers et demi blocs |
14:06 |
Anelisa |
Calinou : ah c'est pour ça !! T__T |
14:06 |
thexyz |
there should be official language for this channe; |
14:06 |
thexyz |
channel |
14:06 |
Calinou |
thexyz, lol |
14:06 |
Calinou |
also I didn't ignore you :D |
14:06 |
Anelisa |
raah |
14:06 |
thexyz |
OH YOU |
14:07 |
Anelisa |
par contre pour les railles Calinou, il n'y a pas encore de craft pour faire un block pour monter sur les rails et faire du karting ? |
14:08 |
|
BartoCH joined #minetest |
14:09 |
Calinou |
http://i.imgur.com/rEVZy.gif |
14:09 |
Calinou |
:D |
14:09 |
Calinou |
division de stack par 3 |
14:09 |
Calinou |
Anelisa, non malheureusement |
14:09 |
Anelisa |
Pourtant le karting c'est cool ! 8D |
14:17 |
Anelisa |
... *un gros coup de vent* |
14:19 |
Calinou |
*un petit coup de vent* |
14:20 |
Anelisa |
x) |
14:21 |
Anelisa |
le gif est truqué ou non ? |
14:24 |
Anelisa |
.. |
14:26 |
|
Antonius joined #minetest |
14:26 |
|
Antonius left #minetest |
14:29 |
|
rsiska left #minetest |
14:37 |
|
XavierCR84 joined #minetest |
14:39 |
|
toabi joined #minetest |
14:42 |
|
xrogaan joined #minetest |
14:42 |
|
xrogaan joined #minetest |
14:43 |
|
NakedFury joined #minetest |
14:48 |
|
Japa|| joined #minetest |
14:52 |
jordach |
DAY 2 minetest.net avoided |
14:58 |
thexyz |
sooo hardcore |
14:58 |
jordach |
but addiction takes hold |
14:59 |
thexyz |
are you addicted to reading ALL forum posts? |
15:00 |
jordach |
yes |
15:00 |
thexyz |
that's bad |
15:00 |
jordach |
just play mc and i will be fine |
15:01 |
jordach |
thexyz, is your mc server offline mode? |
15:02 |
MiJyn |
hi |
15:02 |
jordach |
sup |
15:02 |
MiJyn |
workin on stuff |
15:02 |
thexyz |
mc? |
15:02 |
thexyz |
i has no minecraft servers |
15:03 |
jordach |
i think neko did at some point |
15:04 |
|
Calinou joined #minetest |
15:08 |
jordach |
MiJyn, wire-studio? |
15:09 |
thexyz |
Calinou: do you has ssh access to server that hosts wiki? |
15:12 |
Calinou |
.avi |
15:12 |
thexyz |
that means "no" i guess? |
15:13 |
MiJyn |
jordach, the reason that I can't disclose it is because I'm scared someone will steal the idea |
15:13 |
jordach |
/msg me then |
15:17 |
MiJyn |
jordach, later, once I come back |
15:18 |
thexyz |
Calinou: can you insert that code https://gist.github.com/2997811 here http://wiki.minetest.com/wiki/MediaWiki:Common.js ? |
15:18 |
thexyz |
so minetest wiki finally can has animated recipes |
15:19 |
Calinou |
it does mean "no", yes |
15:19 |
Calinou |
ok thexyz |
15:19 |
Calinou |
2000 = interval in ms, thexyz ? |
15:19 |
thexyz |
yes |
15:19 |
Calinou |
should be 1.5 seconds per frame |
15:19 |
Calinou |
not 2 secs |
15:20 |
Calinou |
and also, how do you make animations with that? |
15:20 |
thexyz |
also, this https://gist.github.com/3024208 — here |
15:20 |
thexyz |
http://wiki.minetest.com/wiki/MediaWiki:Common.css |
15:21 |
thexyz |
is there any sandbox page? |
15:21 |
Calinou |
not sure :P |
15:21 |
Calinou |
ok gonna put em |
15:23 |
Calinou |
thexyz, and now? |
15:23 |
thexyz |
wait… |
15:23 |
Calinou |
k |
15:23 |
VanessaE |
also, why the old textures? current minetest looks a bit different in places |
15:23 |
VanessaE |
morning all |
15:23 |
Calinou |
VanessaE, where old textures? |
15:23 |
VanessaE |
the furnace |
15:24 |
Calinou |
going to make a new render then |
15:24 |
Calinou |
hold on :P |
15:24 |
VanessaE |
not sure about the others; it's rare for me to play without a texture pack in place |
15:28 |
thexyz |
Calinou: replace http://wiki.minetest.com/wiki/MediaWiki:Common.css with that https://gist.github.com/3024249 |
15:28 |
VanessaE |
torches too, or at least what I saw on 30001 last night looked different |
15:28 |
VanessaE |
(and - frankly - ugly) |
15:28 |
FreeFull |
Torches still look the same like they always did |
15:29 |
FreeFull |
In default minetest textures |
15:29 |
VanessaE |
freefull: the one shown on the wiki Calinou is editing is not the one seen elsewhere |
15:30 |
Calinou |
default torches are fugly because of fake particles |
15:30 |
VanessaE |
also you don't emulate the horizontall-flipped glass ;-) |
15:30 |
thexyz |
wow, works now |
15:31 |
thexyz |
ok, i'll edit pickaxe |
15:31 |
thexyz |
to show how should that be used |
15:31 |
Calinou |
kay |
15:31 |
VanessaE |
Door texture is wrong too |
15:32 |
Calinou |
oh yeah it is |
15:32 |
VanessaE |
(the current one has a 3d look and a visible handle, unless something is putting the worng one in front of me :-) ) |
15:32 |
Calinou |
talking about the wiki |
15:32 |
Calinou |
it has no 3D look |
15:32 |
marktraceur |
Calinou: Sorry, let me fix tooltips |
15:32 |
Calinou |
no problem |
15:32 |
VanessaE |
(the current one = the one in the game) |
15:32 |
marktraceur |
Lua indexes strings in a stupid way |
15:32 |
Calinou |
erm |
15:33 |
Calinou |
the door has no handle in its ITEM form |
15:33 |
Calinou |
I got an idea though, wait. |
15:33 |
thexyz |
Calinou: are there non-animated pickaxes images? |
15:33 |
VanessaE |
hm, good point |
15:33 |
Calinou |
thexyz, yep |
15:33 |
Calinou |
also: you should make a crafting template :P |
15:33 |
VanessaE |
but when placed, it has :-) |
15:33 |
VanessaE |
so there ;-) |
15:33 |
Calinou |
woodpick.png stonepick.png steelpick.png mesepick.png |
15:33 |
Calinou |
all 64x64 |
15:34 |
thexyz |
ok |
15:38 |
VanessaE |
hm, the apples and rats are wrong too (not that anything but regular apple matter ;-) ) |
15:38 |
VanessaE |
+s |
15:39 |
Calinou |
gtg |
15:39 |
VanessaE |
heh |
15:41 |
thexyz |
done! |
15:41 |
thexyz |
now it's perfectly synchronized |
16:00 |
jordach |
woot |
16:00 |
jordach |
we should have a notable communtiy members |
16:01 |
|
sdzen joined #minetest |
16:01 |
jordach |
hello sdzen |
16:06 |
jordach |
not many people realize that i am the OLD spirit of minetest |
16:07 |
|
sdzen left #minetest |
16:16 |
|
Calinou joined #minetest |
16:17 |
|
Calinou_ joined #minetest |
16:19 |
Calinou |
NakedFury in #minecraft @ espernet |
16:19 |
Calinou |
lol |
16:19 |
|
sdzen joined #minetest |
16:19 |
Calinou |
hi sdzen |
16:19 |
NakedFury |
thought you were banned |
16:19 |
jordach |
yes sdzen |
16:19 |
Calinou |
was talking about #minecraft @ freenode |
16:19 |
NakedFury |
calinou do you know if the apithingy talk is going on? |
16:19 |
Calinou |
no |
16:21 |
|
sdzen left #minetest |
16:22 |
thexyz |
Calinou: did you see my changes? |
16:23 |
thexyz |
lol |
16:23 |
NakedFury |
what changes? |
16:23 |
thexyz |
synchronized animations |
16:24 |
NakedFury |
to what? |
16:24 |
thexyz |
unrelated, http://plasmon.rghost.ru/38958741/image.png http://plasmon.rghost.ru/38958755/image.png |
16:24 |
|
Calinou joined #minetest |
16:24 |
Calinou |
yes I did thexyz |
16:24 |
Calinou |
heh it does work, but the size of the crafting grid changes |
16:25 |
thexyz |
yes |
16:25 |
thexyz |
that's what are templates for |
16:25 |
Calinou |
the steel ingot texture size seems to be the culprit |
16:25 |
NakedFury |
is it a source code change? |
16:25 |
Calinou |
NakedFury, no, javascript anims |
16:25 |
thexyz |
yes, it's 24x26 |
16:25 |
Calinou |
err, looked at the code |
16:25 |
Calinou |
WTF |
16:25 |
NakedFury |
you added animations to what? |
16:25 |
Calinou |
NakedFury, wiki crafting: javascript instead of animated gif |
16:26 |
Calinou |
changed steel ingot size to 64x64 ;) |
16:28 |
thexyz |
Calinou: what's the problem? |
16:28 |
thexyz |
it looks ugly, i know |
16:28 |
Calinou |
I fixed the crafting grid resizing with the anim |
16:28 |
thexyz |
nice |
16:29 |
Calinou |
thexyz, can you make the other tool crafting recipes please? :D |
16:31 |
thexyz |
i am too lazy |
16:31 |
thexyz |
and this takes much time |
16:31 |
thexyz |
if you has any questions feel free to ask |
16:31 |
thexyz |
have* |
16:33 |
Calinou |
k |
16:34 |
Calinou |
thanks a lot anyway |
16:35 |
|
triplei joined #minetest |
16:44 |
Calinou |
added more JS animated recipes |
16:45 |
Calinou |
:D |
16:49 |
marktraceur |
Calinou: Just hopped into this conversation. What does "JS" stand for? |
16:49 |
marktraceur |
Oh, no, I see, OK |
16:49 |
marktraceur |
The wiki |
16:49 |
Calinou |
javascript =) |
16:49 |
* marktraceur |
thought you were adding recipes in a mod through some hackish beast of Lua/JavaScript |
16:50 |
NakedFury |
sometimes abreviations kill conversations |
16:50 |
marktraceur |
NakedFury: I feel like we could make an abbreviation specifically for that purpose |
16:51 |
marktraceur |
"ISAMATATCWBO" |
16:51 |
NakedFury |
unpronounceable |
16:51 |
marktraceur |
"If someone asks me about this abbreviation the conversation will be over" |
16:51 |
NakedFury |
lol |
16:52 |
marktraceur |
New hobby: Join IRC channels, say that, explain it if necessary, and leave |
16:52 |
NakedFury |
hmm we need an unabbreviation bot |
16:52 |
NakedFury |
you say lol the bot responds: |
16:52 |
marktraceur |
NakedFury: thexyz set up a nifty logging system that translates |
16:52 |
* NakedFury |
laugh out loud |
16:52 |
NakedFury |
really? |
16:52 |
marktraceur |
Yuuuup |
16:52 |
NakedFury |
so useful |
16:52 |
NakedFury |
sometimes I dont know what they mean |
16:53 |
marktraceur |
NakedFury: http://irc.minetest.ru/ |
16:53 |
marktraceur |
For your testing: BBIAB AFAIK WTF FTW FTL BRB BRT IMHO YMMV |
16:53 |
marktraceur |
Wait, what about stuff like e.g., n.b., i.e. |
16:53 |
NakedFury |
ohh thats cool |
16:53 |
NakedFury |
thats clever of him |
16:54 |
Calinou |
<marktraceur> "ISAMATATCWBO" |
16:54 |
Calinou |
"YANOSYCDA" |
16:54 |
Calinou |
marktraceur, BRT? |
16:54 |
Calinou |
YMMV? |
16:55 |
Calinou |
inb4 "you moved my vehicle" |
16:55 |
marktraceur |
thexyz: "n.b." => "nota bene", "e.g." => "exempli gratia", "i.e." => "id est" |
16:55 |
Calinou |
:o |
16:55 |
NakedFury |
ok what is nb4?? its not on the database |
16:55 |
marktraceur |
Calinou: "Be right there", "Your mileage may vary" |
16:55 |
Calinou |
http://irc.minetest.ru/minetest/2012-06-30 < WTF |
16:55 |
marktraceur |
(don't go to the site I linked or anything |
16:55 |
Calinou |
logs are REALTIME |
16:55 |
marktraceur |
NakedFury: "in before" |
16:55 |
NakedFury |
ohh |
16:55 |
marktraceur |
Calinou is a channer, clearly, or was |
16:56 |
marktraceur |
Which is consistent with everyone's opinion of him |
16:56 |
Calinou |
channer? |
16:56 |
marktraceur |
Calinou: 4chan? |
16:56 |
Calinou |
no, I never used 4chans |
16:56 |
* Calinou |
slaps the four channels |
16:56 |
marktraceur |
.... |
16:57 |
marktraceur |
OK, so Calinou is someone who uses terms without knowing their origin or the culture that surrounds them |
16:57 |
marktraceur |
That actually makes even more sense |
16:57 |
thexyz |
Calinou: what do you mean by "REALTIME"? |
16:57 |
Calinou |
if you say something and F5, the latest lines appear |
16:57 |
Calinou |
marktraceur, ik what inb4 means |
16:57 |
marktraceur |
Calinou: Why wouldn't they? |
16:57 |
thexyz |
of course |
16:57 |
Calinou |
sometimes, they don't (on other websites) |
16:57 |
thexyz |
that's how it work |
16:58 |
Calinou |
well, doesn't that increase I/O a lot? |
16:58 |
marktraceur |
Calinou: Doesn't matter, you don't know the *origin* |
16:58 |
thexyz |
why should it? |
16:58 |
marktraceur |
thexyz: He has a point, getting the file lock more times is more I/O |
16:58 |
marktraceur |
Probably relatively trivial, though....only logging one super-active channel |
16:59 |
thexyz |
marktraceur: it logs into MySQL database |
16:59 |
marktraceur |
thexyz: Then awesome, keep up the good work |
16:59 |
thexyz |
also it's written in perl for logging #perl6 |
16:59 |
thexyz |
i had fun time setting it up with nginx |
16:59 |
marktraceur |
Eughhh |
17:00 |
marktraceur |
Any interest I might once have had in hacking the logging bot is now gone, thanks :) |
17:00 |
thexyz |
lol |
17:00 |
Calinou |
<thexyz> also it's written in perl for logging #perl6 |
17:00 |
Calinou |
hi twitterer! |
17:00 |
Calinou |
you're not stupid anymore :o |
17:01 |
thexyz |
irc guys |
17:01 |
thexyz |
used hashes before it was cool |
17:01 |
marktraceur |
Calinou: IRC channel. |
17:01 |
* jordach |
owns a twitter |
17:01 |
marktraceur |
Not Twitter |
17:01 |
marktraceur |
jordach: No, you rent it from Twitter, inc. |
17:01 |
thexyz |
http://moritz.faui2k3.org/en/ilbot |
17:01 |
jordach |
marktraceur always ruins peoples fun |
17:01 |
Calinou |
jordach said nothing... |
17:02 |
thexyz |
yes, that works |
17:02 |
marktraceur |
jordach: I just remind people that their fun has already been ruined :P |
17:02 |
thexyz |
also it seems to be able to hide emails from spammers |
17:02 |
thexyz |
testmail.com |
17:02 |
thexyz |
so it's not stupid anymore |
17:03 |
thexyz |
(by stupid i mean SUCH stupid) |
17:03 |
jordach |
thexyz, your bot is super smart! HOLY SHIT, WHEN DID BINARY HAVE A 2 |
17:04 |
marktraceur |
Oh, by-line links, very helpful |
17:04 |
Calinou |
thisisaemail,gospamit,lolilikeinvalidcharsindomainnames.lolz |
17:04 |
marktraceur |
thexyz: Feature request: Highlight things |
17:05 |
Calinou |
emails are shown normally in logs |
17:05 |
thexyz |
marktraceur: i think you should send feature requests to those who made that bot |
17:05 |
thexyz |
not me |
17:05 |
thexyz |
because i cannot into perl |
17:05 |
marktraceur |
thexyz: /me thought it was you :) |
17:05 |
thexyz |
marktraceur: (09:01:41 PM) thexyz: http://moritz.faui2k3.org/en/ilbot |
17:06 |
thexyz |
Calinou: @ is changed with image |
17:06 |
|
Japa joined #minetest |
17:06 |
Calinou |
don't think it is really efficient, better than nothing |
17:06 |
thexyz |
yes |
17:06 |
thexyz |
not really |
17:07 |
marktraceur |
thexyz: Thankee |
17:16 |
Calinou |
stair/slab recipes now using JS animations! :D |
17:20 |
|
nyuszika7h joined #minetest |
17:26 |
thexyz |
https://github.com/mattdiamond/fuckitjs/ |
17:26 |
thexyz |
nice license |
17:27 |
Calinou |
better: fernflower |
17:27 |
Calinou |
LOL anyway |
17:30 |
Calinou |
http://minetest.net/forum/viewtopic.php?id=2227 |
17:30 |
Calinou |
requesting deletion |
17:30 |
Calinou |
http://minetest.net/forum/viewtopic.php?id=2226 |
17:30 |
Calinou |
same |
17:31 |
NakedFury |
leave them, they may be stupid posts but at least they bring some new life to the forums |
17:31 |
NakedFury |
something new to talk about |
17:32 |
Calinou |
do not leave them |
17:32 |
Calinou |
it makes the MINETEST forum look unprofessional |
17:32 |
NakedFury |
compared to what? every game forum has stupid posts |
17:33 |
Calinou |
the Servers forum needs a cleanup |
17:33 |
Calinou |
help posts need to be moved in some "Help" section |
17:33 |
Calinou |
<NakedFury> compared to what? every game forum has stupid posts |
17:33 |
Calinou |
well they should not |
17:35 |
NakedFury |
in a few minutes the api talk will start, you going to watch it? |
17:35 |
Calinou |
bleh |
17:35 |
Calinou |
FUCK NO |
17:35 |
Calinou |
erm |
17:35 |
Calinou |
I lost all my works on JS animated slabs/stairs |
17:35 |
Calinou |
FUUUUUUUUUUUUUUUUUUUU |
17:36 |
Calinou |
FUFUFUFUFUFUFUFUFUFUUFUFUFUFUFUFUFUUF |
17:37 |
thexyz |
how? |
17:37 |
Calinou |
thexyz, closed the page by mistake |
17:37 |
Calinou |
history not saving me |
17:37 |
Calinou |
MT wiki |
17:37 |
Calinou |
Y U NO HAVE "YOU HAVE EDITED PAGE" WARNING WHEN CLOSED |
17:37 |
Calinou |
MCwiki has that as an option |
17:37 |
thexyz |
strange |
17:37 |
Calinou |
when you try to close and edit, it has a popup warning |
17:37 |
thexyz |
there should be that popup |
17:37 |
thexyz |
by default |
17:38 |
Calinou |
nope you have to enable it, MT wiki doesn't even have it |
17:38 |
thexyz |
also, i don't know about mediawiki, but some wikis can save drafts |
17:38 |
Calinou |
nope mediawiki doesn't |
17:38 |
Calinou |
have to redo all the stuff -_- |
17:41 |
Calinou |
too tired to redo it |
17:48 |
Calinou |
redcrab, update moreblocks on your server /p |
17:48 |
Calinou |
:P* |
17:48 |
Calinou |
(don't use git it is outdated for now) |
18:07 |
|
Minetest joined #minetest |
18:08 |
* Minetest |
rocks! |
18:08 |
|
Minetest left #minetest |
18:09 |
Calinou |
lol |
18:09 |
Calinou |
I know nyu |
18:09 |
Calinou |
:P |
18:12 |
marktraceur |
Calinou: Have you changed moreores since you merged my changes? |
18:12 |
Calinou |
nope, only made ores rarer |
18:12 |
marktraceur |
Calinou: So....yes? |
18:13 |
Calinou |
yes |
18:13 |
Calinou |
I can merge just fine |
18:13 |
marktraceur |
Calinou: Fair 'nuff |
18:13 |
Calinou |
I just won't merge the oregen code if you propose me new code :P |
18:13 |
Calinou |
as it's supposedly the same |
18:17 |
marktraceur |
Calinou: Do you need a link to my clone? |
18:17 |
marktraceur |
Calinou: https://gitorious.org/marktraceur-minetest-mods/moreores anyway |
18:17 |
marktraceur |
Sorry about that |
18:19 |
Calinou |
np |
18:19 |
Calinou |
TTIN! lol |
18:20 |
Calinou |
erm the license in the comment is gplv3, can I change it to wtfpl? |
18:21 |
Calinou |
marktraceur, the name is also supposed to be Pickaxe not Pick |
18:21 |
Calinou |
;) |
18:23 |
sfan5 |
re |
18:23 |
Calinou |
does NOT work |
18:27 |
marktraceur |
Calinou: Oh, sorry--let me fix all of those, one sec |
18:28 |
marktraceur |
Calinou: Actually, I'd prefer it to be GPLv3--shouldn't affect anything, since nobody's rewriting it except to share back with us |
18:29 |
marktraceur |
Calinou: Now pickaxe |
18:30 |
|
sdzen joined #minetest |
18:31 |
marktraceur |
Calinou: Oh, bug. Fixed now. |
18:34 |
Calinou |
...people and mojang are discussing about the mod API in minecraft, this makes me laugh |
18:34 |
* Calinou |
will never make mods for minecraft |
18:34 |
marktraceur |
Calinou: Glad to hear it! :) |
18:34 |
Calinou |
heh |
18:35 |
marktraceur |
Thoughts on GPL, Calinou? |
18:35 |
Calinou |
minetest is LGPL. :P |
18:35 |
Calinou |
GPL for the mod is fine though |
18:35 |
Calinou |
I don't really mind the license |
18:35 |
marktraceur |
Calinou: Well, would LGPL be a happy compromise? |
18:35 |
thexyz |
marktraceur: don't you like wtfpl? |
18:36 |
CanauckTux |
sounds a lot like LGBT |
18:36 |
thexyz |
gpl/lgpl is not free enough |
18:36 |
marktraceur |
thexyz: I do, but I use the GPL family as a tool to help ensure freedom |
18:36 |
CanauckTux |
Lesbian Gay Bisexual licesne |
18:36 |
CanauckTux |
Lesbian Gay Bisexual licesnes |
18:36 |
thexyz |
CanauckTux: try again |
18:36 |
marktraceur |
thexyz: The only people it limits are people who are trying to limit digital freedoms of others--you can imagine that I'm not interested |
18:36 |
|
Japa joined #minetest |
18:37 |
thexyz |
marktraceur: they just think about different freedom |
18:37 |
thexyz |
for example, i am not free to make some changes and then close source |
18:38 |
thexyz |
although that are MY changes |
18:38 |
thexyz |
that I personally wrote |
18:38 |
marktraceur |
BBL |
18:38 |
thexyz |
so, it limits my freedom =( |
18:38 |
marktraceur |
thexyz: Only if you want to limit others' |
18:38 |
Calinou |
testing around the changes |
18:38 |
marktraceur |
And then you've lost my sympath |
18:38 |
marktraceur |
BBL |
18:38 |
Calinou |
some textures are missing, they have to be renamed |
18:39 |
thexyz |
so, better to limit me, than others? |
18:39 |
thexyz |
that all was just for example, of course |
18:41 |
Calinou |
marktraceur, currently crafted pickaxes turn into unknown items |
18:41 |
Calinou |
not gonna merge if this is not fixed... :/ |
18:44 |
|
Japa joined #minetest |
18:48 |
marktraceur |
Hrm |
18:49 |
marktraceur |
Calinou: Because you named your textures _pick rather than _pickaxe |
18:49 |
marktraceur |
Inconsistencies == bugs |
18:51 |
marktraceur |
Calinou: Done. No need to get grumpy at me :) |
18:51 |
Calinou |
nah it's fine |
18:53 |
marktraceur |
Calinou: When there are necessary changes, that is, you should tell me, but there's no need for ultimatums :) |
18:55 |
Calinou |
nope |
18:55 |
Calinou |
old items still turn into unknown |
18:57 |
marktraceur |
Calinou: Wait, ones crafted as gold_pick or similar? |
18:57 |
marktraceur |
So an alias is now necessary? |
18:57 |
|
thefamilygrog66 joined #minetest |
18:57 |
Calinou |
moreores:pick_silver < current name AFAIK |
18:57 |
Calinou |
for silver pick or such |
18:57 |
marktraceur |
Right |
18:58 |
marktraceur |
OK |
18:58 |
marktraceur |
Crafting new ones, though, should work perfectly |
19:00 |
marktraceur |
Calinou: Should work now, let me know if it doesn't |
19:00 |
marktraceur |
I don't have any already-crafted picks to test with |
19:00 |
thefamilygrog66 |
hopefully this isn't a stupid question here, but if there are no admins on minetest.ru, and someone starts griefing places, what should I do? |
19:01 |
Calinou |
thefamilygrog66, annoy the griefer by encasing him :P |
19:01 |
Calinou |
and report him on IRC |
19:01 |
Calinou |
(and ping thexyz) |
19:01 |
Calinou |
as in highlight |
19:01 |
thexyz |
pong |
19:01 |
thexyz |
what now? |
19:01 |
Calinou |
marktraceur, generating tarball takes forever |
19:01 |
thefamilygrog66 |
cool, thanks |
19:02 |
Calinou |
NVM |
19:02 |
Calinou |
it works |
19:03 |
Calinou |
doesn't run, marktraceur |
19:03 |
Calinou |
HAHA! fixed it by myself |
19:03 |
Calinou |
alias > minetest.register_alias |
19:04 |
Calinou |
it works, I have to rename textures now... these don't follow default naming conventions though |
19:04 |
|
thefamilygrog66 left #minetest |
19:05 |
marktraceur |
ooops |
19:05 |
marktraceur |
:P |
19:06 |
Calinou |
should I rename textures or is there any way to do it without renaming? |
19:06 |
marktraceur |
Calinou: I renamed the textures, though |
19:06 |
Calinou |
ok, going to rename them then |
19:06 |
marktraceur |
pick is now pickaxe, properly |
19:06 |
Calinou |
default mod should also rename then. lol |
19:06 |
marktraceur |
Calinou: Are you manually pulling my changes from the web view? If you did a git pull you'd get the right version |
19:07 |
Calinou |
renamed textures, going to do it in my texture packs too |
19:07 |
Calinou |
I used the tarball thingie |
19:07 |
marktraceur |
Calinou: Fair enough |
19:07 |
Calinou |
not on linux rightnow |
19:07 |
marktraceur |
Calinou: rename "s/pick.png/pickaxe.png/g" *pick.png |
19:07 |
Calinou |
CBA to git on windows |
19:07 |
Calinou |
already done :P |
19:08 |
marktraceur |
Even so, it's a good thing to know how to do |
19:08 |
marktraceur |
"Holy crap, all of these files have a stray "lkjdfslkjsd" in their name!" rename "s/lkjdfslkjsd//g" * |
19:09 |
Calinou |
why // and not /? |
19:09 |
* marktraceur |
goes back to the other project |
19:09 |
Calinou |
ok thanks anyway for the changes :D |
19:09 |
Calinou |
releasing update, like a notch. |
19:09 |
marktraceur |
Calinou: I guess you could also do "d/lkjdfslkjsd/g", IIRC |
19:10 |
thexyz |
Calinou: because there is also empty string |
19:10 |
thexyz |
so it replaces "lkjdfslkjsd" with "" globally |
19:10 |
marktraceur |
Nope, not d |
19:11 |
Calinou |
added backwards compact for the paclk |
19:11 |
Calinou |
pack* |
19:40 |
cy1 |
I need someone to test ssh forwarding, see if it works and regular TCP doesn't. |
19:50 |
|
Calinou joined #minetest |
19:58 |
|
ecube joined #minetest |
20:04 |
Calinou |
commit-to-teh-git TIME! |
20:08 |
|
opticlove joined #minetest |
20:08 |
|
opticlove joined #minetest |
20:12 |
|
Jeija joined #minetest |
20:12 |
* VanessaE |
wanders in |
20:12 |
Calinou |
hi VanessaE |
20:13 |
Calinou |
git repo update get! |
20:13 |
Calinou |
;D |
20:13 |
VanessaE |
oh boy |
20:13 |
VanessaE |
what'd you break this time? ;-) |
20:14 |
|
ecube joined #minetest |
20:14 |
VanessaE |
hey ecube |
20:14 |
Calinou |
nothing |
20:14 |
Calinou |
*** IMPORTANT NOTICE TO TEXTURE PACK AUTORS *** |
20:14 |
Calinou |
the more ores pickaxes textures have to be renamed! |
20:14 |
Calinou |
example: moreores_bronze_pick.png becomes moreores_bronze_pickaxe.png |
20:14 |
Calinou |
same for all picks, just replace "pick" with "pickaxe" |
20:14 |
klaxa |
lol just discovered nyancat |
20:15 |
klaxa |
in minetest i mean obviously... |
20:15 |
VanessaE |
WHAT!? |
20:15 |
Calinou |
klaxa, found some a few days ago |
20:15 |
VanessaE |
I *just* released an update this morning for my texture packs :-) |
20:15 |
klaxa |
yeah playing creative singleplayer |
20:15 |
Calinou |
VanessaE, just a rename :) sorry |
20:15 |
Calinou |
also |
20:15 |
Calinou |
try to COPY the pick images |
20:15 |
klaxa |
i like it :) |
20:15 |
Calinou |
keep one named with "pick" and one with "pickaxe" |
20:16 |
Calinou |
backwards compatibility FTW |
20:16 |
VanessaE |
hard links ftw ;-) |
20:16 |
VanessaE |
(git will dereference them) |
20:17 |
Calinou |
huh? |
20:17 |
thexyz |
why not symlinks? |
20:17 |
Calinou |
symlinks FTW |
20:20 |
VanessaE |
because last time I tried to do that, git threw up :-) |
20:20 |
VanessaE |
BAHAHAHAHAHA |
20:21 |
VanessaE |
my landlord just sent me an audio message: [EAS Noise] [EBS Tone] The National Weather Service has issues a "Holy Shit it's hotter than hell warning". |
20:21 |
marktraceur |
VanessaE: Ha! |
20:21 |
VanessaE |
(it's about 37C here) |
20:22 |
marktraceur |
VanessaE: Humid, too? |
20:22 |
VanessaE |
low humidity, thankfully |
20:22 |
VanessaE |
"But it's a dry heat!" |
20:22 |
VanessaE |
"so's my oven, I wouldn't sit there!" |
20:22 |
marktraceur |
VanessaE: Ha, true |
20:23 |
marktraceur |
I gotta say, I'd probably prefer humid and hot to dry and hot |
20:23 |
VanessaE |
it's hot enough right now that the power grid is starting to sag a bit from all the A/C load |
20:23 |
marktraceur |
Guh |
20:24 |
marktraceur |
That really sucks |
20:24 |
VanessaE |
it's okay, that's why our computers have a good UPS |
20:24 |
VanessaE |
(need one for the front room though...the projector gets pissy when the power sags out) |
20:25 |
marktraceur |
VanessaE: Probably faster to do FTP, rather than have UPS deliver a whole computer |
20:26 |
marktraceur |
Badum-tiss |
20:26 |
marktraceur |
(or maybe FedEx would be better, dunno) |
20:26 |
marktraceur |
thexyz: I would leave, too, that was awful. |
20:26 |
VanessaE |
heh |
20:28 |
* marktraceur |
considers moving things around in his room |
20:28 |
marktraceur |
Mehhhhh |
20:28 |
* marktraceur |
watches star trex instead |
20:28 |
marktraceur |
s/trex/trek/ (goddamn mindfuck from switching between qwerty and dvorak) |
20:32 |
VanessaE |
great, now my texture pack test track is broken >:-( |
20:33 |
VanessaE |
16:32:55: VERBOSE[main]: error_message = ServerError: LuaError: error running function 'on_step': .../local/bin/../share/minetest/builtin/item_entity.lua:75: attempt to index field '?' (a nil value) |
20:33 |
VanessaE |
16:32:55: VERBOSE[main]: stack traceback: |
20:33 |
VanessaE |
(nothing) |
20:36 |
marktraceur |
VanessaE: Codez? |
20:36 |
VanessaE |
? |
20:37 |
marktraceur |
VanessaE: What is inside of item_entity.lua? |
20:37 |
marktraceur |
Oh, builtin |
20:37 |
marktraceur |
Hm |
20:37 |
VanessaE |
beats me |
20:37 |
* VanessaE |
redownloads her backup and tries again |
20:38 |
VanessaE |
nope, b0rk3d. |
20:38 |
VanessaE |
http://digitalaudioconcepts.com/vanessa/hobbies/minetest/minetest-screenshot-map-vanessae.zip |
20:38 |
marktraceur |
Sorry to hear it |
20:38 |
VanessaE |
it's just as well, I'd been meaning to redo it anyways. |
20:40 |
VanessaE |
well at least my regular world still works |
20:40 |
* VanessaE |
grumbles loudly |
20:42 |
|
Crisco joined #minetest |
20:45 |
* MiJyn |
is back |
20:45 |
* MiJyn |
knows how much everyone missed him |
20:45 |
MiJyn |
zS |
20:45 |
MiJyn |
*xD |
20:46 |
VanessaE |
bbl...gotta rebuild this from scratch >:-( |
20:47 |
|
Jousway joined #minetest |
20:48 |
|
CanauckTux joined #minetest |
20:55 |
MiJyn |
ok, just a question: How do you change the selection box of a node? |
20:55 |
MiJyn |
I changed the nodebox |
20:56 |
Calinou |
selection_box is your friends |
20:56 |
Calinou |
example: in "stairs" mod see the slab |
20:57 |
Calinou |
marktraceur> I gotta say, I'd probably prefer humid and hot to dry and hot |
20:57 |
Calinou |
then come to FRANCE |
20:57 |
Calinou |
the country where it is NEVER dry and hot |
20:57 |
Calinou |
ALWAYS fucking humid and hot |
20:57 |
Calinou |
:D |
20:57 |
|
alejandroa joined #minetest |
20:57 |
|
alejandroa left #minetest |
20:57 |
MiJyn |
Calinou, why? I like humid and cold :D |
20:58 |
Calinou |
humid and cold ftw |
20:58 |
|
CanauckTux joined #minetest |
20:58 |
* Calinou |
has never seen snow in december 2011/january 2012/february 2012 |
20:58 |
Calinou |
NEVER |
20:58 |
Calinou |
"minecraft beta 1.8 in real life" > france in winter 2011 |
20:58 |
Calinou |
(MC beta 1.8 did not generate any snow biomes |
20:58 |
Calinou |
:P |
20:59 |
MiJyn |
Calinou, seriously? Then come to canada! |
21:00 |
Calinou |
:( |
21:04 |
Calinou |
omploader: "Ouch, db error: Lock wait timeout exceeded; try restarting transaction" |
21:04 |
Calinou |
-_- |
21:05 |
cy1 |
Calinou: rm *-journal; exec weep.sh |
21:06 |
Calinou |
huuuuuh? |
21:06 |
* Calinou |
weeps cy1 |
21:07 |
|
ecube joined #minetest |
21:10 |
cy1 |
when sqlite gets truly fucked up it leaves a -journal file that has a lock that will never be released. Deleting it means data loss, but retains data integrity. And sqlite won't delete it for you because it's dumb. |
21:11 |
cy1 |
also wtf were you doing marktraceur my server crashed so hard |
21:11 |
cy1 |
it was only up for like 3 months jeez! |
21:13 |
marktraceur |
cy1: I just tried to access the server, sorry that was unexpected :P |
21:18 |
cy1 |
marktraceur: you monster!! |
21:18 |
cy1 |
well, it should be up now again |
21:19 |
marktraceur |
cy1: Awesome, good to hear |
21:20 |
cy1 |
I need a good recipe for noteblocks :/ |
21:41 |
marktraceur |
cy1: Could add new craft items to help |
21:41 |
marktraceur |
Better that than muddle further the possible arrangements of wood, stone, etc. |
21:42 |
cy1 |
yeah but wth is a noteblock |
21:42 |
cy1 |
you punch it, it makes a sound |
21:42 |
marktraceur |
cy1: True.... |
21:42 |
cy1 |
neat idea, but I'm not having any ideas as to its in-game composition... |
21:43 |
marktraceur |
cy1: Maybe something similar to bagpipes? |
21:43 |
marktraceur |
Or a stringed instrument? |
21:43 |
cy1 |
Right, so a sheep's bladder and some catgut wait |
21:43 |
marktraceur |
Or a drum? |
21:44 |
cy1 |
Yes, I'll just add cows you can slaughter for leather drum skins! |
21:45 |
cy1 |
... |
21:45 |
cy1 |
mobs are hard :/ |
21:45 |
marktraceur |
cy1: Depend on animals mod? |
21:45 |
marktraceur |
Or the trapping mod I'm planning on making? |
21:45 |
cy1 |
mobs slow my client down like crazy. |
21:45 |
cy1 |
Plus I don't get how they spawn. |
21:45 |
|
opticlove joined #minetest |
21:45 |
|
opticlove joined #minetest |
21:46 |
cy1 |
-31000,31000? that's a lot of mobs... |
21:46 |
marktraceur |
Ha |
21:47 |
|
ecube joined #minetest |
21:49 |
cy1 |
Well, it's not totally ridiculous. Just have abms that spawn mobs on activity, and have them die uh... fast... |
21:49 |
cy1 |
not sure how to get mobs to go away or stop when they're out of active range. |
21:52 |
marktraceur |
cy1: I think entities are removed automatically |
21:52 |
marktraceur |
Maybe |
22:11 |
|
sdzen left #minetest |
22:14 |
|
CanauckTux joined #minetest |
22:23 |
MiJyn |
hmm |
22:23 |
MiJyn |
I'm trying to write collision detection |
22:23 |
MiJyn |
and it doesn't seem to wor |
22:23 |
MiJyn |
*work |
22:27 |
cy1 |
MiJyn: there's collision detection client-side in src/localplayer.cpp if that helps |
22:27 |
Jeija |
Im running a minetest server on a Raspberry Pi :D |
22:28 |
cy1 |
o.o |
22:28 |
Jeija |
performance is horrible |
22:28 |
MiJyn |
cy1, well, I wrote my own collision detection thingie |
22:28 |
cy1 |
MiJyn: wait let me guess, in lua |
22:29 |
MiJyn |
yes |
22:29 |
MiJyn |
I'm writing a nether pearl |
22:29 |
MiJyn |
that teleports the player |
22:29 |
cy1 |
oh, no just |
22:29 |
cy1 |
have an abm with a low interval |
22:29 |
cy1 |
that checks if the player is near enough |
22:30 |
cy1 |
that's how teleporters and my teleportals work |
22:30 |
MiJyn |
no |
22:30 |
MiJyn |
you don't know how nether pearls work |
22:30 |
MiJyn |
you click somewhere |
22:30 |
MiJyn |
and it teleports you there |
22:30 |
MiJyn |
but I have an idea |
22:31 |
MiJyn |
I'll actually let the nether pearl do that work |
22:31 |
MiJyn |
and teleport the player to the pearl |
22:31 |
cy1 |
uh |
22:31 |
cy1 |
that seems exploitable |
22:31 |
cy1 |
can't you just walk wherever you point anyway? |
22:31 |
MiJyn |
yeah |
22:31 |
MiJyn |
I'll show you late |
22:31 |
MiJyn |
*later |
22:32 |
cy1 |
I can look it up. |
22:38 |
cy1 |
MiJyn: it's easy for the server to move a player to where the pearl is. The client would probably handle the throwing trajectory... |
22:38 |
MiJyn |
yeah |
22:49 |
MiJyn |
MY MOD WORKS!!!! |
22:50 |
marktraceur |
OMGWTFBBQ GRATZ |
22:52 |
MiJyn |
YAY! |
22:52 |
MiJyn |
Teleporting using a nether pearl works! |
23:17 |
|
sdzen joined #minetest |
23:21 |
* VanessaE |
peeks in for a sec - is there a patch for the issue where one can't dig rails? |
23:25 |
sdzen |
i know a way around that |
23:25 |
VanessaE |
how? |
23:26 |
VanessaE |
I need to place some rails and I'd rather them not get stuck :-) |
23:27 |
sdzen |
go into the defaults init.lua and under selection box type - "fixed", put |
23:27 |
sdzen |
fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5}, |
23:27 |
sdzen |
should get it working again |
23:28 |
* VanessaE |
tries |
23:29 |
VanessaE |
w00t! |
23:29 |
VanessaE |
thank you! |
23:32 |
|
sdzen left #minetest |
23:33 |
|
NakedFury joined #minetest |
23:44 |
VanessaE |
just need to bug calinou to do the same fix on moreores. |
23:45 |
NakedFury |
what fix? |
23:47 |
VanessaE |
oh a one-liner sdzen posted to me to fix digging rails |
23:47 |
VanessaE |
in /usr/local/share/minetest/games/minetest_game/mods/default/init.lua |
23:47 |
VanessaE |
find the node definition for rails |
23:48 |
VanessaE |
change --fixed = <default> or whatever it was, to |
23:48 |
VanessaE |
fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5}, |
23:48 |
VanessaE |
(without the dashes) |
23:48 |
VanessaE |
save, restart the game. |
23:48 |
NakedFury |
that will fix the floating? |