Time Nick Message 01:57 paramat 4th day of work on this, almost done game#1281 01:57 ShadowBot https://github.com/minetest/minetest_game/issues/1281 -- Change WTFPL to MIT (part 3) by paramat 03:40 paramat will merge game#1281 in a moment 03:40 ShadowBot https://github.com/minetest/minetest_game/issues/1281 -- Change WTFPL to MIT (part 3) by paramat 03:45 paramat now merging 03:50 paramat merged, whooo task mostly done =P~ 08:45 IhrFussel Can someone tell me the exact format of the sqlite DB pos column? And also how to convert it into real positions in the game 08:53 celeron55 https://github.com/minetest/minetest/blob/master/doc/world_format.txt#L210 08:55 celeron55 note that many people have failed to implement it properly by thinking about it as bitmasks of some kind; it does not use bitmasks but instead just multiplication of signed numbers 08:57 celeron55 the same stuff in C++: https://github.com/minetest/minetest/blob/master/src/database.cpp 08:57 celeron55 also, that code is re-implemented by a person who didn't really get the idea, thus the initial comment 8) 09:17 IhrFussel celeron55, I tried the 2 functions from the page you gave me http://pastebin.com/wY4KamLR but it says "IndentationError: unindent does not match any outer indentation level" (line 13) 09:30 IhrFussel I fixed the error but now it doesn't ouput anything to the terminal console when running 09:41 IhrFussel I think I got it...I forgot to call getIntegerAsBlock(posvalue) 22:15 Fixer !tell paramat trees are growing underwater o_0 https://i.imgur.com/AnkWZDg.png (it is custom world though: http://pastebin.com/raw/aP37KGX8) What i did? Rized water level and in mg_biome_np_heat = {... lowered offset to 10. Did I do something wrong? Maybe trees should be placed above water only? 22:15 ShadowBot Fixer: O.K. 22:29 sofar ha 22:29 sofar did you set min_y/y_min to -10? 22:38 Fixer no 22:57 T4im that actually looks great :D 22:58 T4im reminds me of that underwater tree cutting they started doing in some places 23:22 paramat will merge later game#1283 23:22 ShadowBot https://github.com/minetest/minetest_game/issues/1283 -- Licenses: (Part 4) Remove overlooked WTFPL text. Cleanup by paramat