summaryrefslogtreecommitdiff
path: root/server/worldgen.lua
Commit message (Collapse)AuthorAgeFilesLines
* change blank and ubqorange tiles from false and true to 0 and 9ubq3232023-02-131-1/+1
|
* revert previous change to worldgen textureubq3232023-02-111-1/+1
|
* change from random worldgen to be based on a hash of position; implement ↵ubq3232023-02-111-9/+9
| | | | serverside chunk unloading
* rework of tick interval, refactor of chunk loading/generation into ChunkS classubq3232023-02-111-1/+2
|
* many many optimizations and refactorings; introduction of Map to support ↵ubq3232023-02-041-0/+49
multiple chunks, modify worldgen and client drawing to support multiple chunks