Time Nick Message 02:22 nolsen What's the difference between v6 and v7? Is v7 stable? 02:23 nolsen Because I see too much extreme hills and oceans and too little of flat lands. 02:23 nolsen or plain lands. 02:26 nolsen Even found a floating island. 02:52 Wayward_One nolsen: v6 is supposed to be stable, uses only 2d noise, and is mostly flatter with sharp cliffs, while v7 uses 3d noise as well as 2d, is a bit smoother and more mountainous, and is somewhat less stable iirc. (paramat would be able to give you more details though) 03:04 nolsen Wayward_One: He did, in #minetest. 03:15 Wayward_One Ah, ok 10:31 Wuzzy hi, I fear there is an error either in Minetest or in the Lua API documentation 10:31 Wuzzy Its about node drops. 10:32 Wuzzy check out line 3520 in lua_api.txt (version 0.4.14) 10:32 Wuzzy it says "choose one item randomly from this list" 10:32 Wuzzy however, when I tested it, it appears that Minetest gives me ALL items from this list. :-( 10:36 Wuzzy so... what is correct now? Is the documentation right but Minetest has a bug? Or behaves Minetest correctly and the documentation is false? 10:54 rubenwardy I'd like reviews for these: #4416 #4417 #4294 :P 10:54 ShadowBot https://github.com/minetest/minetest/issues/4416 -- Formspecs: Fix background elements from interferring with each other by rubenwardy 10:54 ShadowBot https://github.com/minetest/minetest/issues/4417 -- Formspecs: Add text field enter key event, allow fields to disable form close on enter by rubenwardy 10:54 ShadowBot https://github.com/minetest/minetest/issues/4294 -- Formspecs: Add container[] and container_end[] elements by rubenwardy 11:01 Wuzzy rubenwardy: I don't really understant container. 11:01 Wuzzy is it just a simple offset or is it visible, too? 11:01 rubenwardy It's used to offset elements that you didn't write 11:01 rubenwardy So, you could use it to add a navigation bar above some other content 11:01 Wuzzy so all containers are invisible? 11:02 rubenwardy ie: move the over content down, and add formspec for buttons at the new y=0 11:02 rubenwardy yeah, they're not rendered. They literally only change the position of child elements 11:02 Wuzzy ah 11:02 Wuzzy this sounds useful. 11:02 rubenwardy in fact, they only exist during parsing 11:03 rubenwardy well, and transmission 11:04 Wuzzy well then, thanks for your contributions! :-) they look very useful 15:08 paramat the node drop docs were fixed recently 21:05 nolsen #4451 21:05 ShadowBot https://github.com/minetest/minetest/issues/4451 -- Have usernames be automatically removed in auth.txt after being inactive for a long time. 21:05 nolsen Eh, probably should rewrite that title. 21:14 nolsen There, much better. 23:22 Fixer_ I agree with est on that one