Time |
Nick |
Message |
00:01 |
|
Noisytoot joined #minetest-dev |
00:50 |
|
Noisytoot joined #minetest-dev |
00:55 |
|
ShadowBot joined #minetest-dev |
01:24 |
|
Noisytoot joined #minetest-dev |
01:41 |
|
Noisytoot joined #minetest-dev |
02:20 |
|
Noisytoot joined #minetest-dev |
02:39 |
|
Noisytoot joined #minetest-dev |
02:39 |
|
pmp-p joined #minetest-dev |
02:57 |
|
Noisytoot joined #minetest-dev |
03:13 |
|
Noisytoot joined #minetest-dev |
03:20 |
|
Noisytoot joined #minetest-dev |
04:00 |
|
MTDiscord joined #minetest-dev |
04:29 |
|
Noisytoot joined #minetest-dev |
04:39 |
|
Noisytoot joined #minetest-dev |
05:14 |
|
Noisytoot_ joined #minetest-dev |
05:21 |
|
Noisytoot joined #minetest-dev |
06:15 |
|
Noisytoot joined #minetest-dev |
06:38 |
|
Noisytoot joined #minetest-dev |
06:55 |
|
Noisytoot joined #minetest-dev |
07:18 |
|
Noisytoot joined #minetest-dev |
07:38 |
|
Noisytoot joined #minetest-dev |
07:46 |
|
Noisytoot joined #minetest-dev |
08:23 |
|
Noisytoot joined #minetest-dev |
08:34 |
|
appguru joined #minetest-dev |
08:48 |
|
JCM joined #minetest-dev |
09:22 |
|
appguru joined #minetest-dev |
09:40 |
|
Juri2 joined #minetest-dev |
09:41 |
|
Niklp5 joined #minetest-dev |
09:52 |
MTDiscord |
<exe_virus> I tried building latest master, with benchmarks, and I'm getting a bunch of catch2 linker errors, for duplicate definitions between benchmark.obj, and test obj. This with MSVC 2022 on windows 64 bit. Â Suggestions? |
10:15 |
MTDiscord |
<luatic> this is #14692 |
10:15 |
ShadowBot |
https://github.com/minetest/minetest/issues/14692 -- Can't build benchmark and unit tests at the same time |
10:16 |
MTDiscord |
<luatic> you could apply the linked PR for now |
10:44 |
|
Wuzzy joined #minetest-dev |
10:54 |
Wuzzy |
I recently submitted a PR on kilbith's behalf, it's a draft for hypertext in tooltips. I wonder if this practice is OK with you. https://github.com/minetest/minetest/pull/14728 |
12:13 |
|
YuGiOhJCJ joined #minetest-dev |
12:22 |
ROllerozxa |
not much different from adopting PRs previously opened by him I guess. I would hope it doesn't become a trojan horse to accept him back into the community again though |
12:24 |
nrz |
Wuzzy: fine to me |
12:32 |
nrz |
i added comments on the #14728, but at first it sounds a very nice startup |
12:32 |
ShadowBot |
https://github.com/minetest/minetest/issues/14728 -- [NO SQUASH] Add hypertext support to tooltips by Wuzzy2 |
14:02 |
|
turtleman joined #minetest-dev |
14:21 |
|
fluxionary joined #minetest-dev |
15:24 |
|
nrz_ joined #minetest-dev |
18:13 |
Krock |
as requested by @luatic in #14034, I'd like to push https://pastebin.com/raw/qeiXjRyq . Any LGTM or objections? |
18:13 |
ShadowBot |
https://github.com/minetest/minetest/issues/14034 -- Fix weblink to Database_backends wiki page by Desour |
18:33 |
sfan5 |
seems fine |
18:37 |
Krock |
thanks. So I'll go ahead pushing this in 20 minutes (for good measure) |
18:44 |
|
Noisytoot joined #minetest-dev |
18:45 |
|
Pexin joined #minetest-dev |
18:57 |
Krock |
pushing .... |
19:17 |
|
Pexin joined #minetest-dev |
19:18 |
pgimeno |
tailing? |
19:20 |
pgimeno |
never heard that word before |
19:40 |
Krock |
+r |
19:57 |
|
JCM joined #minetest-dev |
20:18 |
|
Juri2 joined #minetest-dev |
20:18 |
|
Niklp5 joined #minetest-dev |
20:38 |
|
Niklp5 joined #minetest-dev |
20:38 |
|
Juri2 joined #minetest-dev |
20:43 |
|
Wuzzy joined #minetest-dev |
21:23 |
|
cranez joined #minetest-dev |
21:52 |
|
Noisytoot joined #minetest-dev |
22:34 |
|
panwolfram joined #minetest-dev |
22:51 |
MTDiscord |
<jordan4ibanez> So like, what if one day we instead of doing a normal feature freeze, we do an extreme feature freeze where we trim the cruft off the entire engine |
22:52 |
MTDiscord |
<jordan4ibanez> Fix raw pointer usage, fix old smart pointer things, weird dead code, standardize to the latest c++, etc |
22:55 |
MTDiscord |
<jordan4ibanez> What if it's just started with one commit to update to access c++23. Then the next would be completely destroy the engine by removing irllicht pointers and literally focus on rebuilding the components of the engine block by block |
22:56 |
MTDiscord |
<jordan4ibanez> Basically transition this from the extremely old school implementation to modern standardized components |
23:02 |
MTDiscord |
<josiah_wi> I like the first two sentences. |
23:04 |
MTDiscord |
<josiah_wi> I like the third sentence two, but not the idea it proposes. xD |
23:04 |
MTDiscord |
<josiah_wi> too* |
23:10 |
MTDiscord |
<jordan4ibanez> I guess I'm taking the scorched earth approach with the memory leaks |
23:29 |
MTDiscord |
<mistere_123> sounds like an attempt to sneak in Minetest-rust |