| Time |
Nick |
Message |
| 00:17 |
|
OxE7 joined #minetest-hub |
| 00:20 |
|
OxE7` joined #minetest-hub |
| 00:23 |
|
OxE7`` joined #minetest-hub |
| 00:32 |
Calinou |
illumitesti |
| 00:51 |
|
OxE7` joined #minetest-hub |
| 01:38 |
|
redneonglow joined #minetest-hub |
| 01:56 |
|
OxE7`` joined #minetest-hub |
| 01:58 |
|
OxE7 joined #minetest-hub |
| 02:01 |
|
pauloue joined #minetest-hub |
| 02:15 |
|
OxE7` joined #minetest-hub |
| 02:25 |
|
OxE7`` joined #minetest-hub |
| 02:37 |
|
OxE7` joined #minetest-hub |
| 03:13 |
|
luk3yx joined #minetest-hub |
| 03:39 |
|
OxE7`` joined #minetest-hub |
| 04:18 |
|
OxE7` joined #minetest-hub |
| 06:28 |
|
CWz joined #minetest-hub |
| 07:03 |
|
Krock joined #minetest-hub |
| 07:21 |
|
_Xenon joined #minetest-hub |
| 08:08 |
|
Bobr joined #minetest-hub |
| 08:46 |
clavi |
Shara: please pull :) https://github.com/Ezhh/server_news/pull/1 |
| 09:50 |
Shara |
clavi: thanks for reminder. Will look in a bit :) |
| 09:50 |
Shara |
also sorry for keeping you waiting |
| 09:57 |
|
OxE7`` joined #minetest-hub |
| 10:17 |
|
Fixer joined #minetest-hub |
| 10:19 |
|
OxE7` joined #minetest-hub |
| 10:53 |
clavi |
np |
| 13:18 |
|
aerozoic joined #minetest-hub |
| 13:47 |
|
_Xenon joined #minetest-hub |
| 14:18 |
|
IhrFussel joined #minetest-hub |
| 15:02 |
|
kaeptmblaubaer joined #minetest-hub |
| 15:08 |
|
pyrollo joined #minetest-hub |
| 15:43 |
|
Ruslan1 joined #minetest-hub |
| 15:54 |
|
Gael-de-Sailly joined #minetest-hub |
| 16:20 |
|
OxE7`` joined #minetest-hub |
| 17:43 |
|
calcul0n joined #minetest-hub |
| 19:27 |
|
Bobr joined #minetest-hub |
| 20:25 |
luk3yx |
I think the serverlist age field needs to be sanity checked, at least two servers apparently have it set to "0" |
| 20:29 |
* Calinou |
imagines Minetest in the 1970s |
| 21:15 |
|
FrostRanger joined #minetest-hub |
| 22:19 |
|
OxE7` joined #minetest-hub |
| 22:22 |
rdococ |
can users see data sent through digilines, or to and from luacontrollers? |
| 22:43 |
VanessaE |
how do I set which element in a formspec "has focus"? |
| 22:43 |
VanessaE |
(by default) |
| 23:06 |
|
Bobr joined #minetest-hub |
| 23:26 |
rubenwardy |
VanessaE: not possible |
| 23:26 |
rubenwardy |
however, it's usually the first element which can obtain focus |
| 23:27 |
rubenwardy |
this is undefined behaviour, though |
| 23:33 |
VanessaE |
oh well |
| 23:33 |
VanessaE |
I went with a different method anyways... |
| 23:34 |
VanessaE |
I wanted to use sneak+rightclick to open a formspec with a single text-entry widget, but the engine or mtg blocks that. So I tried aux1+rightclick, but aux1 would fill the field with eeeeeeeee...., so I just went with sneak+punch |
| 23:35 |
rubenwardy |
are you using show_formspec for that? |
| 23:35 |
VanessaE |
I am now yeah. it's on a node where I don't want a formspec stored, because right-click without a modifier performs a particular. |
| 23:36 |
VanessaE |
a particular action* |
| 23:36 |
rubenwardy |
I'd understand why shift+rightclick wouldn't work when on a node not using show_formspec |
| 23:36 |
rubenwardy |
as the shift overrides the action |
| 23:36 |
rubenwardy |
shift+rc is bad UX though, as you won't be able to place things against it |
| 23:37 |
VanessaE |
right. |
| 23:38 |
VanessaE |
in this case it's homedecor's standing lamp (the 2m tall one). right click changes brightness, and I added digilines support today, which needs a formspec to set the channel. I didn't want to change the right-click-brightness behsvior. |
| 23:38 |
VanessaE |
behavior* |