v0.4.0
What's Changed
- Improve map entity rendering by @Danielv123 in #31
The map now also updates on the following conditions:
- Chunk generated
- Entity placed
- Entity removed
- Tile changed
In addition, a large part of the map generation is optimized to only run on the server and not the clients. This should help prevent dropping people on slower computers when the server is under heavy construction activity. The map now also includes terrain outside of the borders of the explored instances. This makes exploration from the web interface a whole lot easier.
Full Changelog: v0.3.3...v0.4.0