Search found 202 matches

by proller
Mon Mar 25, 2024 00:08
Forum: General Discussion
Topic: Post your videos!
Replies: 1127
Views: 250650

Re: Post your videos!

What if you have full view range?
https://www.youtube.com/watch?v=2uf-PsAbdQ0
by proller
Sun Dec 03, 2023 16:12
Forum: Feature Discussion
Topic: My experiment and suggestion for a chunk LOD system
Replies: 17
Views: 3221

Re: My experiment and suggestion for a chunk LOD system

https://youtu.be/Mtu3JyOiDCM
Also main problem is loading blocks from server and managing huge amount of them
by proller
Sun Dec 03, 2023 15:54
Forum: Feature Discussion
Topic: My experiment and suggestion for a chunk LOD system
Replies: 17
Views: 3221

Re: My experiment and suggestion for a chunk LOD system

still available around
https://github.com/freeminer/freeminer/ ... sh.cpp#L39
and still some holes not fixed on two levels joint
Also it was tried many years ago, now need to adjust settings for modern hardware
by proller
Sat Nov 04, 2023 14:21
Forum: General Discussion
Topic: MINETEST EARTH MAP
Replies: 7
Views: 2328

Re: MINETEST EARTH MAP

No need to process all area. Only areas around players. Also no need to save unchanged map blocks.
Even no need to download all map data - it can be done on fly with local cache.
by proller
Tue Oct 24, 2023 13:20
Forum: General Discussion
Topic: MINETEST EARTH MAP
Replies: 7
Views: 2328

Re: MINETEST EARTH MAP

Maybe someone interested in making 1:1 earth mapgen for mt?
Based on 32 bit patch, using several sources for data (height, building, surface type, ....) with real time generation.
of course c++ for speed.
I already have some start point with working height map
by proller
Tue Oct 24, 2023 01:35
Forum: Servers
Topic: Sky
Replies: 26
Views: 10612

Re: Sky

-
by proller
Tue Oct 24, 2023 00:49
Forum: Servers
Topic: Sky
Replies: 26
Views: 10612

Re: Sky

Protection: looks like bug with reverting dig/place on client, did changes still appear after reconnecting?

Ufo: changed recpie

Wheat: fixed bug, should grow after replanting (and only in good weather conditions)
by proller
Sun Oct 22, 2023 14:58
Forum: Servers
Topic: Sky
Replies: 26
Views: 10612

Re: Sky

Mods updated, please try now
by proller
Thu Aug 03, 2023 18:39
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

ok, its compiled enough?
https://ws.setun.net/?address=ws.setun. ... 30005&go=1
(press h,j,k for fast fly)
by proller
Thu Aug 03, 2023 18:20
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

Did you have instructions how to make windows binary under linux?
by proller
Sat Apr 01, 2023 00:57
Forum: Servers
Topic: Sky
Replies: 26
Views: 10612

Re: Sky

Ten years from start!
by proller
Tue Mar 21, 2023 18:56
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

screenshot_20230216_054547.png anyway while we are at it it could be a good idea to make coordinates be able to take up a configurable number of bits if possible for when we decide that 32 bits is not good enough in 25 years Now you can replace s32 with s64 or even with __uint128_t type here https:...
by proller
Thu Feb 16, 2023 02:48
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

screenshot_20230216_054547.png
screenshot_20230216_054547.png (84.89 KiB) Viewed 4527 times
by proller
Wed Feb 15, 2023 20:17
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

Its very small part of planet-size structure (created years before 32bit patch)
by proller
Sun Feb 05, 2023 22:34
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

talex wrote:
Sat Feb 04, 2023 11:31
It works! But after crossing the border, minerals are not generated.
Actual hard limit for old clients is 32768
by proller
Sat Feb 04, 2023 16:05
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

Its still on minetest_game and all minerals limited to +-31000
by proller
Sat Jan 28, 2023 11:16
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

Yet another test compatible server:
fm: Climbing to infinity 2
by proller
Sat Jan 28, 2023 11:12
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

Tim790 wrote:
Sat Jan 08, 2022 04:30
Could you add it to Freeminer? smile
Yep, but only in branch - https://github.com/proller/freeminer/tree/wip5.6.1-32
by proller
Fri Sep 30, 2022 17:32
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

debiankaios wrote:
Thu Sep 29, 2022 13:32
LMD wrote:
Thu Sep 29, 2022 10:56
Finding people who want a feature (usually players) is a lot easier than finding developers to implement the feature.
Really? https://github.com/proller/minetest/tree/minetest32
Plz use https://github.com/proller/minetest/tree/minetest32net
(updated to 5.6.1)
by proller
Sun Apr 10, 2022 20:49
Forum: Feature Discussion
Topic: Infinite world size
Replies: 347
Views: 89829

Re: Infinite world size

core devs decide to close this prs.
minetest always will be limited to 64k...