summaryrefslogtreecommitdiff
path: root/server/chunk.lua
Commit message (Collapse)AuthorAgeFilesLines
* add player inventoriesubq3232023-08-261-2/+2
|
* fix line lengthsubq3232023-06-181-2/+1
|
* minor cleaningubq3232023-04-021-3/+2
|
* use lmdb for world storage; plus other small thingsubq3232023-03-241-13/+24
| | | | | | support numpad 8456 for movement in addition to wasd refactor server and add player module update outdated documentation slightly
* change blank and ubqorange tiles from false and true to 0 and 9ubq3232023-02-131-0/+4
|
* change from random worldgen to be based on a hash of position; implement ↵ubq3232023-02-111-1/+2
| | | | serverside chunk unloading
* rework of tick interval, refactor of chunk loading/generation into ChunkS classubq3232023-02-111-0/+36