Skip to content

v3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@JLyne JLyne released this 20 Feb 20:48
· 282 commits to master since this release

This second beta for LiveAtlas 3.0 brings a range of bugfixes, both old and new.

Feedback on this release is appreciated.

Added

  • Added support for Dynmap's new tilescale setting
  • Added disableContextMenu index.html option, which will disable the custom map context menu when set to true

Fixed

  • Fixed player image not updating on follow target change
  • Fixed point marker icons not updating when they are changed
  • Fixed some Squaremap/Pl3xmap markers showing their position as NaN, NaN in the marker list
  • Fixed various issues handling Dynmap's append_to_world setting (#345)
    • Fixes worlds appearing in the map list if all of their maps are appended to another world
    • Fixes multiple maps with the same name replacing each other when appended to the same world
  • Fixed incorrect handling of Squaremap/Pl3xmap shape markers, causing some to be incorrectly filled (#359)

Misc

  • Player markers are now only created once per player on a server.
    • This should improve world switching performance slightly at high player counts.
  • Player images are now updated if the player image URL changes (i.e switching worlds with different heads_urls)