| Time |
Nick |
Message |
| 00:14 |
Jordach |
that's.....alarmingly too easy |
| 00:25 |
tumeninodes |
what's that Jordach? The mesh selbox topic? or something else |
| 00:27 |
Jordach |
tumeninodes, adding custom player:set_sun/moon/stars |
| 00:28 |
tumeninodes |
Jordach, ahhhh |
| 00:43 |
|
garywhite joined #minetest-hub |
| 01:13 |
|
paramat joined #minetest-hub |
| 01:17 |
|
paramat left #minetest-hub |
| 01:38 |
Jordach |
tumeninodes, boom |
| 01:38 |
Jordach |
https://i.imgur.com/ydxqYd0.png |
| 01:50 |
tumeninodes |
woop woop! animation time |
| 01:56 |
|
FrostRanger joined #minetest-hub |
| 02:13 |
|
ANAND joined #minetest-hub |
| 02:25 |
|
AndroBuilder_ joined #minetest-hub |
| 03:13 |
|
AndroBuilder joined #minetest-hub |
| 03:16 |
|
benrob0329 joined #minetest-hub |
| 03:17 |
benrob0329 |
Alright, so I want to have a survival base on a low-lag server..but I have no idea which one to join |
| 03:19 |
benrob0329 |
Mesecons is really the only mod I really want, any other survival aspects I'll probably just roll with |
| 05:09 |
|
GreenDimond joined #minetest-hub |
| 05:26 |
|
GreenDimond left #minetest-hub |
| 05:28 |
|
GreenDimond joined #minetest-hub |
| 06:00 |
|
Jordach joined #minetest-hub |
| 06:32 |
|
jas_ joined #minetest-hub |
| 07:20 |
|
CWz joined #minetest-hub |
| 07:48 |
|
jluc joined #minetest-hub |
| 08:06 |
|
Gael-de-Sailly joined #minetest-hub |
| 08:36 |
|
Gael-de-Sailly joined #minetest-hub |
| 10:41 |
|
ANAND joined #minetest-hub |
| 10:48 |
|
MinetestSam joined #minetest-hub |
| 11:33 |
|
calcul0n joined #minetest-hub |
| 11:56 |
|
Fixer joined #minetest-hub |
| 12:46 |
|
aerozoic joined #minetest-hub |
| 13:44 |
|
_Xenon joined #minetest-hub |
| 13:53 |
|
Jordach joined #minetest-hub |
| 14:23 |
aerozoic |
https://youtu.be/0j74jcxSunY |
| 14:23 |
aerozoic |
!title |
| 14:23 |
MinetestBot |
aerozoic: Internationalis(z)ing Code - Computerphile - YouTube |
| 14:43 |
|
TenPlus1 joined #minetest-hub |
| 14:43 |
TenPlus1 |
hi folks |
| 15:02 |
Jordach |
TenPlus1, almost *almost* rebuilt the sky_pr |
| 15:02 |
Jordach |
complete with separated player calls for sun, stars and moon operands |
| 15:02 |
Jordach |
and packet handling with completed toclient |
| 15:02 |
TenPlus1 |
hi Jordach, nice one dude :P |
| 15:02 |
Jordach |
all within 8 hours |
| 15:02 |
TenPlus1 |
5.0 is shaping up nicely :P |
| 15:05 |
TenPlus1 |
I read something about player model rotation being backwards, that sounds worrying |
| 15:37 |
|
ANAND_ joined #minetest-hub |
| 15:38 |
TenPlus1 |
bbl |
| 15:38 |
|
TenPlus1 left #minetest-hub |
| 15:49 |
Jordach |
sofar, your custom sky colours thingy is here! https://i.imgur.com/h9Ll6Fg.png |
| 16:58 |
|
FrostRanger joined #minetest-hub |
| 17:11 |
sofar |
ahh nice pukey sky colors |
| 17:11 |
sofar |
I love it |
| 17:32 |
|
garywhite joined #minetest-hub |
| 17:48 |
|
sys4 joined #minetest-hub |
| 17:50 |
|
_Xenon joined #minetest-hub |
| 18:21 |
|
IhrFussel joined #minetest-hub |
| 18:21 |
|
Krock joined #minetest-hub |
| 18:22 |
|
bobr joined #minetest-hub |
| 18:22 |
|
bobr joined #minetest-hub |
| 18:29 |
IhrFussel |
Hi guys... I thought about something...maybe the "HUD element sometimes doesn't get removed on client screen" bug only happens when calling hud_remove() ... what if I instead just EMPTY the content of the hud...in theory it should then be the same as removed correct? |
| 18:30 |
IhrFussel |
I mean visually (client side) |
| 18:30 |
Krock |
possibly. but it would leave garbage on server-side |
| 18:31 |
IhrFussel |
I could remove it when the player laves |
| 18:31 |
IhrFussel |
leaves* |
| 18:31 |
IhrFussel |
But as long as the player stays connected the HUD text just gets emptied if nothing should be shown |
| 18:32 |
|
Gael-de-Sailly joined #minetest-hub |
| 18:35 |
|
FrostRanger joined #minetest-hub |
| 18:51 |
|
aerozoic joined #minetest-hub |
| 19:01 |
IhrFussel |
Done... it's simply a "if not hudtbl[name] then -- add HUD element else player:hud_change(hudtbl[name],"text",str) end |
| 19:13 |
|
FrostRanger joined #minetest-hub |
| 19:20 |
|
CWz joined #minetest-hub |
| 19:24 |
IhrFussel |
Are you sure that '1' is the default gravity? |
| 19:24 |
IhrFussel |
When I set it to 1 I can kinda jump higher |
| 19:25 |
IhrFussel |
It's subtle but it lets me jump farther than normal |
| 19:26 |
CWz |
IhrFussel, i haven't noticed that. perhaps it's 0.5 thing |
| 19:26 |
IhrFussel |
No, my server runs on 0.4.17.1 |
| 19:27 |
IhrFussel |
And I have a command to set gravity to 1 and it feels different |
| 19:27 |
sfan5 |
the default is definitely 1, if you look at the code |
| 19:30 |
IhrFussel |
Does the 'bouncy' group MESS with player physics? |
| 19:33 |
sfan5 |
of course it affects physics |
| 19:35 |
IhrFussel |
Yes but can it somehow "corrupt" set_physics_override()? |
| 19:51 |
sofar |
it doesn't change gravity for the player |
| 19:51 |
sofar |
just affects velocity |
| 19:52 |
sofar |
so my guess is no, not directly |
| 19:52 |
sofar |
default gravity, isn't that 9.81 or something like that? |
| 19:53 |
sfan5 |
yea |
| 19:54 |
IhrFussel |
No that can't be...maybe 0.981? |
| 19:54 |
IhrFussel |
Or you mean on earth? |
| 19:54 |
IhrFussel |
9.X gravity lets you fall like a rock |
| 19:55 |
sfan5 |
there is a difference between the gravity you set as a physics override |
| 19:55 |
sfan5 |
...and movement_gravity |
| 19:55 |
sfan5 |
movement_gravity is 9.81, the override gravity is a multiplier of that |
| 19:55 |
sfan5 |
with the override being 1 by default this results in an effective gravity of 9.81 by default |
| 19:56 |
IhrFussel |
Ah I see...well I cannot reproduce it now but earlier I send a certain command which disables sneak and sets gravity to 1 and then I suddenly could jump "slower" the gravity felt different vs 1 |
| 19:57 |
IhrFussel |
Maybe the trampoline somehow affected the gravity...not sure |
| 20:58 |
|
sys4 joined #minetest-hub |
| 22:01 |
|
atorian37 joined #minetest-hub |
| 22:18 |
|
greeter joined #minetest-hub |
| 22:22 |
|
Flitzpiepe joined #minetest-hub |
| 22:46 |
rdococ |
wtf notch https://twitter.com/notch/status/1070772596898115584?s=19 |
| 22:56 |
Fixer |
rdococ: just one more tweet and then you will bee eee haaaaaaaaaaaaaaaaaaaaaappyyyy |
| 22:56 |
Fixer |
rdococ: ask him to start working on minetest instead of shitposting |
| 22:58 |
celeron55 |
notch had made interesting tweets in the past few hours |
| 22:58 |
celeron55 |
i like |
| 22:58 |
Jordach |
that's going to be quoted out of context, celeron55 |
| 22:59 |
VanessaE |
meh, wake me up when he acknowledges Minetest and admits defeat :) |
| 22:59 |
sfan5 |
past few hours? his tweets have been "interesting" for the past few years |
| 23:00 |
sofar |
out of context is always good for a chuckle |
| 23:00 |
celeron55 |
VanessaE: he doesn't care about anything minecraft anymore |
| 23:00 |
Fixer |
he clearly needs to learn some cpp and lua |
| 23:00 |
celeron55 |
so, that's defeat basically |
| 23:00 |
VanessaE |
celeron55: Probably so, but it's always worth the joke :) |
| 23:01 |
sofar |
"that's what she said" |
| 23:04 |
celeron55 |
sfan5: well, i've always liked notch |
| 23:04 |
celeron55 |
i aspire to the amount of borderline nonsense he can make |
| 23:05 |
Jordach |
...wasn't that the case with mese 8) |
| 23:06 |
Jordach |
i quite liked seeing notch's webGL experiment he was working on |
| 23:07 |
Fixer |
i'm more worried about mese tools that are suspiciously redundant |
| 23:07 |
Jordach |
Fixer, i resurrected the set_sky PR |
| 23:07 |
Jordach |
https://i.imgur.com/96Z9YT2.png |
| 23:07 |
celeron55 |
there's a conspiracy to take over mese in mtg |
| 23:07 |
Jordach |
i wonder (who) |
| 23:07 |
sofar |
there's a conspiracy to take over minetest |
| 23:08 |
Fixer |
Jordach: resurrected? was it dead? |
| 23:09 |
Jordach |
Fixer, the enabling of sun, moon and stars over a *textured* skybox |
| 23:09 |
Jordach |
https://i.imgur.com/aeWlgfp.png |
| 23:09 |
Jordach |
rebuilt with the recent sky changes |
| 23:09 |
Fixer |
ah |
| 23:09 |
Fixer |
nice |
| 23:09 |
sofar |
tbh I would think that would have been better than the skybox mod on ITB |
| 23:09 |
sofar |
that with light level tweaks |
| 23:09 |
Jordach |
sofar, unironically, atmos does this in real time |
| 23:10 |
sofar |
you're years behind itb though :P |
| 23:10 |
Jordach |
i recently re-wrote the little shit |
| 23:13 |
rdococ |
yes... very "interesting" tweets |
| 23:17 |
shivajiva |
smhl |
| 23:21 |
rubenwardy |
notch is an idiot |
| 23:21 |
shivajiva |
^ |
| 23:21 |
sofar |
"that's not what she said" |
| 23:21 |
sofar |
alright, I'll kick it down a notch |
| 23:21 |
rubenwardy |
I don't know why anyone cares about his opinion |
| 23:22 |
shivajiva |
fame |
| 23:23 |
shivajiva |
Blue Mountain Coffee anyone... |
| 23:24 |
* sofar |
sips water |
| 23:24 |
rubenwardy |
no |
| 23:24 |
rubenwardy |
https://www.bristolpost.co.uk/whats-on/music-nightlife/legendary-stokes-croft-club-blue-2295054 |
| 23:24 |
rubenwardy |
!title |
| 23:24 |
MinetestBot |
rubenwardy: Legendary Stokes Croft club Blue Mountain is closing after 26 years - here's why - Bristol Live |
| 23:27 |
shivajiva |
jeez seen the site partners and interface on that site...closes tab |
| 23:28 |
shivajiva |
ruben your generation failed to party hard enough xD |
| 23:29 |
rubenwardy |
that club was miles away from campus and I've heard it was a shit hole |
| 23:29 |
rubenwardy |
so not surprised it's closed |
| 23:33 |
shivajiva |
In my day you toured the clubs and pubs with the general rule being you started at the nicest place and worked your way down as you got more pissed |
| 23:33 |
rubenwardy |
sounds about right |
| 23:34 |
shivajiva |
that way you hardly noticed the shift |
| 23:35 |
shivajiva |
till you hit the bottom , then you noticed your feet stuck to the carpet in the last place |
| 23:35 |
shivajiva |
and the glass turned to plastic |
| 23:36 |
sofar |
"I'll have what he's having" |
| 23:36 |
shivajiva |
easier than asking what they serve :) |
| 23:37 |
sofar |
last night club I visited was the Milky Way in Amsterdam, probably 17 years ago or so |
| 23:37 |
shivajiva |
ofc picking up a girl at any point in the journey changed the outcome :) |
| 23:37 |
sofar |
sadly, I never got a chance of going to Paradiso |
| 23:37 |
shivajiva |
he I've been there! |
| 23:38 |
shivajiva |
Milky Way that is |
| 23:38 |
sofar |
heh, at that age I couldn't pick up a leaf if it fell in my hand, let alone a girl ;) |
| 23:38 |
shivajiva |
rofl |
| 23:41 |
shivajiva |
There is an awesome Indian restaurant just down from Liederspline in the Dam, wonder if it's still there |
| 23:42 |
sofar |
Liederspline... what? |
| 23:42 |
shivajiva |
platz |
| 23:42 |
sofar |
GEH ZUH HAUSE |
| 23:42 |
sofar |
you mean, "leidseplein" |
| 23:42 |
shivajiva |
probably |
| 23:42 |
sofar |
it's not 40-45 ya know |
| 23:42 |
sofar |
germans are long gone |
| 23:42 |
Fixer |
https://sonicfangameshq.com/forums/attachments/petitsagecover2018512-png.1299/ |
| 23:42 |
shivajiva |
lel |
| 23:42 |
sofar |
they just pop in over the summer for friet met mayo |
| 23:43 |
shivajiva |
for me it's just a case of recognising the street signs :P |
| 23:46 |
shivajiva |
and the cafe's ofc |
| 23:46 |
sofar |
ever been here?: |
| 23:46 |
sofar |
https://www.google.com/maps/@52.3634775,4.8848559,3a,60y,289.29h,78.65t/data=!3m6!1e1!3m4!1scWXZer0GargLHENLNTsXZw!2e0!7i13312!8i6656 |
| 23:48 |
shivajiva |
certainly walked past it but never been in |
| 23:50 |
sofar |
alright, well, enough nostalgia for me for today :) |
| 23:50 |
sofar |
maybe I'll cook some hutspot today later |