summaryrefslogtreecommitdiff
path: root/server/map.lua
Commit message (Collapse)AuthorAgeFilesLines
* minor cleaningubq3232023-04-021-2/+3
|
* change from random worldgen to be based on a hash of position; implement ↵ubq3232023-02-111-4/+1
| | | | serverside chunk unloading
* rework of tick interval, refactor of chunk loading/generation into ChunkS classubq3232023-02-111-21/+13
|
* hook up save/loading of chunksubq3232023-02-061-1/+7
|
* clientside chunk unloading when not near. also refactor coordinate things ↵ubq3232023-02-061-0/+1
| | | | slightly
* tick timing in main server loop, refactor, start on saving/loading chunksubq3232023-02-061-0/+44