summaryrefslogtreecommitdiff
path: root/client/drawing2.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix trailing whitespaceubq3232023-06-191-5/+4
|
* fix shadowing issues reported by luacheckubq3232023-06-191-1/+1
|
* fix line lengthsubq3232023-06-181-5/+14
|
* don't draw chunks definitely not on screen; add targeting reticle; save ↵ubq3232023-03-141-0/+11
| | | | chunks before exiting on sigint; add /tp 'command'
* implement new rendering system using gpu instancingubq3232023-02-251-0/+144
this has extremely better performance on my machine also, player is circle now