Time Nick Message 20:16 proller https://github.com/minetest/minetest/pull/12142 network compatible! 20:20 mrkubax10 I wonder if there will be something like farlands after extending map size limit 20:52 erlehmann proller why exactly do you still have USE_POS32 if the thing is backwards-compatible? 20:53 erlehmann like, is there a downside to it 20:53 proller because its iterative process 20:54 proller now need to fix some rare pacets like areastore 20:54 proller then many tests on many servers 20:55 proller if anything ok this defines can be removed 20:58 erlehmann uh 20:58 erlehmann it's your responsibility to make the PR bug-free 20:58 erlehmann i mean, i greatly appreciate your effort, but i think “this is an experimental setting” leads nowhere 20:59 erlehmann proller, i do not wish to demotivate you, others have probably different opinions. do you have testing instructions? 20:59 erlehmann like what to try 20:59 erlehmann i can try to trigger bugs 20:59 erlehmann i mean, every bug in this PR will be literally an … *puts on sunglasses* … edge case 20:59 proller now just download, compile and play on non-sqlite databases 20:59 erlehmann hehe 21:00 erlehmann why non-sqlite? 21:00 proller because sqlite in current table structure cant support 32bit 21:00 proller need to add x,y,z columns as on postgres 21:01 erlehmann so a sqlite database can't be upgrade inplace with a migration somehow? 21:01 erlehmann let me research that 21:02 erlehmann i'll report back when i know 21:03 proller no problem with upgrade, alter table ... add column.... and if() on reading 21:04 proller i toooo much dislike sqlite FOR THIS use for writing conversion 21:05 proller its slow but still default 21:05 erlehmann well sqlite is the default