Skip to content

Releases: mcglincy/dungeondraw-foundry-vtt

0.16.2

30 Dec 19:08
Compare
Choose a tag to compare
  • Change wall creation to create new walls as a single step before deleting old ones.
  • Only show 3D fields on config and theme sheets if 3D module setting is enabled.

0.16.1

27 Dec 15:16
Compare
Choose a tag to compare
  • Fix bug when generating dungeon on a new scene without a preexisting dungeon.

0.16.0

27 Dec 01:12
Compare
Choose a tag to compare
  • Add new "magic wand" dungeon generator tool, along with 3 different generator algorithms. Woo!!!
  • Go back to single save-to-background file name per scene.

0.15.1

19 Dec 14:24
Compare
Choose a tag to compare
  • Fix yet another "Save to Scene Background" offset bug wrt grid size rounding.

0.15.0

18 Dec 21:03
Compare
Choose a tag to compare
  • New "Draw Freehand" tool.
  • Handle SHIFT keypress changes for latest v9 Foundry.
  • Fix yet another "Save to Scene Background" offset bug.

0.14.2

17 Dec 17:15
Compare
Choose a tag to compare
  • Show various 3D Canvas settings on Config and Theme sheets.

0.14.1

17 Dec 15:30
Compare
Choose a tag to compare
  • Fix "Save to Scene Background" offset and padding bugs.

0.14.0

17 Dec 01:43
Compare
Choose a tag to compare
  • Add snap to grid, with module setting to turn on/off. Hold shift to disable.
  • Add support for 3D Canvas module wall flags, with module setting to turn on/off.
  • Add "Save to Scene Background" button, useful for setting a 3D Canvas floor.
  • Change renderer to use Pixi.js polygon texture fill for floor and wall textures, rather than manually creating Sprites. This should allow small (e.g., 100x100px) textures to be performant.
  • Only show delete-all button to GM.
  • Improve Clear button confirmation dialog text.

0.13.1

13 Dec 00:44
Compare
Choose a tag to compare
  • Fix render bug where custom themes wouldn't get defaults for new config settings.

0.13.0

10 Dec 18:54
Compare
Choose a tag to compare
  • Make Dungeon Draw compatible with Foundry v9.
  • Add config settings for wall texture and wall texture tint.
  • Add config setting for door line thickness, separate from wall thickness.
  • Update Wood Planks theme to use a wall texture.
  • Move "Save new Custom Theme" to themes tab.
  • Project tooling: use rollup to package Dungeon Draw as a minified js bundle. Saves ~200kb download size.
  • Project tooling: add prettier, eslint, and presubmit checks.