Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change blank and ubqorange tiles from false and true to 0 and 9 | ubq323 | 2023-02-13 | 1 | -4/+4 |
| | |||||
* | add collisions and sliding for player movement | ubq323 | 2023-02-13 | 1 | -1/+1 |
| | |||||
* | many many optimizations and refactorings; introduction of Map to support ↵ | ubq323 | 2023-02-04 | 1 | -17/+27 |
| | | | | multiple chunks, modify worldgen and client drawing to support multiple chunks | ||||
* | debug drawing change, zoom clamping, partial refactoring of class mechanisms ↵ | ubq323 | 2023-02-03 | 1 | -3/+16 |
| | | | | to allow inheritance, minor refactor of noise generator, changes to temp worldgen, rework of class constructor mechanism | ||||
* | drawing changes, world generation, perlin noise | ubq323 | 2023-02-03 | 1 | -6/+28 |
| | |||||
* | terrain data is sent from server to client | ubq323 | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | switch to using json for packet formatting | ubq323 | 2023-01-30 | 1 | -1/+0 |
| | |||||
* | camera stuff + vastly optimise hex drawing | ubq323 | 2023-01-29 | 1 | -15/+43 |
| | |||||
* | multitudinous things | ubq323 | 2023-01-27 | 1 | -7/+8 |
| | |||||
* | coords, hexagons, drawing, chunks | ubq323 | 2023-01-27 | 1 | -0/+40 |