| Time |
Nick |
Message |
| 00:46 |
|
Alias2 joined #minetest |
| 01:06 |
|
fluxionary joined #minetest |
| 01:15 |
|
v-rob joined #minetest |
| 01:32 |
|
Markow joined #minetest |
| 03:05 |
|
v-rob joined #minetest |
| 03:29 |
|
queria joined #minetest |
| 03:33 |
|
queria joined #minetest |
| 04:37 |
|
v-rob joined #minetest |
| 05:00 |
|
MTDiscord joined #minetest |
| 05:26 |
|
v-rob joined #minetest |
| 06:01 |
|
riff-IRC joined #minetest |
| 06:04 |
|
Jason232 joined #minetest |
| 06:52 |
|
GNUHacker joined #minetest |
| 07:18 |
|
specing joined #minetest |
| 07:22 |
|
CWz joined #minetest |
| 07:31 |
|
SwissalpS joined #minetest |
| 07:33 |
SwissalpS |
hi all :) I'm re-working a tool that holds metadata. Is the metaRef still essentialy stored as a serialized string? |
| 07:34 |
SwissalpS |
I'm wondering if I save overhead/memory if I use a number from 1 to 8 rather than a string of max 8 characters |
| 07:34 |
|
v-rob joined #minetest |
| 07:45 |
|
independent56 joined #minetest |
| 07:45 |
|
v-rob joined #minetest |
| 08:06 |
|
definitelya joined #minetest |
| 08:20 |
|
Fixer joined #minetest |
| 08:26 |
|
Jason232_ joined #minetest |
| 08:30 |
|
Talkless joined #minetest |
| 08:37 |
definitelya |
awww that's so cute. https://content.minetest.net/packages/Warr1024/nc_cats/ |
| 08:48 |
GNUHacker |
lol cats in nodecore |
| 08:48 |
definitelya |
You can build on them too. |
| 09:35 |
|
independent56 joined #minetest |
| 09:51 |
|
calcul0n_ joined #minetest |
| 11:08 |
|
proller joined #minetest |
| 11:09 |
sfan5 |
SwissalpS: it's still strings yes |
| 11:13 |
|
appguru joined #minetest |
| 11:17 |
|
JordanL2 joined #minetest |
| 11:22 |
|
JordanL2 joined #minetest |
| 11:54 |
|
calcul0n joined #minetest |
| 11:55 |
|
erlehmann joined #minetest |
| 12:02 |
|
YuGiOhJCJ joined #minetest |
| 12:11 |
MinetestBot |
[git] x2048 -> minetest/minetest: Reset override material in anaglyph b6555ee https://github.com/minetest/minetest/commit/b6555ee6aff8cd062034a08f1dbfca9c294cb0c6 (2022-01-16T12:10:33Z) |
| 12:11 |
* GNUHacker |
build a house with nodecore cats |
| 12:20 |
|
KvL joined #minetest |
| 12:25 |
|
erle joined #minetest |
| 12:25 |
|
erlehmann joined #minetest |
| 12:40 |
|
Jason232 joined #minetest |
| 12:45 |
|
sys4 joined #minetest |
| 12:50 |
|
erlehmann joined #minetest |
| 13:05 |
|
Taoki joined #minetest |
| 13:12 |
|
erlehmann joined #minetest |
| 13:15 |
|
independent56 joined #minetest |
| 13:19 |
|
independent_ joined #minetest |
| 13:31 |
|
gaelysam joined #minetest |
| 13:33 |
gaelysam |
hi, in my PR #11953 I don't understand why the last commit is causing build checks to fail |
| 13:33 |
ShadowBot |
https://github.com/minetest/minetest/issues/11953 -- Add minetest.generate_biomes by Gael-de-Sailly |
| 13:35 |
|
independent56 joined #minetest |
| 13:36 |
MTDiscord |
<Sublayer plank> "Could not resolve all dependencies for configuration ':native:lintClassPath'." |
| 13:36 |
MTDiscord |
<Sublayer plank> huh, odd |
| 13:37 |
Krock |
temporary error |
| 13:38 |
Krock |
restarted the job. maybe it'll work? |
| 13:39 |
Krock |
different error now. it's broken. ignore it. |
| 13:40 |
gaelysam |
okay thanks |
| 13:40 |
gaelysam |
so I don't have anything to fix? |
| 13:53 |
Krock |
I don't think so, no. |
| 13:54 |
Krock |
or rather "yes, there's nothing to fix". double negation sucks |
| 14:07 |
|
jvalleroy joined #minetest |
| 14:47 |
SwissalpS |
thanks sfan :) |
| 14:52 |
|
erlehmann joined #minetest |
| 15:01 |
|
independent56 joined #minetest |
| 15:13 |
independent56 |
"<erlehmann> independent56, save it as a schematic, thank me later" Thank you. |
| 15:13 |
independent56 |
:p |
| 15:14 |
SwissalpS |
is there a way my code can detect which formspec versions are available? |
| 15:15 |
|
reddit89 joined #minetest |
| 15:18 |
SwissalpS |
lua_api.txt lists the different versions but not from which MT-version they were added |
| 15:21 |
celeron55 |
https://github.com/minetest/minetest_docs/blob/413b559f1a49e59c2649eea2835fc7620d407dca/doc/formspecs.adoc#versions |
| 15:21 |
celeron55 |
that's from a minetest_docs PR |
| 15:21 |
celeron55 |
i guess it's in the wiki somewhere |
| 15:22 |
celeron55 |
or maybe not |
| 15:23 |
SwissalpS |
thanks celeron55. In rubenwardy's handbook it only mentions when real coordinates were introduced |
| 15:23 |
SwissalpS |
https://rubenwardy.com/minetest_modding_book/en/players/formspecs.html |
| 15:31 |
MinetestBot |
[git] sfan5 -> minetest/minetest: Bump IrrlichtMt to 1.9.0mt4 in CI b02b381 https://github.com/minetest/minetest/commit/b02b381af26c792d7f7feaa93198bb7efb2512de (2022-01-16T14:54:08Z) |
| 15:33 |
|
gargamel joined #minetest |
| 15:43 |
|
reddit89 joined #minetest |
| 15:48 |
|
powerjungle joined #minetest |
| 15:50 |
|
Wizard_of_Mkdir joined #minetest |
| 16:17 |
|
erlehmann joined #minetest |
| 16:22 |
|
erlehmann joined #minetest |
| 17:20 |
|
proller joined #minetest |
| 17:22 |
|
kamdard_ joined #minetest |
| 17:25 |
|
Sven_vB_ joined #minetest |
| 17:33 |
SwissalpS |
I just realized that code can check core.get_player_information(player_name).formspec_version |
| 17:34 |
SwissalpS |
that's probably the best way to handle compatibility |
| 17:38 |
|
lhofhansl joined #minetest |
| 17:43 |
Krock |
SwissalpS: well that's the entire point of it |
| 17:44 |
SwissalpS |
might have helped if it's existance was mentioned in the formspec section. Then again, adding mentions everywhere doesn't help overview too much either :) |
| 17:57 |
|
v-rob joined #minetest |
| 18:22 |
|
calcul0n_ joined #minetest |
| 18:42 |
MTDiscord |
<j45> Does any one know what <ACTION> 2022-01-16 12:38:14: [Server] Server: Failed to emerge player "<PLAYERNAME>" (player allocated to an another client) means? |
| 18:44 |
|
Jason232 joined #minetest |
| 18:53 |
MTDiscord |
<luatic> @j45 "Another client is connected with this name." |
| 18:54 |
MTDiscord |
<j45> Thanks |
| 18:55 |
MTDiscord |
<j45> Do you know what cpp file that is in? |
| 18:55 |
MTDiscord |
<j45> As in what file the error is from |
| 19:03 |
|
Boulder joined #minetest |
| 19:04 |
Boulder |
Hello all |
| 19:06 |
Boulder |
MT dont leave Creative mode in normal game. that need i do to play without Creative mode |
| 19:06 |
Boulder |
? |
| 19:06 |
sfan5 |
try `/revokeme creative` in chat |
| 19:07 |
Boulder |
thx |
| 19:17 |
|
specing_ joined #minetest |
| 19:20 |
Boulder |
ththat works fine ;) |
| 19:36 |
|
v-rob joined #minetest |
| 20:20 |
|
delta23 joined #minetest |
| 20:34 |
|
calcul0n joined #minetest |
| 20:58 |
|
garywhite joined #minetest |
| 20:58 |
|
garywhite joined #minetest |
| 21:03 |
|
appguru joined #minetest |
| 21:18 |
|
Jason232_ joined #minetest |
| 21:48 |
|
Jason232 joined #minetest |
| 21:59 |
|
v-rob joined #minetest |
| 22:16 |
|
festerdam joined #minetest |
| 22:16 |
festerdam |
Hi, all! |
| 22:16 |
Yad |
hi festerdam :D |
| 22:17 |
Yad |
What's the function for amending a call of minetest.register_node ? |
| 22:17 |
Yad |
I can't seem to find it in my logs or code notes. |
| 22:17 |
Yad |
Nor lua_api.txt |
| 22:18 |
festerdam |
I noticed that minetest doesn't list any database software as a dependency: https://dev.minetest.net/Compiling_Minetest How do minetest servers store player info? |
| 22:18 |
Yad |
festerdam: In .sqlite databases. |
| 22:18 |
Yad |
festerdam: Same file format as the map.sqlite which holds the world data. |
| 22:18 |
SwissalpS |
Yad: are you looking for minetest.override_item() ? |
| 22:19 |
rubenwardy |
festerdam: minetest supports multiple database backends, the default one is sqlite |
| 22:19 |
festerdam |
Yad: Wouldn't the user then also have to install some software to interact with the databases? |
| 22:19 |
Yad |
SwissalpS: No it's definitely for nodes. |
| 22:19 |
SwissalpS |
you pass a table with the fields you want to override |
| 22:19 |
Yad |
festerdam: If you want to outside of Minetest itself, yes. |
| 22:20 |
rubenwardy |
festerdam: yes, sqlite is a dependency you need to install |
| 22:20 |
rubenwardy |
https://github.com/minetest/minetest/#compiling-on-windows-using-msvc |
| 22:20 |
SwissalpS |
Yad: yeah, I override node features with it |
| 22:20 |
Yad |
SwissalpS: Ooooh, so it uses the word "item" instead of node?! :D |
| 22:20 |
Yad |
SwissalpS: I don't see that in my logs either. |
| 22:20 |
rubenwardy |
or https://github.com/minetest/minetest/#compile-minetest rather |
| 22:20 |
festerdam |
rubenwardy: Thanks! |
| 22:21 |
rubenwardy |
Minetest also supports PostgreSQL and other backends |
| 22:21 |
rubenwardy |
https://wiki.minetest.net/Database_backends |
| 22:22 |
MTDiscord |
<Jonathon> offtopic: but double images on the forum are sorta annoying |
| 22:22 |
rubenwardy |
[place inline] |
| 22:22 |
rubenwardy |
doesn't help with older posts |
| 22:23 |
rubenwardy |
it would nice if phpbb was clever and looked for [img] tags too |
| 22:23 |
rubenwardy |
but alas |
| 22:23 |
MTDiscord |
<Jonathon> phpbb doesnt know what clever means lol |
| 22:27 |
|
olliy1or joined #minetest |
| 22:46 |
|
ronoaldo joined #minetest |
| 22:47 |
|
ronoaldo joined #minetest |
| 22:49 |
|
proller joined #minetest |
| 22:54 |
|
KvL joined #minetest |
| 23:00 |
|
Sven_vB joined #minetest |
| 23:04 |
|
garywhite joined #minetest |
| 23:04 |
|
garywhite joined #minetest |
| 23:19 |
|
lhofhansl joined #minetest |