| Time |
Nick |
Message |
| 01:39 |
|
specing_ joined #minetest |
| 02:56 |
|
Sven_vB_ joined #minetest |
| 03:28 |
|
queria joined #minetest |
| 03:34 |
|
queria joined #minetest |
| 04:00 |
|
MTDiscord joined #minetest |
| 04:49 |
|
IceDragon joined #minetest |
| 05:01 |
|
riff-IRC joined #minetest |
| 05:21 |
|
TomTom joined #minetest |
| 06:44 |
|
Flabb joined #minetest |
| 07:49 |
|
CWz joined #minetest |
| 08:05 |
|
sys4 joined #minetest |
| 08:05 |
|
hendursaga joined #minetest |
| 08:19 |
|
hendursaga joined #minetest |
| 08:45 |
|
definitelya joined #minetest |
| 09:34 |
|
Talkless joined #minetest |
| 10:18 |
|
jvalleroy joined #minetest |
| 10:27 |
|
moongaia joined #minetest |
| 10:31 |
|
m42uko joined #minetest |
| 11:34 |
|
definitelya left #minetest |
| 11:38 |
|
grouinos joined #minetest |
| 11:41 |
|
calcul0n__ joined #minetest |
| 11:50 |
|
Fixer joined #minetest |
| 11:52 |
|
tech_exorcist joined #minetest |
| 12:13 |
|
Talkless joined #minetest |
| 12:14 |
|
specing joined #minetest |
| 12:14 |
|
Lunatrius joined #minetest |
| 12:49 |
|
tech_exorcist_ joined #minetest |
| 13:19 |
|
specing joined #minetest |
| 13:59 |
|
___nick___ joined #minetest |
| 14:14 |
|
bgg joined #minetest |
| 14:14 |
|
bgg joined #minetest |
| 14:33 |
|
hendursaga joined #minetest |
| 14:54 |
|
hendursaga joined #minetest |
| 15:06 |
|
absurb joined #minetest |
| 15:10 |
|
valhalla joined #minetest |
| 15:23 |
|
olliy1or joined #minetest |
| 15:26 |
|
proller joined #minetest |
| 15:40 |
|
erlehmann joined #minetest |
| 15:49 |
|
olliy joined #minetest |
| 15:58 |
|
Extex joined #minetest |
| 16:12 |
|
hendursaga joined #minetest |
| 16:13 |
|
independent56 joined #minetest |
| 16:32 |
|
Sven_vB joined #minetest |
| 16:33 |
|
valhalla joined #minetest |
| 16:35 |
|
GNUHacker joined #minetest |
| 16:35 |
|
independent56 joined #minetest |
| 16:50 |
|
johs1 joined #minetest |
| 17:23 |
|
tech_exorcist joined #minetest |
| 17:31 |
|
johs1 joined #minetest |
| 17:48 |
|
grouinos joined #minetest |
| 19:09 |
|
___nick___ joined #minetest |
| 19:34 |
|
programmerjake joined #minetest |
| 20:03 |
|
hendursaga joined #minetest |
| 20:09 |
|
___nick___ joined #minetest |
| 20:39 |
|
tech_exorcist joined #minetest |
| 21:11 |
|
ShadowBot joined #minetest |
| 21:11 |
|
erlehmann joined #minetest |
| 21:25 |
erlehmann |
specingluatic if i wanted to speak websockets from a CSM (to talk to intiface) how would i do that? |
| 21:26 |
erlehmann |
basically, i want to have a rumble effect whenever the player is hurt |
| 21:26 |
erlehmann |
and intiface seems to be the easiest solution |
| 21:45 |
|
Extex joined #minetest |
| 22:08 |
|
flok left #minetest |
| 22:12 |
MTDiscord |
<MisterE> could someone give me an example of the vein ore that works? |
| 22:30 |
MTDiscord |
<MisterE> cause im not getting anything with this minetest.register_ore({ ore_type = "vein", ore = "default:stone", wherein = { "air" }, column_height_min = 2, column_height_max = 6, y_min = 0, y_max = 31000, noise_threshold = 0.9, noise_params = { offset = 0, scale = 3, spread = {x=30, y=30*2, z=30}, |
| 22:30 |
MTDiscord |
seed = 25391, octaves = 4, persist = 0.5, flags = "eased", }, random_factor = 0, }) |
| 22:31 |
MTDiscord |
<Jonathon> this is irc use pastebin |
| 22:36 |
calcul0n__ |
there are lots of examples in mtg: https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua |
| 22:36 |
erlehmann |
MisterE https://mister-muffin.de/paste |
| 22:36 |
MTDiscord |
<MisterE> thanks |
| 22:36 |
MTDiscord |
<MisterE> ok, but those are not the vein type |
| 22:38 |
MTDiscord |
<Jonathon> https://github.com/minetest/minetest/issues/7364 wonders what google is |
| 22:38 |
|
queria^afk joined #minetest |
| 22:38 |
MTDiscord |
<Jonathon> more specifically https://github.com/minetest/minetest/issues/7364#issuecomment-391485092 |
| 22:39 |
MTDiscord |
<MisterE> yes I found that on my own, tried it, and it doesnt seem to do anything |
| 22:39 |
MTDiscord |
<Jonathon> why is your wherein a table? |
| 22:40 |
MTDiscord |
<Jonathon> mapgen loves to fail silently |
| 22:40 |
MTDiscord |
<MisterE> it isnt now, but it was, having been copied from magma_conduits |
| 22:41 |
calcul0n__ |
a table is fine |
| 22:42 |
MTDiscord |
<MisterE> https://pastebin.mozilla.org/ifW7f2TH |
| 22:42 |
MTDiscord |
<MisterE> I have that now |
| 22:43 |
MTDiscord |
<MisterE> and it is not giving me viens of rock in air |
| 22:44 |
calcul0n__ |
not sure random_factor=0 is a good idea |
| 22:44 |
MTDiscord |
<MisterE> can I just remove it? |
| 22:45 |
MTDiscord |
<MisterE> removed, still nothing |
| 22:45 |
calcul0n__ |
well i don't really understand what it does but i guess something is multiplied by it |
| 22:45 |
calcul0n__ |
it's 1 by default |
| 22:58 |
MTDiscord |
<MisterE> not even this works |
| 22:58 |
MTDiscord |
<MisterE> https://pastebin.mozilla.org/oPKBgP6E |
| 22:58 |
MTDiscord |
<MisterE> so something is not right |
| 23:00 |
|
Sven_vB joined #minetest |
| 23:01 |
MTDiscord |
<MisterE> what is not right is that the code I am writing is haveing absolutely no effect... now to figure why ? |
| 23:08 |
MTDiscord |
<MisterE> its working now. I suppose it helps if the engine reads your code |
| 23:08 |
MTDiscord |
<MisterE> thx guys |
| 23:20 |
MTDiscord |
<luatic> erlehmann: Considering how limited CSMs are due to (valid) security concerns (and planned addition of SSCSM) you'll most likely have to use a modified client. |
| 23:24 |
|
Sven_vB joined #minetest |
| 23:31 |
erlehmann |
luatic can CSM do anything, like IPC or HTTP? |
| 23:31 |
|
Verticen joined #minetest |
| 23:31 |
erlehmann |
luatic if SSCSM are added, ima gonna make CSSSM ;) |
| 23:32 |
MTDiscord |
<Jonathon> that would require you to do actual work, which you seem opposed to doing |
| 23:32 |
erlehmann |
Jonathon i have tested a lot of stuff. every time you see me complaining, i spent 20 minutes to several hours not complaining. |
| 23:33 |
erlehmann |
and of most stuff i test you don't hear anything bc i don't complain when it works |
| 23:33 |
erlehmann |
by testing i mean “figuring out if this or that PR breaks a bunch of games i have installed or specific mods in particular” |
| 23:34 |
erlehmann |
for example, i can tell you that the recent hud bar re-positioning breaks nothing |
| 23:34 |
erlehmann |
i wouldn't have spoken about it bc there is no need |
| 23:34 |
erlehmann |
but i did spend some time on that |
| 23:35 |
erlehmann |
Jonathon, also how do you think i have issues with recompiling if i am not recompiling for … some … reason (e.g. git bisect) |
| 23:51 |
specing |
erlehmann: there's a luanic mod for digilines, maybe you can copy most of it client side |
| 23:52 |
erlehmann |
specing, link? |
| 23:53 |
specing |
don't have one |