Time |
Nick |
Message |
01:16 |
|
nephele joined #minetest-dev |
01:35 |
|
ANAND joined #minetest-dev |
01:46 |
|
nephele_ joined #minetest-dev |
02:36 |
|
ChantalZale joined #minetest-dev |
02:48 |
|
YuGiOhJCJ joined #minetest-dev |
03:20 |
|
Taoki joined #minetest-dev |
03:23 |
|
fluxflux joined #minetest-dev |
05:27 |
|
calcul0n joined #minetest-dev |
06:26 |
|
Icedream joined #minetest-dev |
06:28 |
|
madwizard joined #minetest-dev |
06:30 |
|
nerzhul joined #minetest-dev |
06:40 |
Guest33333 |
sfan5: i did the latest changes i talked yesterday about inlining and passed clang-format on the cpp file since your changes |
06:41 |
Guest33333 |
i also added a tiny doc because we missed that part :D |
06:44 |
|
nerzhul_ joined #minetest-dev |
06:45 |
nerzhul_ |
i hope this day we can merge it ! |
06:56 |
|
Icedream joined #minetest-dev |
07:30 |
|
mizux joined #minetest-dev |
08:21 |
|
twoelk joined #minetest-dev |
08:29 |
|
ShadowNinja joined #minetest-dev |
10:08 |
|
Beton joined #minetest-dev |
10:09 |
|
erlehmann joined #minetest-dev |
10:24 |
|
Fixer joined #minetest-dev |
10:32 |
|
erlehmann joined #minetest-dev |
10:32 |
|
proller joined #minetest-dev |
10:34 |
|
Kimapr joined #minetest-dev |
12:24 |
|
Taoki joined #minetest-dev |
12:25 |
|
turtleman joined #minetest-dev |
12:28 |
|
Kimapr_ joined #minetest-dev |
12:56 |
ANAND |
Changed up a bunch of stuff in #9705, fixed some stuff, and cleared up some messy code here and there. PR is ready for review again. |
12:56 |
ShadowBot |
https://github.com/minetest/minetest/issues/9705 -- set_fov: Add support for time-based transitions by ClobberXD |
13:06 |
|
vesper joined #minetest-dev |
13:14 |
|
attilax joined #minetest-dev |
13:23 |
attilax |
Hi all ! I'm looking for some help on a very special projet : we're a small team trying to make a new tool named 'astroport', the goal is to implement scuttlebutt, IPFS, libre currency and use minetest as a 3D client to communicate and exchange through IPFS. See the project here (in french) : https://astroport.frama.site here's the main dev SSB key to join us through scuttlebutt : @9BbJwPDjcyIqrOUPNn0nJZBduWdIrpMk3Cjz5MP361s=.e |
13:23 |
attilax |
d25519 |
13:48 |
|
behalebabo joined #minetest-dev |
14:03 |
|
Darcidride joined #minetest-dev |
14:31 |
nerzhul_ |
attliax, i don't see the interest into MT here (note: i'm fr) |
14:32 |
nerzhul_ |
sfan5 can i merge the prometheus PR ? <3 :D |
14:32 |
sfan5 |
I'll look at it again this evening |
14:34 |
nerzhul_ |
cool |
14:34 |
nerzhul_ |
merging #9750 |
14:34 |
ShadowBot |
https://github.com/minetest/minetest/issues/9750 -- cmake: Silence find_package_handle_standard_args warnings by orbea |
14:47 |
|
twoelk left #minetest-dev |
14:53 |
|
nerzhul joined #minetest-dev |
14:59 |
|
Wuzzy joined #minetest-dev |
15:15 |
attilax |
Hi Nerzul, interest is to provide a 3D interface to our multi-tool, where it'd be possible to exchange. Exemple : you can create your shop there and show what you got to sell... It's also a good place where to meet and talk, different from classical visioconf tools. It's also a good place to show how Libre currency is working, through demos and little games... It can replace social networks, web storage (ipfs), online shops |
15:15 |
attilax |
and visioconf. I find it interesting... |
15:21 |
|
nerzhul joined #minetest-dev |
15:24 |
|
nephele_ joined #minetest-dev |
15:33 |
pmp-p |
attilax: would be great if the botnet part or it could live in the browser (note: i'm fr too) |
15:41 |
attilax |
@pmp-p yep, would be handy... If you want to communicate with main dev working on it, you can join him on scuttlebutt (with the key I gave earlier) or through our gitlab : https://git.p2p.legal/axiom-team/astroport or even by mail : supportqo-op.com |
15:57 |
|
erlehmann joined #minetest-dev |
16:01 |
|
Taoki joined #minetest-dev |
17:21 |
Krock |
merging #8271 in 10 minutes |
17:21 |
ShadowBot |
https://github.com/minetest/minetest/issues/8271 -- Fix breath statbar scaling; defer breath_bar hiding by one second by ClobberXD |
17:30 |
Krock |
merging |
17:39 |
|
Lunatrius joined #minetest-dev |
17:43 |
|
Lunatrius` joined #minetest-dev |
17:50 |
|
Lunatrius joined #minetest-dev |
18:10 |
|
Lone_Wolf joined #minetest-dev |
18:32 |
|
Wuzzy joined #minetest-dev |
18:52 |
|
Darcidride joined #minetest-dev |
19:27 |
sfan5 |
god I hate std::unique_ptr everytime I read it somewhere |
19:27 |
sfan5 |
what even is the point |
19:28 |
sfan5 |
just so you don't have to call delete in the class desctructor? |
19:30 |
Krock |
probably? never used it so *shrug* |
19:30 |
rubenwardy |
it's safer for memory manage |
19:31 |
rubenwardy |
it makes the lifetime/owner more explicit, and avoids memory leaks |
19:44 |
sfan5 |
hm |
19:47 |
nerzhul |
sfan5 i'm using it for a single reason: defining clear ownership |
19:47 |
nerzhul |
unique_ptr for the owner, a standard pointer for other |
19:47 |
sfan5 |
yes I can see how it's useful for that |
19:48 |
sfan5 |
i'm kind of annoyed at the .get() calls |
20:13 |
|
Walker92 joined #minetest-dev |
21:17 |
|
Wuzzy joined #minetest-dev |
21:17 |
|
Kray joined #minetest-dev |
21:18 |
|
GreenXenith joined #minetest-dev |
21:44 |
|
turtleman joined #minetest-dev |
22:10 |
|
erlehmann joined #minetest-dev |
23:16 |
|
proller joined #minetest-dev |
23:42 |
|
fluxflux joined #minetest-dev |