summaryrefslogtreecommitdiff
path: root/common/chunk.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix line lengthsubq3232023-06-181-1/+4
|
* run length encoding for chunk data, more reasonable player speeds, controls ↵ubq3232023-02-131-2/+3
| | | | help menu
* rework of tick interval, refactor of chunk loading/generation into ChunkS classubq3232023-02-111-5/+4
|
* hook up save/loading of chunksubq3232023-02-061-0/+1
|
* many many optimizations and refactorings; introduction of Map to support ↵ubq3232023-02-041-10/+13
| | | | multiple chunks, modify worldgen and client drawing to support multiple chunks
* debug drawing change, zoom clamping, partial refactoring of class mechanisms ↵ubq3232023-02-031-7/+8
| | | | to allow inheritance, minor refactor of noise generator, changes to temp worldgen, rework of class constructor mechanism
* drawing changes, world generation, perlin noiseubq3232023-02-031-11/+0
|
* add sending of tile changes, between players. server remembers all changes ↵ubq3232023-01-311-0/+4
| | | | made. also add better debug screen
* terrain data is sent from server to clientubq3232023-01-311-8/+25
|
* camera stuff + vastly optimise hex drawingubq3232023-01-291-0/+5
|
* coords, hexagons, drawing, chunksubq3232023-01-271-0/+30