Skip to content
Snippets Groups Projects
CHANGELOG.md 3.49 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.2]

Added

  • Map-wrapped chunks: ChunkWrapper.
  • Ability to access infinite tile layer chunks via InfiniteTileLayer::chunks, InfiniteTileLayerData::chunk_data, InfiniteTileLayerData::get_chunk_data & InfiniteTileLayer::get_chunk, as well as chunk data via Chunk::get_tile_data & ChunkWrapper::get_tile.
  • TileLayer::width & TileLayer::height for ergonomic access of width/height.
  • FiniteTileLayerData::get_tile_data, InfiniteTileLayerData::get_tile_data.
  • Default derived implementation for Loader & FilesystemResourceCache

Changed

  • Update zstd to 0.11.0.

[0.10.1]

Added