Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Release 0.13.1

Compare
Choose a tag to compare
@distransient distransient released this 04 Oct 01:44
a304ad8

This release fixes some bugs in amethyst_locale and amethyst_tiles.

Added

  • FlatEncoder added to amethyst_tiles for flat linear encoding which is optimized for space. (#1950)

Changed

  • Updated syn, quote, and proc-macro2 to 1.0. (#1952)

Fixed

  • TileMap was not allocating enough space for to compensate for morton encoding alignment. This means that
    all tilemap allocation must occur on 2^n boundary aligned on all axis (or x-y axis for Morton2D) (#1950)
  • Add missing re-export for HideHierarchySystemDesc (#1945)
  • TileArgs POD had incorrect format for tile_coordinate argument, caused a crash on metal backend. (#1957)