Skip to content

Releases: jwrpalmer99/indy-route

v1.2.3

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 20 Jul 10:29

Implement Pause/Resume while playing back routes - thanks rafarvns
Fix: onClick deprecation warning

v1.2.2

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 18 Jan 14:40
7f32132
  • Feature: API - create/draw/clear/persist routes via API, see readme.md or game.modules.get("indy-route").api.help()

  • Feature: Enhanced label rendering clarity

  • Feature: UI - drag-and-drop to reorder route items in route manager

  • Fix: Resolve crash with PIXI texture leak

Updated label rendering logic in label-renderer.js to improve font loading and caching using Blob URLs.
Introduced clamping for font sizes to a maximum of 200 in settings.js and route-editor.hbs.
Enhanced label rendering quality and performance by adjusting texture handling and scaling in renderer.js.
Added drag-and-drop functionality for route items in route-manager.hbs with appropriate styling.
Updated settings UI to reflect new maximum font size for label settings.

v1.2.1

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 17 Jan 18:29

feat: label fade-in effect as animation passes by

bug: fix handling of web fonts when following path - you can now use any fonts registered in foundry on label paths

image

bug: fix boundary of tile calculation to include labels

v1.2.0

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 17 Jan 16:49

New feature: route labeling features and settings

image

New feature: persist routes to tiles

image
  • Added functionality to persist routes as tiles with labels.

  • Updated IndyRouteSettingsBase to include label settings such as font, color, size, and positioning.

  • Introduced IndyRouteLabelRenderer for rendering labels along routes with options for arrows and following path.

  • Modified route editor and settings templates to accommodate new label options.

  • Adjusted default settings for line width, dash length, and dot radius.

  • Implemented double-click functionality for route point placement in IndyRouteTool.

  • Enhanced UI notifications and hints for better user experience.

v1.1.0

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 15 Jan 16:14
83fab04

Add distance/cost calculator
Add travel mode configuration
Add currency configuration

v1.0.0

Choose a tag to compare

@jwrpalmer99 jwrpalmer99 released this 14 Jan 18:06
4eb0b3e

Initial release