Eetu Mäenpää

Results 30 issues of Eetu Mäenpää

Save the densities of all the chunks, so they can later be reloaded and thus save whole worlds

feature

https://streamable.com/pwgb4r This happens on the develop branch

bug

The chunks should be generated in a circle rather than a cube, to ensure that the chunks closest to the player will be generated before the ones that are further...

enhancement

Implement level of detail. One level per chunk.

feature

- Implemented "Jump to definition" for bracket syntax - Implemented autocomplete for bracket syntax Still missing support for combining optional chaining with bracket syntax, e.g. `styles?.["mainButton"]`. I didn't implement it...