Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@Kruptein Kruptein released this 27 Jan 21:54
· 3409 commits to dev since this release

Most notable addition to this release is the new polygon draw tool! Left-clicking adds points to the polygon and a right click will finalise it. This is especially nice in combination with the recently introduced triangle based vision mode which also received some fixes.

Another small addition is the ability to change the fill and border colours of already drawn shapes, this can be done from the general shape edit dialog.

Added

  • Polygon shape in the draw tool.
    • This is especially nice in combination with the new experimental vision mode!
  • [DM] Options to set the minimal and maximal vision ranges when using LOS.
    • A radial gradient is applied starting from the minimal range and stopping at the maximal range.
    • This effectively allows you to play with how far tokens can see.
  • Autocomplete hints to the login form.
  • Edit shape dialog now has options to change the border and fill colour.
  • Shape properties can now also be opened from the contextmenu (i.e. right click on a shape).

Changed

  • Wait with recalculating vision until all shapes are added on startup.
  • Vision mode toggle has been moved to the DM options and is now synced with the server.

Fixed

  • Fix visionmode menu toggle not remembering what is currently selected.
  • SelectionHelper mistakenly geting send to the server.
  • SelectionHelper sometimes getting moved to a different layer instead of the actual shape.
  • Some small QOL changes to multiline.
  • Logout routing.
  • Active location not being remembered by server.
  • Notes not getting cleared on location change.
  • AssetManager shift selection causing double selections.
  • AssetManager issues with (re)moving files.
  • Player location not saving properly.
  • Prevent duplicate owner entries for a shape.